/sip

Resource URI

/sip

HTTP GET

Retrieves the SIP interface settings.

GET /sip

Method

Response Payload

JSON

{
  "Board_1" : {
    "app_srv_access" : "no",
    "sip_ipaddr" : "DEFAULT",
    "sip_port" : "5060",
    "transport" : "UDP"
  }
}

HTTP PUT

Modifies the SIP interface IP address, port number and transport. Enables an access control list that defines the hosts allowed to connect to the SIP interface.

PUT /sip

Valid "transport" settings:

Method Request Payload Response Payload
JSON

{
  "Board_1" : {
    "app_srv_access" : "no",
    "sip_ipaddr" : "DEFAULT",
    "sip_port" : "5060",
    "transport" : "UDP"
  }
}

{
  "Board_1" : {
    "app_srv_access" : "no",
    "sip_ipaddr" : "DEFAULT",
    "sip_port" : "5060",
    "transport" : "UDP"
  }
}