retool the sofia outbound registration syntax and dialstring syntax for said registrations ***ATTENTION*** syntax has heavily changed and the former syntax removed completely

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4669 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-03-19 21:09:53 +00:00
parent 52edc31e90
commit 31656e019d
2 changed files with 483 additions and 333 deletions

View File

@ -1,18 +1,23 @@
<configuration name="sofia.conf" description="sofia Endpoint"> <configuration name="sofia.conf" description="sofia Endpoint">
<profiles> <profiles>
<profile name="$${domain}"> <profile name="$${domain}">
<registrations> <!-- Outbound Registrations -->
<!-- <registration name="asterlink"> <gateways>
<param name="register-scheme" value="Digest"/> <gateway name="asterlink.com">
<param name="register-realm" value=""/> <!--/// account username *required* ///-->
<param name="register-username" value="1001"/> <param name="username" value="cluecon"/>
<param name="register-password" value="nhy65tgb"/> <!--/// auth realm: *optional* same as gateway name, if blank ///-->
<param name="register-from" value="sip:1001@208.64.200.40"/> <!--<param name="realm" value="asterlink.com"/>-->
<param name="register-to" value="sip:1001@conference.freeswitch.org"/> <!--/// account password *required* ///-->
<param name="register-proxy" value="sip:conference.freeswitch.org:5060"/> <param name="password" value="2007"/>
<param name="register-frequency" value="20"/> <!--/// extension for inbound calls: *optional* same as username, if blank ///-->
</registration> --> <!--<param name="extension" value="cluecon"/>-->
</registrations> <!--/// 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>
</gateways>
<settings> <settings>
<param name="debug" value="1"/> <param name="debug" value="1"/>
<param name="rfc2833-pt" value="101"/> <param name="rfc2833-pt" value="101"/>

File diff suppressed because it is too large Load Diff