Changed OSP TCP port from 1080 to 5045.

This commit is contained in:
Di-Shi Sun 2010-07-07 15:41:09 +08:00
parent dbf93daae8
commit 03abefdf07
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
<!-- 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"/> -->
<!-- <param name="service-point-url" value="http://osptestserver.transnexus.com:5045/osp"/> -->
<!-- <param name="service-point-url" value="https://127.0.0.1:1443/osp"/> -->
<param name="service-point-url" value="http://127.0.0.1:1080/osp"/>
<param name="service-point-url" value="http://127.0.0.1:5045/osp"/>
<!-- FreeSWITCH IP address for OSP -->
<param name="device-ip" value="127.0.0.1:5080"/>