add conf
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@191 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
91ba4e6786
commit
6f98842659
|
@ -0,0 +1,14 @@
|
||||||
|
<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"/>
|
||||||
|
</span>
|
||||||
|
</analog_spans>
|
||||||
|
</configuration>
|
|
@ -1,5 +1,6 @@
|
||||||
[us]
|
[us]
|
||||||
dial => %(1000,0,350,440)
|
; tone_name => <tone script>:<tone detect freq>
|
||||||
ring => %(2000,4000,440,480)
|
dial => %(1000,0,350,440):350,440
|
||||||
busy => %(500,500,480,620)
|
ring => %(2000,4000,440,480):440:480
|
||||||
attn => %(100,100,1400,2060,2450,2600)
|
busy => %(500,500,480,620):480:620
|
||||||
|
attn => %(100,100,1400,2060,2450,2600):1400,2060,2450,2600
|
||||||
|
|
Loading…
Reference in New Issue