lets be specific now

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6216 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-11-10 00:51:14 +00:00
parent 7e101fa05c
commit 5026727c48
2 changed files with 3 additions and 3 deletions

View File

@ -92,13 +92,13 @@
</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) -->

View File

@ -1,5 +1,5 @@
<configuration name="sofia.conf" description="sofia Endpoint">
<profiles>
<!--#include "sip_profiles/*" -->
<!--#include "sip_profiles/*.xml" -->
</profiles>
</configuration>