Get SIP Settings
Returns Session Initiation Protocol (SIP) Settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- proxy ipv4|dns
- realm ipv4|dns
- user string
- password string
- timeout integerPossible values: [ 120,300,600,1200,1800]
- stun objectip ipv4|dnsport integer
{
  "proxy": "sip:sip.bas-ip.com",
  "realm": "sip.bas-ip.com",
  "user": "101",
  "password": "123abc",
  "timeout": 120,
  "stun": {
    "ip": "stun.l.google.com",
    "port": 19302
  }
}
{
  "proxy": "sip:sip.bas-ip.com",
  "realm": "sip.bas-ip.com",
  "user": "101",
  "password": "123abc",
  "timeout": 120,
  "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...