Skip to content

Default telephony.xml#

telephony.xml
<?xml version="1.0" encoding="UTF-8"?>
<telephony>
    <callWaiting>
        <active>false</active>
        <tone>true</tone>
    </callWaiting>
    <doNotDisturb>
        <active>false</active>
    </doNotDisturb>
    <clir>
        <active>false</active>
    </clir>
    <callForwarding>
        <unconditional>
            <active>false</active>
            <target></target>
        </unconditional>
        <busy>
            <active>false</active>
            <target></target>
        </busy>
        <noResponse>
            <active>false</active>
            <target></target>
        </noResponse>
    </callForwarding>
    <reverseNumberLookup>
        <active>true</active>
    </reverseNumberLookup>
    <callStartTimeout>-1</callStartTimeout>
</telephony>