[Freeswitch-svn] [commit] r4705 - freeswitch/trunk/conf
Freeswitch SVN
brian at freeswitch.org
Tue Mar 20 22:47:58 EDT 2007
Author: brian
Date: Tue Mar 20 22:47:58 2007
New Revision: 4705
Modified:
freeswitch/trunk/conf/sofia.conf.xml
Log:
lets not have a register in the default config \;)
Modified: freeswitch/trunk/conf/sofia.conf.xml
==============================================================================
--- freeswitch/trunk/conf/sofia.conf.xml (original)
+++ freeswitch/trunk/conf/sofia.conf.xml Tue Mar 20 22:47:58 2007
@@ -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"/>
More information about the Freeswitch-svn
mailing list