[Freeswitch-svn] [commit] r3077 - freeswitch/trunk/conf

Freeswitch SVN mikej at freeswitch.org
Wed Oct 18 13:18:16 EDT 2006


Author: mikej
Date: Wed Oct 18 13:18:16 2006
New Revision: 3077

Modified:
   freeswitch/trunk/conf/freeswitch.xml

Log:
comment registration in default config so all new builds don't try to reg.

Modified: freeswitch/trunk/conf/freeswitch.xml
==============================================================================
--- freeswitch/trunk/conf/freeswitch.xml	(original)
+++ freeswitch/trunk/conf/freeswitch.xml	Wed Oct 18 13:18:16 2006
@@ -116,7 +116,7 @@
       <profiles>
         <profile name="test">
           <registrations>
-            <registration name="asterlink">
+            <!-- <registration name="asterlink">
               <param name="register-scheme" value="Digest"/>
               <param name="register-realm" value=""/>
               <param name="register-username" value="1001"/>
@@ -125,7 +125,7 @@
               <param name="register-to" value="sip:1001 at 66.250.68.194"/>
               <param name="register-proxy" value="sip:66.250.68.194:5060"/>
               <param name="register-frequency" value="20"/>
-            </registration>
+            </registration> -->
           </registrations>
           <settings>
             <param name="debug" value="1"/>



More information about the Freeswitch-svn mailing list