提交 9f5241ee authored 作者: Brian West's avatar Brian West

add ideasip working config example template

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6603 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 2009101b
<include>
<extension name="ideasip.com">
<condition field="destination_number" expression="^1101(.*)$">
<action application="bridge" data="sofia/gateway/proxy.ideasip.com/$1"/>
</condition>
</extension>
</include>
<!-- Working ideaSIP.com dialup in and outbound -->
<include>
<user id="%ISUSERNAME%">
<gateways>
<gateway name="proxy.ideasip.com">
<param name="username" value="%ISUSERNAME%"/>
<param name="password" value="%ISPASSWORD%"/>
<param name="expire-seconds" value="600"/>
<param name="register" value="true"/>
<param name="retry_seconds" value="30"/>
<param name="extension" value="%ISEXTENSION%"/>
<param name="context" value="public"/>
</gateway>
</gateways>
<params>
<param name="password" value="%ISPASSWORD%"/>
</params>
</user>
</include>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论