Get extended phone settings
Returns the extended phone settings. When enabled, incoming calls are simultaneously forwarded to up to four additional devices. The phone list may be empty; the maximum list size is 4.
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- max_phones integer
Maximum number of available forward numbers
- list string[]
Forward numbers list
{
"max_phones": 4,
"list": [
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]"
]
}
{
"max_phones": 4,
"list": [
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]",
"sip:[email protected]"
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...