Get concierge number settings
Configure concierge number settings.
- If enabled panel will call to provided number
- If disabled the concierge is called via an internal protocol. If the system has concierge monitors, the call will go to the main monitor
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- number_enable boolean
describes feature status, true - on / false - off
- number_url sip uri
concierge number in sip uri format
{
"number_enable": true,
"number_url": "sip:[email protected]"
}
{
"number_enable": true,
"number_url": "sip:[email protected]"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...