JTapiGetAddressesOnTerminal

Metreos.Providers.JTapi.JTapiGetAddressesOnTerminal

Summary

Gets the LineDNs (addresses) mapped on the monitored device.

Usage

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.

Action Parameters
Parameter Name.NET TypeDefaultDescription
TimeoutSystem.Int32The 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.StringThe name of a monitored device whose addresses are being queried.
Result Data
Parameter Name.NET TypeDescription
LineDNsSystem.String[]LineDNs indicates the addresses mapped on the monitored device.

Branch Conditions 

Success

No description.

Failure

No description.

Timeout

No description.