The Quick Calling services enables an end user to redirect his local access number (DID) to any destination number (e.g. international).
Authorization
The method requires authorization using basic authentication. Please use the sip login and password.
If notepad++ is used to generate basic authentication token for tests, please use option “Base64 Encode with padding”.
Example:
user:password in base 64 format --> dXNlcjpwYXNzd29yZA==
Description: Gets quick calling list.
Url: /VUP/api/QuickCallings/GetList
HTTP method: GET
|
|
Description: Save/ADD a quick calling rule.
Url: /VUP/api/QuickCallings/Save
HTTP method: POST
|
|
Description: Remove?delete particular quick calling rule
Url: /VUP/api/QuickCallings/Remove
HTTP method: POST
|
|