...
- Output result (type: boolean): outputs the status of the operation: 'True' if succeeded, otherwise 'False'.
Get Call Pickup Group
Gets the specified Pickup Group.
Activity Parameters
The Get Call Pickup Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Call Pickup Group Name (text box editor type) (type: string): enter the name for the call pickup group to be retrieved
- 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.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Call Pickup Group (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Hunt List properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'name', 'description', 'pattern', 'routePartitionName', 'pickupNotification', 'pickupNotification Timer' and 'callInfoForPickupNotification'
Get Device Profile
Gets the specified device profile's information.
Activity Parameters
The Get Device Profile 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.
- Device Profile Name (text box editor type) (type: string): enter the name for the device profile to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Device Profile (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Device Profile properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'name', 'description', 'product', 'model', 'class', 'protocol', 'type', 'protocolSide', 'disableSpeaker', 'pcPort' and 'phoneTemplateName'.
Get Hunt List
Gets the specified hunt list's information.
Activity Parameters
The Get Hunt List 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.
- Hunt List Name (text box editor type) (type: string): enter the name for the hunt list to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Hunt List (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Hunt List properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'name', 'description', 'callManagerGroupName', 'routeListEnabled' and 'voiceMailUsage
Get Hunt Pilot
Gets the specified hunt pilot's information.
Activity Parameters
The Get Hunt Pilot 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.
- Hunt Pilot Name (text box editor type) (type: string): enter the name for the hunt pilot to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Hunt Pilot (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Hunt List properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'pattern', 'description', 'routePartitionName', 'blockEnable', 'calledPartyTransformationMask', 'callingPartyTransformationMask', 'useCallingPartyPhoneMask', 'callingPartyPrefixDigits', 'dialPlanName', 'patternUrgency', 'routeFilterName', 'provideOutsideDialtone', 'huntListName', 'alertingName', 'callPickupGroupName', 'releaseClause' and 'displayConnectedNumber'
Get Line Group
Gets the specified line group.
Activity Parameters
The Get Line Group 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 Group Name (text box editor type) (type: string): enter the name for the line group to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Line Group (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Hunt List properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'name', 'distributionAlgorithm', 'rnaReversionTimeOut', 'huntAlgorithmNoAnswer', 'huntAlgorithmBusy', huntAlgorithmNotAVailable' and 'autoLogOffHunt'.
Get Phone
Gets the specified phone's information.
Activity Parameters
The Get Phone 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.
- Phone Name (text box editor type) (type: string): enter the name for the phone to be retrieved.
The Read Only Output variable are the possible output values that the activity will provide:
- Output Phone (type: Collection<KeyValuePair<String,String>>): outputs a collection of KeyValuePairs containing the Hunt List properties. To use the elements of the collection, use the 'Get KeyValuePair' activity with the keys: 'uuid', 'name', 'description', 'product', 'class', 'protocol', 'protocolSide', 'devicePoolName', 'locationName', 'sendGeoLocation', 'geoLocationName', 'phoneTemplateName', 'remoteDevice', 'dndStatus', 'isActive', 'isDualMode', 'isProtected' and 'mtpRequired'.
Remove Call Pickup Group
Removes the specified call pickup group.
Activity Parameters
The Remove Call Pickup Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Call Pickup Group Name (text box editor type) (type: string): enter the name for the call pickup group to be deleted.
- 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.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: boolean): outputs the status of the operation. 'True' if succeeded, otherwise 'False'.
Remove Device Profile
Removes the specified device profile.
Activity Parameters
The Remove Device Profile 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.
- Device Profile Name (text box editor type) (type: string): enter the name for the device profile to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: boolean): outputs the status of the operation. 'True' if succeeded, otherwise 'False'.
Remove Hunt List
Removes the specified hunt list.
Activity Parameters
The Remove Hunt List 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.
- Hunt List Name (text box editor type) (type: string): enter the name for the hunt list to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: boolean): outputs the status of the operation. 'True' if succeeded, otherwise 'False'.
Remove Hunt Pilot
Removes the specified hunt pilot.
Activity Parameters
The Remove Hunt Pilot 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.
- Hunt Pilot Name (text box editor type) (type: string): enter the name for the hunt pilot to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: boolean): outputs the status of the operation. 'True' if succeeded, otherwise 'False'.
Remove Line Group
Removes the specified line group.
Activity Parameters
The Remove Line Group 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 Group Name (text box editor type) (type: string): enter the name for the line group to be deleted.
The Read Only Output variable are the possible output values that the activity will provide:
- Output result (type: boolean): outputs the status of the operation. 'True' if succeeded, otherwise 'False'.