Dialler
Protocol: | HTTP 1.1 |
Url: | https://api.telecomstats.co.uk/IVRAPI/Scripts/ClickDialler.aspx |
Port: | 80 |
Method: | GET or POST |
Required Parameters
Name | Type | Description |
ClientID | Integer | Your 4 digit client ID. |
Username | String | username |
Password | String | password |
aNumber | String | 1st number to dial. |
bNumber | String | 2nd number to dial. |
CLI | String | CLI to present to the first number dialled. |
Optional Parameters
Name | Type | Values | |
CallReference | String | Customer Reference | |
aDTMF | String | First call dtmf digits | |
bDTMF | String | Second call dtmf digits | |
aHandShake | String | dtmf handshake | |
bHandShake | String | dtmf handshake |
Error Returns
Errors will be returned with the status code HTTP 500:
Response | Explanation |
Missing parameter '[param]' | A parameter was not supplied or was supplied empty. |
Authentication failed. | An invalid combination of username, password or clientid was supplied. |
OK Returns
OK responses will be returned with the status code HTTP 200 and in the following format of:
Response | Explanation |
XX, OK | This request has been created. XX = Unique CallID |