The application supports trusted mode and i_customer parameter should be supplied in this case.
addHotDialNumber
Parameters:
- i_account - Integer. Required.
- hot_key - String. Required.
- dest - Destination number. String. Required.
- description - String. Optional.
Returns:
- result - OK means that operation successful. String.
- XMLRPC fault in case of any error.
delHotDialNumber
Parameters:
- i_account - Integer. Required.
- hot_key - String. Required.
Returns:
- result - OK means that operation successful. String.
- XMLRPC fault in case of any error.
updateHotDialNumber
Parameters:
- i_account - Integer. Required.
- hot_key - String. Required.
- dest - New destination number. String. Required.
Returns:
- result - OK means that operation successful. String.
- XMLRPC fault in case of any error.
listHotDialNumbers
Parameters:
- i_account - Integer. Required.
Returns:
- result - OK means that operation successful. String.
- hot_keys- an array containing structures:
- hot_key - Hot key. String.
- dest - Destination number to dial. String.
- description - Custom description of hot key. String.
- XMLRPC fault in case of any error.