Table of Contents | ||
---|---|---|
|
Description
Retrieve information on an existing sip phone extension from the system.
...
See the Constructing Requests page to learn how to use arguments in requests.
Name | Required | Type | Default | Description |
account_id | required | The account ID of the extension to get info for. |
Example
Request
Code Block |
---|
<request method="switchvox.extensions.phones.sip.getInfo"> <parameters> <account_id>1101</account_id> </parameters> </request> |
...
See the Error Code Formatting section to see the xml structure when an error is returned.See the Generic Error Codes section to see a list of general fault codes that may be returned.
Code | Description |
10014 | Invalid account_id (%1). Account_ids may only contain digits. |
84711 | That account_id is invalid. |