]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
lets not have a register in the default config \;)
authorBrian West <brian@freeswitch.org>
Wed, 21 Mar 2007 02:47:58 +0000 (02:47 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 21 Mar 2007 02:47:58 +0000 (02:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4705 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sofia.conf.xml

index f58d9b25e1f16cdc7214ca40db5aa6fe28aa8f08..e591cbb020d7063bcea4a82c389e0173efcab57f 100644 (file)
@@ -3,20 +3,20 @@
     <profile name="$${domain}">
       <!-- Outbound Registrations -->
       <gateways>
-       <gateway name="asterlink.com">
+       <!--<gateway name="asterlink.com">-->
          <!--/// account username *required* ///-->
-         <param name="username" value="cluecon"/>
+         <!--<param name="username" value="cluecon"/>-->
          <!--/// auth realm: *optional* same as gateway name, if blank ///-->
          <!--<param name="realm" value="asterlink.com"/>-->
          <!--/// account password *required* ///-->
-         <param name="password" value="2007"/>   
+         <!--<param name="password" value="2007"/>--> 
          <!--/// extension for inbound calls: *optional* same as username, if blank ///-->
          <!--<param name="extension" value="cluecon"/>-->
          <!--/// proxy host: *optional* same as realm, if blank ///-->
          <!--<param name="proxy" value="asterlink.com"/>-->
          <!--/// expire in seconds: *optional* 3600, if blank ///-->
-         <param name="expire-seconds" value="60"/>
-       </gateway>
+         <!--<param name="expire-seconds" value="60"/>-->
+       <!--</gateway>-->
       </gateways>
       <settings>
        <param name="debug" value="1"/>