Get current SIP registration status
Get current SIP registration status. Awailable statuses:
- OK- device has SIP registration
- ERROR- SIP registrtion lost, problems with network or server problems
- OFFLINE- 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 stringPossible values: [ OK,OFFLINE,ERROR]- OK- SIP is working
- OFFLINE- SIP is disabled
- ERROR- SIP is enabled, but registration is failure
 
{
  "sip_status": "OK"
}
{
  "sip_status": "OK"
}
{
  "sip_status": "OFFLINE"
}
{
  "sip_status": "ERROR"
}
Loading...