<param name="debug-presence" value="0"/>
</global_settings>
- <!--
- The rabbit hole goes deep. This includes all the
- profiles in the sip_profiles directory that is up
- one level from this directory.
- -->
<profiles>
- <X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
+ <X-PRE-PROCESS cmd="include" data="../sbc_profiles/*.xml"/>
</profiles>
</configuration>
will build the domains acl using this value.
-->
-<?xml version="1.0" encoding="utf-8"?>
<!-- http://wiki.freeswitch.org/wiki/Dialplan_XML -->
<include>
<context name="default">
-<include>
+<document type="freeswitch/xml">
<!--#comment
All comments starting with #command will be preprocessed and never sent to the xml parser
Valid instructions:
<X-PRE-PROCESS cmd="include" data="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">
- <X-PRE-PROCESS cmd="include" data="directory/*.xml"/>
- </section>
-
- <!-- phrases section (under development still) -->
- <section name="phrases" description="Speech Phrase Management">
- <macros>
- <X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/>
- </macros>
- </section>
-</include>
+</document>
+<include>
<!-- Preprocessor Variables
These are introduced when configuration strings must be consistent across modules.
-->
<X-PRE-PROCESS cmd="set" data="external_tls_port=5081"/>
<X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/>
<X-PRE-PROCESS cmd="set" data="external_ssl_dir=$${base_dir}/conf/ssl"/>
+</include>