Get device SIP settings
Get device SIP settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- proxy ipv4|dns
SIP proxy address
- realm ipv4|dns
SIP server address
- user string
- password string
stun object
STUN server settings
ip ipv4|dnsSTUN server address
port integerSTUN server port
- h264 integer
Possible values:
>= 99
and<= 127
Default value:
102
h.264 payload type
{
"proxy": "sip:sip.bas-ip.com",
"realm": "sip.bas-ip.com",
"user": "101",
"password": "123abc",
"stun": {
"ip": "stun.l.google.com",
"port": 19302
},
"h264": 102
}
{
"proxy": "sip:sip.bas-ip.com",
"realm": "sip.bas-ip.com",
"user": "101",
"password": "123abc",
"stun": {
"ip": "stun.l.google.com",
"port": 19302
},
"h264": 102
}
Please log in
- application/json
- Schema
- Example (from schema)
Schema
- error string
{
"error": "Log In"
}
Loading...