Skip to content

Identities#

Default Identities.xml#

Identities.xml
<?xml version="1.0" encoding="utf-8"?>
<config version="1.2.0">
  <identity>
    <displayName></displayName>
    <username></username>
    <password></password>
    <domain></domain>
    <port>5060</port>
    <secure>true</secure>
    <extension></extension>
    <apiPassword></apiPassword>
    <vmb></vmb>
    <stunServer>stun.auerproxy.de:3478</stunServer>
    <certificatePath></certificatePath>
    <dtmfMethod>rtpPayload</dtmfMethod>
    <countryCode>DE</countryCode>
    <areaCode>5306</areaCode>
    <subscriptionHandling>
      <type>static</type>
      <interval>180</interval>
    </subscriptionHandling>
    <registrationHandling>
      <type>static</type>
      <interval>180</interval>
    </registrationHandling>
    <useIp6>noPreference</useIp6>
    <useIce>true</useIce>
    <additionalDNSServer></additionalDNSServer>
    <useSystemDns>false</useSystemDns>
  </identity>

Commented File-structure#

Identities.xml
<?xml version="1.0" encoding="utf-8"?>
<config version="1.2.0">
  <identity>
    <!-- The display name of the identity
          type: string -->
    <displayName></displayName>
    <!-- The user part of a SIP URI to register the identity
          type: string -->
    <username></username>
    <!-- The password to authenticate the identity register
          type: string -->
    <password></password>
    <domain>s123.pbx.auerproxy.de</domain>
    <port>5060</port>
    <secure>true</secure>
    <extension>44</extension>
    <apiPassword></apiPassword>
    <vmb></vmb>
    <stunServer>stun.auerproxy.de:3478</stunServer>
    <certificatePath></certificatePath>
    <!-- How to signal dtmf-digits:
          - rtpPayload: use event-packages in rtp-stream
          - inband: code tone-signal right into the rtp-stream
          - sipInfo: use sip-info messages
          type: enum
          accepted values:
            rtpPayload
            inband
            sipInfo -->
    <dtmfMethod>rtpPayload</dtmfMethod>
    <countryCode>DE</countryCode>
    <areaCode>5306</areaCode>
    <subscriptionHandling>
      <type>static</type>
      <interval>180</interval>
    </subscriptionHandling>
    <registrationHandling>
      <type>static</type>
      <interval>180</interval>
    </registrationHandling>
    <useIp6>noPreference</useIp6>
    <useIce>true</useIce>
    <additionalDNSServer></additionalDNSServer>
    <useSystemDns>false</useSystemDns>
  </identity>