[Freeswitch-svn] [commit] r9725 - in freeswitch/trunk/conf: autoload_configs sip_profiles
Freeswitch SVN
brian at freeswitch.org
Mon Sep 29 01:30:19 EDT 2008
Author: brian
Date: Mon Sep 29 01:30:19 2008
New Revision: 9725
Modified:
freeswitch/trunk/conf/autoload_configs/sofia.conf.xml
freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
freeswitch/trunk/conf/sip_profiles/internal.xml
Log:
cd
Modified: freeswitch/trunk/conf/autoload_configs/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/sofia.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/sofia.conf.xml Mon Sep 29 01:30:19 2008
@@ -1,9 +1,16 @@
<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>
Modified: freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml Mon Sep 29 01:30:19 2008
@@ -1,3 +1,6 @@
+<!--
+ This is an example of a sofia profile setup to listen on IPv6.
+-->
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
<profile name="internal-ipv6">
<!--aliases are other names that will work as a valid profile name for this profile-->
Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml Mon Sep 29 01:30:19 2008
@@ -1,3 +1,10 @@
+<!--
+ This is a sofia sip profile/user agent. This will service exactly one ip and port.
+ In FreeSWITCH you can run multiple sip user agents on their own ip and port.
+
+ When you hear someone say "sofia profile" this is what they are talking about.
+-->
+
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
<profile name="internal">
<!--aliases are other names that will work as a valid profile name for this profile-->
@@ -18,11 +25,13 @@
</domains>
<settings>
- <!-- When calls are in no media this will bring them back to media
- when you press the hold button.
+ <!--
+ When calls are in no media this will bring them back to media
+ when you press the hold button.
-->
<!--<param name="media-option" value="resume-media-on-hold"/> -->
- <!-- This will allow a call after an attended transfer go back to
+ <!--
+ This will allow a call after an attended transfer go back to
bypass media after an attended transfer.
-->
<!--<param name="media-option" value="bypass-media-after-att-xfer"/>-->
More information about the Freeswitch-svn
mailing list