Get current SIP registration status
Get current SIP registration status. Available statuses:
OK- device has SIP registrationERROR- SIP registration lost, problems with network or server problemsOFFLINE- SIP is disabled in settings
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - O K
 - O F F L I N E
 - E R R O R
 
Schema
- sip_status string
Possible values: [
OK,OFFLINE,ERROR]OK- SIP is workingOFFLINE- SIP is disabledERROR- SIP is enabled, but registration is failure
 
{
  "sip_status": "OFFLINE"
}
{
  "sip_status": "OK"
}
{
  "sip_status": "OFFLINE"
}
{
  "sip_status": "ERROR"
}
Loading...