FS config: Avoid annoying ERRORS with reloadxml
Remove include statements for files that do not exist
This commit is contained in:
parent
4c72c9b55e
commit
0e24b1e31b
6 changed files with 5 additions and 6 deletions
|
@ -4,6 +4,6 @@
|
|||
<param name="codec-prefs" value="H264,PCMU"/>
|
||||
</settings>
|
||||
|
||||
<X-PRE-PROCESS cmd="include" data="../jingle_profiles/*.xml"/>
|
||||
<!--X-PRE-PROCESS cmd="include" data="../jingle_profiles/*.xml"/ -->
|
||||
|
||||
</configuration>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<configuration name="ivr.conf" description="IVR menus">
|
||||
<menus>
|
||||
<X-PRE-PROCESS cmd="include" data="../ivr_menus/*.xml"/>
|
||||
<!-- X-PRE-PROCESS cmd="include" data="../ivr_menus/*.xml"/ -->
|
||||
</menus>
|
||||
</configuration>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<configuration name="skinny.conf" description="Skinny Endpoints">
|
||||
<profiles>
|
||||
<X-PRE-PROCESS cmd="include" data="../skinny_profiles/*.xml"/>
|
||||
<!-- X-PRE-PROCESS cmd="include" data="../skinny_profiles/*.xml"/ -->
|
||||
</profiles>
|
||||
</configuration>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
</settings>
|
||||
|
||||
<profiles>
|
||||
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
|
||||
<!-- X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/ -->
|
||||
</profiles>
|
||||
|
||||
</configuration>
|
||||
|
|
|
@ -52,7 +52,6 @@
|
|||
<!--
|
||||
You can place files in the public directory to get included.
|
||||
-->
|
||||
<!--<X-PRE-PROCESS cmd="include" data="public/*.xml"/>-->
|
||||
<!--
|
||||
If you have made it this far lets challenge the caller and if they authenticate
|
||||
lets try what they dialed in the default context. (commented out by default)
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
<!-- mod_dingaling is reliant on the vcard data in the "directory" section. -->
|
||||
<!-- mod_sofia is reliant on the user data for authorization -->
|
||||
<section name="directory" description="User Directory">
|
||||
<X-PRE-PROCESS cmd="include" data="directory/*.xml"/>
|
||||
<!-- X-PRE-PROCESS cmd="include" data="directory/*.xml"/ -->
|
||||
</section>
|
||||
|
||||
<!-- languages section (under development still) -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue