VOS3000 BLOG
VOS3000 installation and configuration details also how to use vos3000 with latest update
How to transfer Vos3000 server database to new Vos3000 serverVOS 3000 use MySQL database to for their database named vos3000dbIf you want to backup and restore VOS 3000 database or transfer Vos3000 server database to new VOS 3000 server follow the below steps :-
How to retrive vos3000 admin password or reset password
If you forget Vos3000 admin password you don’t need to worry if you know your MySQL root password.Vos3000 store their password in clear text so you can read the password.
Its very long process to transfer vos3000 or my sql database to remote server as you take backup and restore on remote server. This is how to transfer VOS3000 database on remote server easly
#mysqldump -u root -pPPPP vos3000db | ssh root@x.x.x.x mysql -u root -pKKKK vos3000db
Some tome you want to change Timezone in VOS3000 after VOS3000 installation For Example I want to change my Time zone to Asia/Shanghai
Reinstall Timezone database
# yum -y reinstall tzdata Install NTP Client to accurate time according to time zone
If you want to change VOS3000 browser client port address edit the following file or find server.xml file under apache-tomcat installation conf folder change the Connector port 80 to whatever you want which is not used on system and reboot the system.
# nano /usr/apache-tomcat-5.5.15/conf/server.xm
How to check vos3000 MySQL Database size
Before transfer database to new server you want to know the vos3000db database size.For that you must login to the mysql and write below query or copy paste.
SELECT table_schema AS “Database name”, SUM(data_length + index_length)
VOS3000 IPtables for port changing :
Use below rule to change your vos3000 client to access server on different port as 7899 or change as per your requirementiptables -A PREROUTING -t nat -p tcp -m tcp –dport 1202 -j DNAT –to-destination :3720 iptables -A PREROUTING -t nat -p tcp -m tcp –dport 7899 -j DNAT –to-destination :1202
How to install VOS3000 Server on CentOS 5.x
Follow the below steps as tested on CentOS 5.x
Configure the Time Zone according to your Country Zone setup rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Dhaka /etc/localtime
# nano /etc/sysconfig/clock
ZONE=”Asia/Dhaka”
UTC=trueARC=false
#date –set=”02 SEP 2011 20:50:00″ (ddMMYYYY HH:MM:SS)
***If already have database please remove below command ***
#yum remove mysql # nano /etc/sysconfig/selinux
VOS3000 2.1.3.2 Features
Add Recaculate CDR for VOS3000
Add Database Connection & CDR Insert Fail Alarm for VOS3000
Support IP Block when Login Failed
Support Web https
Add Area Analysis Report
Fixed Phone Additional Settings on Web
Add Black/White Group
Add Domestic Business Setting for Phone
Add Callin/Callout/Total Capacity for Phone
Add Callin/Callout Prefix for Phone
Add IP Settings for DMZ