]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
cd
authorBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 05:30:19 +0000 (05:30 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 29 Sep 2008 05:30:19 +0000 (05:30 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9725 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/sofia.conf.xml
conf/sip_profiles/internal-ipv6.xml
conf/sip_profiles/internal.xml

index 4e880600eabae48f8516c19efb9006a1d4bf09dd..50c31acf488b94e73f42527617dd50b6b964e0e6 100644 (file)
@@ -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>
index dd5d99fede821c59e7a9346fd5c401e96c718021..462c3a1969cd451da390584a6da8f233cedafbb9 100644 (file)
@@ -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-->
index 319a4c5f8167fc2fd92494ac1b791c8991293540..37e963b2b2d33e3f72575597b16c9e4c8356d622 100644 (file)
@@ -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-->
   </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"/>-->