Get Extended phones settings
Returns extended phones settings. If enabled - incoming call will be simultaniously forwarded to up to four devices. Phones list might be empty, max list size is 4.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- max_phones integer
- list string[]
{
"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]"
]
}
Loading...