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:
parent
7e101fa05c
commit
5026727c48
|
@ -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) -->
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<configuration name="sofia.conf" description="sofia Endpoint">
|
||||
<profiles>
|
||||
<!--#include "sip_profiles/*" -->
|
||||
<!--#include "sip_profiles/*.xml" -->
|
||||
</profiles>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue