[Freeswitch-svn] [commit] r13234 - freeswitch/trunk/conf/sip_profiles

FreeSWITCH SVN brian at freeswitch.org
Tue May 5 08:51:30 PDT 2009


Author: brian
Date: Tue May  5 10:51:30 2009
New Revision: 13234

Log:
 clean up 

Modified:
   freeswitch/trunk/conf/sip_profiles/external.xml
   freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
   freeswitch/trunk/conf/sip_profiles/internal.xml

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Tue May  5 10:51:30 2009
@@ -1,5 +1,5 @@
-<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files --> 
 <profile name="external">
+  <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files --> 
   <!-- This profile is only for outbound registrations to providers -->
   <gateways>
     <X-PRE-PROCESS cmd="include" data="external/*.xml"/>

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	Tue May  5 10:51:30 2009
@@ -1,8 +1,8 @@
-<!--
-    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">
+  <!--
+      This is an example of a sofia profile setup to listen on IPv6.
+  -->
+  <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
   <!--aliases are other names that will work as a valid profile name for this profile-->
   <settings>
     <!-- <param name="user-agent-string" value="FreeSWITCH Rocks!"/> -->

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Tue May  5 10:51:30 2009
@@ -1,12 +1,12 @@
-<!--
-    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">
+  <!--
+      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 -->
   <!--aliases are other names that will work as a valid profile name for this profile-->
   <aliases>
     <alias name="default"/>



More information about the Freeswitch-svn mailing list