Skip to content

Telephony#

Default telephony.xml#

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

Commented File-structure#

telephony.xml
<?xml version="1.0" encoding="utf-8"?>
<config version="1.2.0">
  <telephony>
    <!-- Indicates an incoming call during a call
         type: boolean -->
    <signalCallWaiting>true</signalCallWaiting>
    <!-- Do not display phone number to the called person
         type: boolean -->
    <callAnonymous>false</callAnonymous>
  </telephony>