]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
lets be specific now
authorBrian West <brian@freeswitch.org>
Sat, 10 Nov 2007 00:51:14 +0000 (00:51 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 10 Nov 2007 00:51:14 +0000 (00:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6216 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/freeswitch.xml
conf/sofia.conf.xml

index 073cb7a5712b1519421ab04a1c9202f25575635b..f00f71f27ae48a8c9563b84b8eb0b1e8fa902a24 100644 (file)
   </section>
   
   <section name="dialplan" description="Regex/XML Dialplan">
-    <!--#include "dialplan/*"-->
+    <!--#include "dialplan/*.xml"-->
   </section>
 
   <!-- 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">
-    <!--#include "directory/*"-->
+    <!--#include "directory/*.xml"-->
   </section>
 
   <!-- phrases section (under development still) -->
index 15c1785ba9fe23f68df4f6fca7540d70acee6486..3b8b34a01ba92f3fe78d5b6253e6d24d8323df55 100644 (file)
@@ -1,5 +1,5 @@
 <configuration name="sofia.conf" description="sofia Endpoint">
   <profiles>
-    <!--#include "sip_profiles/*" -->
+    <!--#include "sip_profiles/*.xml" -->
   </profiles>
 </configuration>