提交 bf086ff6 authored 作者: Anthony Minessale's avatar Anthony Minessale

update conf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4431 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 47c2ccee
...@@ -98,7 +98,7 @@ ...@@ -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 @@ ...@@ -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 @@ ...@@ -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>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论