提交 32dbb191 authored 作者: Di-Shi Sun's avatar Di-Shi Sun

Added work mode option and support for outbound proxy.

上级 4e820983
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</settings> </settings>
<profiles> <profiles>
<!-- Default OSP provider profile --> <!-- Default OSP profile -->
<profile name="default"> <profile name="default">
<!-- Service point URLs, up to 8 allowed --> <!-- Service point URLs, up to 8 allowed -->
<!-- <param name="service-point-url" value="http://osptestserver.transnexus.com:1080/osp"/> --> <!-- <param name="service-point-url" value="http://osptestserver.transnexus.com:1080/osp"/> -->
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
<!-- HTTP timeout in milliseconds, 200~60000 --> <!-- HTTP timeout in milliseconds, 200~60000 -->
<param name="http-timeout" value="10000"/> <param name="http-timeout" value="10000"/>
<!-- OSP work mode, direct or indirect -->
<param name="work-mode" value="direct"/>
<!-- OSP service type, voice or npquery --> <!-- OSP service type, voice or npquery -->
<param name="service-type" value="voice"/> <param name="service-type" value="voice"/>
<!-- Max number of destinations --> <!-- Max number of destinations -->
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论