forked from Mirrors/freeswitch
000288e24f
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9725 d0543943-73ff-0310-b7d9-9358b9ac24b2
17 lines
417 B
XML
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>
|