forked from Mirrors/freeswitch
7564021000
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
14 lines
356 B
XML
14 lines
356 B
XML
<configuration name="sofia.conf" description="sofia Endpoint">
|
|
|
|
<global_settings>
|
|
<param name="log-level" value="0"/>
|
|
<!-- <param name="auto-restart" value="false"/> -->
|
|
<param name="debug-presence" value="0"/>
|
|
</global_settings>
|
|
|
|
<profiles>
|
|
<X-PRE-PROCESS cmd="include" data="../sbc_profiles/*.xml"/>
|
|
</profiles>
|
|
|
|
</configuration>
|