Get SIP Settings
Returns settings needed to configure calls with SIP
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
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
}
}
{
"proxy": "sip:sip.bas-ip.com",
"realm": "sip.bas-ip.com",
"user": "101",
"password": "123abc",
"stun": {
"ip": "stun.l.google.com",
"port": 19302
}
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...