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
Is concierge SIP number enabled
 - number_url sip uri
Concierge number
 
{
  "number_enable": true,
  "number_url": "sip:[email protected]"
}
{
  "number_enable": true,
  "number_url": "sip:[email protected]"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...