Get Extended phones settings
Returns extended phones settings. If enabled - incoming call will be simultaneously 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
Maximum number of available forward numbers
- list string[]
Forward numbers list
{
"max_phones": 4,
"list": [
"sip:101@sip.bas-ip.com",
"sip:102@sip.bas-ip.com",
"sip:103@sip.bas-ip.com",
"sip:104@sip.bas-ip.com"
]
}
{
"max_phones": 4,
"list": [
"sip:101@sip.bas-ip.com",
"sip:102@sip.bas-ip.com",
"sip:103@sip.bas-ip.com",
"sip:104@sip.bas-ip.com"
]
}
Loading...