This page was last edited on January 15, 2014, at 05:51.
Comments or questions about this documentation? Contact us for support!
Allows an application to get an access number to reach the destination switch.
Name | Description |
---|---|
server | Local server handle to the T-Server in question. |
dn | Directory number of the telephony object from which the request is initiated. |
conn_id | Connection identifier of the call that is requested to be transferred to the destination switch. |
destination | Directory number of the party where the call is requested to be transferred. |
location | Name of the remote location in the form of <SwitchName> or <T-ServerApplicationName>@<SwitchName>. |
xroute_type | Type of routing. Refer to the type TXRouteType. |
user_data | A pointer to call-related user data that should be attached to the call. |
reasons | Reserved for future use. For forward compatibility, this parameter must be NULL. |
extensions | A pointer to an additional data structure. |
Standard (See standard-return-values.)
When a client application sends a TGetAccessNumber request to T-Server, T-Server will return the access number depending on the location parameter value:
The application can cancel the pending request by sending a TCancelReqAccessNumber request.