lets not have a register in the default config \;)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4705 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
64aeee8e2f
commit
313805ee11
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue