Set device SIP Settings
Set device SIP settings
- application/json
Request Body required
- proxy ipv4|dns required
SIP proxy address
- realm ipv4|dns required
SIP server address
- user string required
Possible values:
non-emptyand<= 31 characters - password string required
Possible values:
non-emptyand<= 31 characters stun object required
STUN server settings
ip ipv4|dns requiredSTUN server address
port integer requiredSTUN server port
- h264 integer required
Possible values:
>= 99and<= 127Default value:
102h.264 payload type
- transport string
Possible values: [
udp,tcp,tls]
- 200
- 400
- 401
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringPossible values: [
invalid_authentication,permission_denied,not_valid,system_error]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentication,permission_denied,not_valid,system_error]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentication",
"message": "Log In"
}
}