This page was last edited on December 11, 2015, at 14:28.
Comments or questions about this documentation? Contact us for support!
This service provides a service with access information that has been allocated for it and can then be used to contact the contact center. This service will do the following for any service:
These are the service specific parameters that will be supplied on the Create service API.
Parameters |
Mandatory |
Description |
---|---|---|
_id |
Yes |
This is the identifier of the service which the allocated access information should be associated with. |
_provide_code | No | This indicates if the service should return an access code which will add more security and reliability when trying to correlate the incoming call with the service. The value is a boolean. The default is false. |
_phone_number |
No |
This is the phone number that is to be associated with the reserved access information. |
_resource_group |
Yes |
This is the resource group from which an available access number will be taken. |
_booking_expiration_timeout | No | This is the resource _booking_expiration_timeout used to book the resource. This parameter will override the value in Resource options and in CME options. |
Parameters |
Mandatory |
Description |
---|---|---|
_access_number |
Yes |
This is the access number which was allocated for this application. The application should use this number to contact the contact center. |
_access_code |
No |
This is the access code that should be supplied by the application or end user when the call is established to further authentication the application/user. This will be present when the Create API specifies that it needs a access code (_provide_code = true). |
_expiration_time |
Yes |
This is the amount time that this access information will be locked/reserved for the service. |
There are no specific requests for this service.
There are no events associated with this service.
The following are the configuration options that are defined for this service:
Option |
Type |
Mandatory |
Default |
Description |
---|---|---|---|---|
_access_code_length |
int |
false |
6 |
This is the length of the access code which can be allocated. |