mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 10:34:54 +00:00
34ec86778d
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@352 a93c3328-9c30-0410-af19-c9cd2b2d52af
19 lines
664 B
XML
19 lines
664 B
XML
<configuration name="openzap.conf" description="OpenZAP Configuration">
|
|
<settings>
|
|
<param name="debug" value="0"/>
|
|
</settings>
|
|
<analog_spans>
|
|
<span id="1">
|
|
<param name="tonegroup" value="us"/>
|
|
<param name="digit-timeout" value="2000"/>
|
|
<param name="max-digits" value="11"/>
|
|
<param name="dialplan" value="XML"/>
|
|
<param name="context" value="default"/>
|
|
<!-- regex to stop dialing when it matches -->
|
|
<!--<param name="dial-regex" value="5555"/>-->
|
|
<!-- regex to stop dialing when it does not match -->
|
|
<!--<param name="fail-dial-regex" value="^5"/>-->
|
|
</span>
|
|
</analog_spans>
|
|
</configuration>
|