提交 31656e01 authored 作者: Anthony Minessale's avatar Anthony Minessale

retool the sofia outbound registration syntax and dialstring syntax for said…

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
上级 52edc31e
<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"/>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论