Skip to content

Telephony#

Default telephony.xml#

telephony.xml
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
  <telephony version="1.4.0">
    <signalCallWaiting>true</signalCallWaiting>
    <callAnonymous>false</callAnonymous>
    <dialWithoutCheck>false</dialWithoutCheck>
  </telephony>

Commented File-structure#

telephony.xml
<?xml version="1.0" encoding="utf-8"?>
  <telephony version="1.4.0">
    <!-- Indicates an incoming call during a call
         type: boolean -->
    <signalCallWaiting>true</signalCallWaiting>
    <!-- Do not display phone number to the called person
         type: boolean -->
    <callAnonymous>true</callAnonymous>
    <!-- Prevents the softphone from corrupting the telephone number 
         entered with the exchange line access number 
         when automatic exchange line request is disabled.
         type: boolean -->
    <dialWithoutCheck>false</dialWithoutCheck>
  </telephony>