Set SIP auto reregister settings
Set SIP auto reregister every N seconds. If there is no request body, device will attempt to re-register.
- application/json
Request Body
- is_reregister boolean required
describes feature status, true - on / false - off
- reregister_time integer required
Possible values:
>= 5
and<= 600
Timeout in seconds
Responses
- 200
- 400
- 401
OK
Wrong JSON body
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error type/info
{
"error": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...