-->
<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">
<condition field="${sip_refer_to}">
</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>
</include>
+++ /dev/null
-<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>