Provider
Synchronous
No Custom Parameters
Gets the call forward status of a line on a monitored device.
JTapiGetCallForwardStatus gets the call forward status of a line on a monitored phone. If the action is successful, the CallForwardType result data parameter should be used to determine the status of the call forwarding status. If the CallForwardType indicates that the line has the forward condition Unconditional, then the Digits parameter can be used to determine which destination the line is currently forwarded to.
JTapiGetCallForwardStatus action can only determine if a line is forwarded 'unconditionally', or in other words, if the line in Cisco Unified Communications Manager has set 'Call Forward All' to a particular destination.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| DirectoryNumber | System.String | The line number on the device whose call forward status needs to be determined. | |
| DeviceName * | System.String | The name of a controlled device from whose call forward status is queried. The DirectoryNumber action parameter must be a valid line number on this device. | |
| Timeout | System.Int32 | The Timeout property specifies to the Application Runtime Environment how long
to wait for a response from the provider for the current action.
The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| CallForwardType | System.String | CallForwardType indicates the current forwarding status of the phone:
|
| Digits | System.String | The destination to which the call forward is set. This value is only valid if CallForwardType is set to Unconditional. |
Branch Conditions
No description.
No description.
No description.