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