Get current SIP registration status
Get current SIP registration status. Awailable statuses:
OK
- device has SIP registrationERROR
- SIP registrtion lost, problems with network or server problemsOFFLINE
- SIP is disabled in settings
Responses
- 200
- 401
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": "OK"
}
{
"sip_status": "OK"
}
{
"sip_status": "OFFLINE"
}
{
"sip_status": "ERROR"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...