Added work mode option and support for outbound proxy.

This commit is contained in:
Di-Shi Sun 2010-07-01 16:20:10 +08:00
parent 4e82098307
commit 32dbb191fd
2 changed files with 320 additions and 223 deletions

View File

@ -19,7 +19,7 @@
</settings>
<profiles>
<!-- Default OSP provider profile -->
<!-- Default OSP profile -->
<profile name="default">
<!-- Service point URLs, up to 8 allowed -->
<!-- <param name="service-point-url" value="http://osptestserver.transnexus.com:1080/osp"/> -->
@ -42,6 +42,8 @@
<!-- HTTP timeout in milliseconds, 200~60000 -->
<param name="http-timeout" value="10000"/>
<!-- OSP work mode, direct or indirect -->
<param name="work-mode" value="direct"/>
<!-- OSP service type, voice or npquery -->
<param name="service-type" value="voice"/>
<!-- Max number of destinations -->

File diff suppressed because it is too large Load Diff