SIP Settings
Returns SIP Settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
- proxy ipv4|dns
- realm ipv4|dns
- user string
- password string
stun object
ip ipv4|dnsport integer
{
"proxy": "sip:sip.bas-ip.com",
"realm": "sip.bas-ip.com",
"user": 101,
"password": "123abc",
"stun": {
"ip": "stun.l.google.com",
"port": 19302
}
}
Log In
Loading...