mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
changed US.conf to use ${default_gateway} so it can be user specific and the default context to not transfer if the numbering plan isn't set.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6207 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
|
||||
<extension name="Localized_Dialplan">
|
||||
<condition field="${numbering_plan}" expression="^[[:alnum:]]+$"/>
|
||||
<condition field="${default_gateway}" expression="[[:alnum:]]"/>
|
||||
<condition field="destination_number" expression="^([[:alnum:]]+)$">
|
||||
<action application="transfer" data="$1 XML ${numbering_plan}-Numbering-Plan"/>
|
||||
</condition>
|
||||
|
||||
Reference in New Issue
Block a user