mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-07 21:44:51 +00:00
move enum to the bottom of default.
This commit is contained in:
parent
84ee0ae61b
commit
4d448c979e
@ -715,15 +715,6 @@
|
|||||||
-->
|
-->
|
||||||
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="default/*.xml"/>
|
||||||
|
|
||||||
<!--
|
|
||||||
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
||||||
|
|
||||||
Anything you put below this line will usually get ignored due to the file in
|
|
||||||
default/99999_enum.xml as it will transfer the call to the enum dialplan.
|
|
||||||
|
|
||||||
WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<extension name="refer">
|
<extension name="refer">
|
||||||
<condition field="${sip_refer_to}">
|
<condition field="${sip_refer_to}">
|
||||||
@ -758,7 +749,12 @@
|
|||||||
</extension>
|
</extension>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- SEE WARNING ABOVE IF YOU ARE TRYING TO ADD EXTENSIONS HERE! -->
|
<extension name="enum">
|
||||||
|
<condition field="${module_exists(mod_enum)}" expression="true"/>
|
||||||
|
<condition field="destination_number" expression="^(.*)$">
|
||||||
|
<action application="transfer" data="$1 enum"/>
|
||||||
|
</condition>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</context>
|
</context>
|
||||||
</include>
|
</include>
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
<include>
|
|
||||||
<extension name="enum">
|
|
||||||
<condition field="${module_exists(mod_enum)}" expression="true"/>
|
|
||||||
<condition field="destination_number" expression="^(.*)$">
|
|
||||||
<action application="transfer" data="$1 enum"/>
|
|
||||||
</condition>
|
|
||||||
</extension>
|
|
||||||
</include>
|
|
Loading…
x
Reference in New Issue
Block a user