Provider
Synchronous
No Custom Parameters
Gets the CallIDs active on the device.
JTapiGetActiveCalls gets the active calls on a particular line on a monitored phone. If the action is successful, the CallIDs result data parameter will contain the call ids (String Array of call ids) active on the device or lineDN (address). These CallIDs can be used for other JTAPI operations like JTapiHold,JTapiStartMonitoring etc.
Note: Both the LineDN and DeviceName need to be passed as arguments.
| Parameter Name | .NET Type | Default | Description |
|---|---|---|---|
| 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. | |
| DeviceName * | System.String | The name of the device on which active calls are being queried. | |
| LineDN * | System.String | The directory number (address) on which active calls are being queried. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| CallIDs | System.String[] | CallIDs indicates the active calls on the monitored device. |
Branch Conditions
No description.
No description.
No description.