Fix broken paths and XML in conf/sbc
Before Jay, no one must have actually tried using the example SBC config. Thanks-to: Jay Blinks <jaybinks@gmail.com> Thanks-to: Cal Leeming <cal.leeming@simplicitymedialtd.co.uk> FS-6144 --resolve
This commit is contained in:
parent
7e04f2178c
commit
7564021000
|
@ -6,13 +6,8 @@
|
||||||
<param name="debug-presence" value="0"/>
|
<param name="debug-presence" value="0"/>
|
||||||
</global_settings>
|
</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>
|
<profiles>
|
||||||
<X-PRE-PROCESS cmd="include" data="../sip_profiles/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="../sbc_profiles/*.xml"/>
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
will build the domains acl using this value.
|
will build the domains acl using this value.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- http://wiki.freeswitch.org/wiki/Dialplan_XML -->
|
<!-- http://wiki.freeswitch.org/wiki/Dialplan_XML -->
|
||||||
<include>
|
<include>
|
||||||
<context name="default">
|
<context name="default">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<include>
|
<document type="freeswitch/xml">
|
||||||
<!--#comment
|
<!--#comment
|
||||||
All comments starting with #command will be preprocessed and never sent to the xml parser
|
All comments starting with #command will be preprocessed and never sent to the xml parser
|
||||||
Valid instructions:
|
Valid instructions:
|
||||||
|
@ -25,19 +25,7 @@
|
||||||
<X-PRE-PROCESS cmd="include" data="dialplan/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="dialplan/*.xml"/>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- mod_dingaling is reliant on the vcard data in the "directory" section. -->
|
</document>
|
||||||
<!-- 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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<include>
|
||||||
<!-- Preprocessor Variables
|
<!-- Preprocessor Variables
|
||||||
These are introduced when configuration strings must be consistent across modules.
|
These are introduced when configuration strings must be consistent across modules.
|
||||||
-->
|
-->
|
||||||
|
@ -150,3 +151,4 @@
|
||||||
<X-PRE-PROCESS cmd="set" data="external_tls_port=5081"/>
|
<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_enable=false"/>
|
||||||
<X-PRE-PROCESS cmd="set" data="external_ssl_dir=$${base_dir}/conf/ssl"/>
|
<X-PRE-PROCESS cmd="set" data="external_ssl_dir=$${base_dir}/conf/ssl"/>
|
||||||
|
</include>
|
||||||
|
|
Loading…
Reference in New Issue