Get current SIP registration status
Get current SIP registration status
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- sip_status stringPossible values: [ OK,OFFLINE,ERROR]- OK- SIP is working
- OFFLINE- SIP is disabled
- ERROR- SIP is enabled, but registration is failed
 
{
  "sip_status": "OK"
}
{
  "sip_status": "OK"
}
Loading...