freeswitch/conf/autoload_configs/sofia.conf.xml
Brian West 000288e24f cd
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9725 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-09-29 05:30:19 +00:00

17 lines
417 B
XML

<configuration name="sofia.conf" description="sofia Endpoint">
<global_settings>
<param name="log-level" 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"/>
</profiles>
</configuration>