3.14.1.3 SPEED DIALS
The speed dial module enables VUP users to set up and call contacts as speed dial entries. A speed dial entry is a shortcut using a number from the phone dial pad assigned to a particular telephone number.
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==
/GetList
Description: Gets the list of
Url: /VUP/api/SpeedDials/GetList
HTTP method: GET
/Save
Description: Save/ADD the speed dial rule
Url: /VUP/api/SpeedDials/GetList
HTTP method: POST
/Remove
Description: Remove/Delete particular speed dial rule
Url: /VUP/api/SpeedDials/Remove
HTTP method: POST