update conf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4431 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-03-02 19:18:17 +00:00
parent 47c2cceedc
commit bf086ff6f9
2 changed files with 34 additions and 22 deletions

View File

@ -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>

View File

@ -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>