Changed OSP TCP port from 1080 to 5045.
This commit is contained in:
parent
dbf93daae8
commit
03abefdf07
|
@ -22,9 +22,9 @@
|
||||||
<!-- Default OSP 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:5045/osp"/> -->
|
||||||
<!-- <param name="service-point-url" value="https://127.0.0.1:1443/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 -->
|
<!-- FreeSWITCH IP address for OSP -->
|
||||||
<param name="device-ip" value="127.0.0.1:5080"/>
|
<param name="device-ip" value="127.0.0.1:5080"/>
|
||||||
|
|
Loading…
Reference in New Issue