FS config: Avoid annoying ERRORS with reloadxml

Remove include statements for files that do not exist
This commit is contained in:
Keith Whyte 2023-07-27 20:09:59 +02:00
parent 4c72c9b55e
commit 0e24b1e31b
6 changed files with 5 additions and 6 deletions

View file

@ -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>