Set SIP Settings
Set SIP Settings
- application/json
Request Body required
- proxy ipv4|dns required
Possible values:
non-empty
and<= 63 characters
proxy for sip
- realm ipv4|dns required
Possible values:
non-empty
and<= 31 characters
sip realm
- user string required
Possible values:
non-empty
and<= 31 characters
user sip number
- password string required
Possible values:
non-empty
and<= 31 characters
sip user password
stun object required
stun server
ip ipv4|dnsserver address
port integerserver port
- transport string
Possible values: [
udp
,tcp
,tls
]Default value:
udp
protocol used for sip
- user_id string
Possible values:
<= 31 characters
, Value must match regular expression^[0-9a-zA-Z\s~
!@#$%^&;*()_-+={[}]|"<,>.?/]{0,31}?$`id of the sip user
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-1
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...