Content

Page tree

D-SERIES

Web User Interface

V8: Advanced - SIP/RTP (Tab) - SIP(Section): Allow SIP Settings

Phone User Interface

N/A

Initial Firmware Version

8.7.3

XML Configuration

<allow_sip_settings perm="PERMISSIONFLAGS">VALIDVALUE</allow_sip_settings>

Description

For security reasons this setting disables the possibility to send XML settings via SIP MESSAGE. If it is "on", the phone accepts settings via SIP MESSAGE. If it is "off", the phone just sends a 200 OK but does not take over the settings. If enabled one must provide a secure environment.


The SIP MESSAGE method is used to send settings. A SIP MESSAGE must have the following two headers, otherwise it is ignored for this purpose.

  • Content-Type: application/xml
  • Event: snom-settings


The body of the SIP message contains XML like:

  <settings>
    <phone-settings>
       <setting_name>setting_value</setting_name>
       ...
    </phone-settings>
  </settings>

Valid Values

<on>, <off>

Default Value

off