Show pagesource Old revisions Backlinks Export to PDF Rename Page ODT export Add to book Table of Contents Telephony Defaults Commented File-structure Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help Telephony Most general telephony settings are combined within the telephony block. To configure a basic connection to your telephony service or pbx you need to configure an identity. Defaults since 1.4 Commented File-structure telephony.xml <!-- settings for local telephony features. --> <telephony> <!-- if and how a waiting call has to be signalised --> <callWaiting> <!-- enables the function callWaiting type: boolean --> <active>false</active> <!-- enables the signalisation of a waiting call type: boolean --> <tone>true</tone> </callWaiting> <!-- if an incoming call shall be rejected --> <doNotDisturb> <!-- enables the function doNotDisturb type: boolean --> <active>false</active> </doNotDisturb> <!-- --> <callForwarding> <!-- --> <unconditional> <!-- enables call forwarding type: boolean --> <active>false</active> <!-- the target to forward calls to type: string --> <target></target> <!-- the time [s] after which the call must be forwarded type: integer --> <timeout>20</timeout> </unconditional> <!-- --> <busy> <!-- enables call forwarding type: boolean --> <active>false</active> <!-- the target to forward calls to type: string --> <target></target> <!-- the time [s] after which the call must be forwarded type: integer --> <timeout>20</timeout> </busy> <!-- --> <noResponse> <!-- enables call forwarding type: boolean --> <active>false</active> <!-- the target to forward calls to type: string --> <target></target> <!-- the time [s] after which the call must be forwarded type: integer --> <timeout>20</timeout> </noResponse> </callForwarding> <!-- Tells the PBX to hide the callers identity in outgoing calls. --> <clir> <!-- Tells the PBX to hide the callers identity in outgoing calls. type: boolean --> <active>false</active> </clir> <!-- When enabled looks for name of call-partner in adressbooks (local, ldap, ..). --> <reverseNumberLookup> <!-- When enabled looks for name of call-partner in adressbooks (local, ldap, ..). type: boolean --> <active>true</active> </reverseNumberLookup> <!-- default audio device in idle like headset or speaker type: string accepted values: speaker headset --> <defaultAudioDevice>speaker</defaultAudioDevice> <!-- line to use for unspecified outgoing calls. Uses the first defined line if not defined --> <activeLine> <!-- type: string --> <id></id> <!-- type: string --> <component></component> </activeLine> <!-- Time delay to start the call when there is no activity. Measured in milliseconds. -1 = never type: integer --> <callStartTimeout>-1</callStartTimeout> <!-- Time delay to accept an incoming call automatically. Measured in milliseconds. -1 = never type: integer minimum: -1 maximum: 60000 --> <callAcceptTimeout>-1</callAcceptTimeout> <!-- if an outgoing call isn't connected (busy 'CCBS', not responding 'CCNR') --> <callCompletion> <!-- enables the function callCompletion type: boolean --> <active>false</active> <!-- time to wait for 'not responding' in seconds type: integer minimum: -1 maximum: 60 --> <timeout>-1</timeout> </callCompletion> </telephony>