mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 22:13:03 +00:00
add toll free termination to the default sample dialplan.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1546 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5337872ce8
commit
d16e0faea7
@ -262,6 +262,12 @@
|
|||||||
|
|
||||||
<!-- *NOTE* The special context name 'any' will match any context -->
|
<!-- *NOTE* The special context name 'any' will match any context -->
|
||||||
<context name="default">
|
<context name="default">
|
||||||
|
<extension name="tollfree">
|
||||||
|
<condition field="destination_number" expression="^(18[0{2}8{2}7{2}6{2}].*)$">
|
||||||
|
<action application="bridge" data="exosip/$1-freeswitch@voip.trxtel.com"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
|
||||||
<extension name="devconf">
|
<extension name="devconf">
|
||||||
<condition field="destination_number" expression="^888$">
|
<condition field="destination_number" expression="^888$">
|
||||||
<action application="bridge" data="exosip/888@66.250.68.194"/>
|
<action application="bridge" data="exosip/888@66.250.68.194"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user