Knowledgebase

How to change VOS3000 server sip port 5060

If you want to change vos3000 default sip port 5060 , 6060. you can change the SIP port no by editing

file  softswitch.conf   /home/kunshi/mbx3000/etc/softswitch.conf

#!/bin/sh

 

SS_NAME=”MBX3000″
SS_H323RASPORT=”1719″
SS_H323RC4RASPORT=”3719″
SS_H323SIGNALPORT=”1720″
SS_H323RC4SIGNALPORT=”3720″
SS_SIPPORT=”5060,6060″       (Change port no here)
SS_SIPRC4PORT=”5070″

SS_EMBEDDEDSERVICEIP=”192.168.1.1″
SS_EMBEDDEDSERVICEPORT=”5065″

SS_MEDIAPROXYMODENABLE=”1″

Was this answer helpful?

7 Users Found This Useful

Related Articles

VOS3000 2.1.2.4 Installation Vos3000 2.1.2.4 can be install on 32 bit or 64 bit Centos Linux. Before Installation we will check the following. 1- Check Linux version... How to change VOS3000 admin client port If you want to change vos3000 client default admin port . you can do it without changing anything on vos3000 server setting you need to... How to change VOS3000 browser client port If you want to change VOS3000 browser client port address edit the following file or find server.xml file under apache-tomcat... Install vos3000 2.1.4.0 on CentOS 6.X How to install vos3000 2.1.4.0 on CentOS 6.X Follow the steps #/etc/init.d/iptables save#/etc/init.d/iptables stop#chkconfig iptables...