...
The Get Line activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Connection (text box editor type) (type: string): the Cisco Call Manager connection string. The output from "Connect To Cisco Call Manager" activity should be used as Input for this parameter.
- Line pattern (text box editor type) (type: string): enter the pattern for the line to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Line (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the line properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'description', 'active', 'routePartitionName', 'callForwardAll', 'callForwardBusy', 'callForwardNoAnswer', 'callForwardNoCoverage', 'callForwardOnFailure', 'callForwardNotRegistered', 'callPickupGroupName', 'autoAnswer', 'alertingName', 'presenceGroupName' and 'rejectAnonymousCall'.
Get Line Group
Gets the specified line group.
...