{ "settings": [ { "name": "SIGNALING_ADDR_MODE", "description": "This parameter is used by SIP signaling on a dual mode SIP endpoints (Endpoints with both IPv4 and IPv6 addresses configured) to select the preferred SIP controller IP addresses from SIP_CONTROLLER_LIST. The phone registers to SIP controllers using IPv4 address if SIGNALING_ADDR_MODE=4, otherwise registration is over IPv6.", "type": "Integer", "default_value": "4", "version": "36000" }, { "name": "MEDIA_ADDR_MODE", "description": "Specifies the preference of SDP media group lines and the SDP answer / offer format. By default v4 media line is preferred. MEDIA_ADDR_MODE is only used by dual stack clients which are configured with both IPv4 and IPv6 addresses.", "type": "Integer", "default_value": "4", "version": "36000" }, { "name": "AVAYA_AUTHORIZATION_REALM", "description": "Identifies the O-Auth realm for UC Services integrating with AAS (KeyCloak)", "type": "String", "default_value": "", "version": "36000" }, { "name": "AUDIO_DEVICE_CALL_CONTROL_ENABLED", "description": "When the settings is enabled, call control is enabled for Avaya Headsets.", "type": "Boolean", "default_value": "1", "version": "36000" }, { "name": "ESMSSO", "description": "Determines the authentication type for messaging (0 = Manual, 1 = Unified login, 3 = Avaya Authorization).", "type": "Integer", "default_value": "1", "version": "36000" }, { "name": "ACSSSO", "description": "Determines the authentication type for ACS (0 = Manual, 1 = Unified login, 3 = Avaya Authorization).", "type": "Integer", "default_value": "1", "version": "36000" } ] }
konri75