Сurrent SIP status
Get current SIP registration status
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
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"
}
Log in
Loading...