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 /usr/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″