Get

Function

This API is used to get Intercom > CallSetup parameters.

Request Message

Parameter Description

See Intercom > CallSetup > Range > Parameter Description > Table 1 for parameter description.

Sample:

POST /API/Intercom/CallSetup/Get HTTP/1.1
{
    "version": "1.0",
    "data": {}
}

Response Message

Parameter Description

See Intercom > CallSetup > Range > Parameter Description > Table 2 for parameter description.

Sample:

HTTP/1.1 200 OK
Content-Type: application/json
{
    "result": "success",
    "data": {"channel_info": {"CH1": {
        "call_settings": {
            "ringtone": "Default",
            "calling_time_out": 22,
            "touchless_call": false,
            "status_led": "Off"
        },
        "sip_settings": {
            "enable_sip": false,
            "allow_incoming_sip_calls": false,
            "voip_stream_settings": "Substream",
            "sip_port": 9000,
            "sip_tls_port": 9000,
            "rtp_start_port": 9000,
            "ice": false,
            "turn_enable": false,
            "turn_server_address": "",
            "user_name": "",
            "password": "",
            "stun_enable": false,
            "stun_server_address": ""
        }
    }}}
}

Error Code

See Response Messages Body and Common error_code for more information.