mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-29 05:30:14 +00:00
update conf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4431 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
47c2cceedc
commit
bf086ff6f9
@ -98,7 +98,7 @@
|
|||||||
<extension name="To PRI">
|
<extension name="To PRI">
|
||||||
<condition field="rdnis" expression="8881231234"/>
|
<condition field="rdnis" expression="8881231234"/>
|
||||||
<condition field="destination_number" expression="(.*)">
|
<condition field="destination_number" expression="(.*)">
|
||||||
<action application="bridge" data="wanpipe/a/a/$1"/>
|
<action application="bridge" data="wanpipe/pri/a/a/$1"/>
|
||||||
</condition>
|
</condition>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
@ -7,6 +7,17 @@
|
|||||||
<param name="dtmf-off" value="100"/>
|
<param name="dtmf-off" value="100"/>
|
||||||
<param name="supress-dtmf-tone" value="yes"/>
|
<param name="supress-dtmf-tone" value="yes"/>
|
||||||
</settings>
|
</settings>
|
||||||
|
<ss7boost_handles>
|
||||||
|
<!--
|
||||||
|
<handle>
|
||||||
|
<param name="local-ip" value="127.0.0.65"/>
|
||||||
|
<param name="local-port" value="53000"/>
|
||||||
|
<param name="remote-ip" value="127.0.0.66"/>
|
||||||
|
<param name="remote-port" value="53000"/>
|
||||||
|
</handle>
|
||||||
|
-->
|
||||||
|
</ss7boost_handles>
|
||||||
|
<pri_spans>
|
||||||
<!-- may be any single digit or a range of digits separated by a '-' e.g "1-4" -->
|
<!-- may be any single digit or a range of digits separated by a '-' e.g "1-4" -->
|
||||||
<span id="1">
|
<span id="1">
|
||||||
<param name="node" value="cpe"/>
|
<param name="node" value="cpe"/>
|
||||||
@ -28,4 +39,5 @@
|
|||||||
<param name="dchan" value="24"/>
|
<param name="dchan" value="24"/>
|
||||||
<param name="dialplan" value="XML"/>
|
<param name="dialplan" value="XML"/>
|
||||||
</span>
|
</span>
|
||||||
|
</pri_spans>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user