disable this for now as it acts as a catch all for bad dials.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2465 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
68b9629fe7
commit
d2a705c639
|
@ -413,10 +413,10 @@
|
|||
</extension>
|
||||
|
||||
<!-- if the destination is an exact match on the extension name
|
||||
you do not need any regex in the condition -->
|
||||
you do not need any regex in the condition
|
||||
<extension name="999">
|
||||
<condition><action application="bridge" data="exosip/888@66.250.68.194"/></condition>
|
||||
</extension>
|
||||
</extension>-->
|
||||
<!-- extensions starting with 4, all the numbers after 4 form a numeric filename
|
||||
continue=true means keep looking for more extensions to match
|
||||
*NOTE* The entire dialplan is parsed ONCE when the call starts
|
||||
|
|
Loading…
Reference in New Issue