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
- 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": "Wrong JSON body"
}
{
"error": "Wrong JSON body"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...