Provider
Synchronous
No Custom Parameters
Gets the LineDNs (addresses) mapped on the monitored device.
JTapiGetAddressesOnTerminal gets the addresses mapped on a monitored phone. If the action is successful, the LineDNs result data parameter will contain the addresses (String Array of Address names) mapped on the device.
| 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 a monitored device whose addresses are being queried. |
| Parameter Name | .NET Type | Description |
|---|---|---|
| LineDNs | System.String[] | LineDNs indicates the addresses mapped on the monitored device. |
Branch Conditions
No description.
No description.
No description.