]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Changed OSP TCP port from 1080 to 5045.
authorDi-Shi Sun <di-shi@transnexus.com>
Wed, 7 Jul 2010 07:41:09 +0000 (15:41 +0800)
committerDi-Shi Sun <di-shi@transnexus.com>
Wed, 7 Jul 2010 07:41:09 +0000 (15:41 +0800)
conf/autoload_configs/osp.conf.xml

index c36c06cb1fcea0002adbd7654935540510c5654c..419a0033ff23081875b0c4a91f812542b7fa9900 100644 (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"/>