Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Centos+Asterisk+ViciDIal Guide with Clustering

Re: Centos+Asterisk+ViciDIal Guide

Gagawin ko to sa server namin ts? Kasi nakiki-connect lang ako sa server ng client eh. Kunbaga sa client ung server at ina-access lang namin gamit ung given informations like phone login, password at domain.

ahh ano ba setup nito nakapublic ung server? Meron ba kaung server or firewall ?
 
Re: Centos+Asterisk+ViciDIal Guide

ahh ano ba setup nito nakapublic ung server? Meron ba kaung server or firewall ?

Naka public ung server ng client ts. Meron kaming firewall, pero tingin ko wala sa firewall ung problem. Naka unrestricted access kasi ako eh pero hindi din komokonekta sakin ung sa domain ng client.
 
Re: Centos+Asterisk+ViciDIal Guide

Ask them kung nakaallow yung ip address nyo
 
Re: Centos+Asterisk+ViciDIal Guide

Gamit kayu ng Fail2ban para wala lulusot.. ako nasa 5000 ip na ang nakablock... sa aken dahil sa fail log in sa ssh and registration sa zoiper...
 
Re: Centos+Asterisk+ViciDIal Guide

Sino sainyo dito ang may setup ng RAID-1 (mirror) sa vicidial nila?

Gusto ko kasi malaman kung nag fail na ba ung isang hdd ko.
 
Re: Centos+Asterisk+ViciDIal Guide

Tanong lang ulit..

Paano ako mag restore ng backup sa vicidial? Ung ginamit ko na backup command is ADMIN_backup.pl
 
Re: Centos+Asterisk+ViciDIal Guide

Tanong lang ulit..

Paano ako mag restore ng backup sa vicidial? Ung ginamit ko na backup command is ADMIN_backup.pl

mysql -u [uname] -p[pass] [db_to_restore] < [backupfile.sql]

or


Restore Process:
- ls -lat /var/log/astguiclient/archive/
- cd /var/log/astguiclient/archive/
- tar xvfz 192.168.1.5_ALL_0.tar.gz
- cd var/log/astguiclient/archive/
- mv 192.168.1.5* /
- cd /
- ls -lat
- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar
- (check for other tar files if you used other backup options)
- gunzip 192.168.1.5asterisk0.gz
- mysql asterisk
- \. 192.168.1.5asterisk0
- quit
 
Last edited:
Re: Centos+Asterisk+ViciDIal Guide

mysql -u [uname] -p[pass] [db_to_restore] < [backupfile.sql]

or


Restore Process:
- ls -lat /var/log/astguiclient/archive/
- cd /var/log/astguiclient/archive/
- tar xvfz 192.168.1.5_ALL_0.tar.gz
- cd var/log/astguiclient/archive/
- mv 192.168.1.5* /
- cd /
- ls -lat
- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar
- (check for other tar files if you used other backup options)
- gunzip 192.168.1.5asterisk0.gz
- mysql asterisk
- \. 192.168.1.5asterisk0
- quit

Saan ko ilalagay to ts

- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar?

Saka nalito ako sa linyang ito

- gunzip 192.168.1.5asterisk0.gz
- mysql asterisk
- \. 192.168.1.5asterisk0

Ibig sabihin I zip ko ung asterisk0? Saka saan ko kukunin ung asterisk0? yun ung sa na backup ko na .sql?
 
Re: Centos+Asterisk+ViciDIal Guide

I NEED A VOIP PROVIDER......

Recommend naman po
 
Re: Centos+Asterisk+ViciDIal Guide

Saan ko ilalagay to ts

- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar?

Saka nalito ako sa linyang ito

- gunzip 192.168.1.5asterisk0.gz
- mysql asterisk
- \. 192.168.1.5asterisk0

Ibig sabihin I zip ko ung asterisk0? Saka saan ko kukunin ung asterisk0? yun ung sa na backup ko na .sql?

Depende po s kung ano name ang ginamit nyo s pag archive
or since n naarchive nyo n yung dbase nyo just follow the first step
yung second steps usually sa mga folder ng asterisk/asguiclient folders sya mageextract
 
Re: Centos+Asterisk+ViciDIal Guide

Depende po s kung ano name ang ginamit nyo s pag archive
or since n naarchive nyo n yung dbase nyo just follow the first step
yung second steps usually sa mga folder ng asterisk/asguiclient folders sya mageextract

Teka ts..

Ibig sabihin pag ka run ko ng

- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar

eh automatic siyang mag extract kung saan man sila dapat mag extract? Kahit sa home ko i-input ung command?
 
Re: Centos+Asterisk+ViciDIal Guide

Sino sainyo dito ang may setup ng RAID-1 (mirror) sa vicidial nila?

Gusto ko kasi malaman kung nag fail na ba ung isang hdd ko.

Up lang tong tanong ko
 
Re: Centos+Asterisk+ViciDIal Guide

hardware raid po ba ang gamit nyo? may software po na pedeng gamitin to check your HDD for your raid controller pero dapat alam nyo ang model at manufacturer para madownload ninyo ang software or you can check this Checking faild HDD for RAID
 
Re: Centos+Asterisk+ViciDIal Guide

Teka ts..

Ibig sabihin pag ka run ko ng

- tar xvf 192.168.1.5_VOICEMAIL_0.tar
- tar xvf 192.168.1.5_CONF_0.tar
- tar xvf 192.168.1.5_BIN_0.tar
- tar xvf 192.168.1.5_LINUX_0.tar
- tar xvf 192.168.1.5_SOUNDS_0.tar

eh automatic siyang mag extract kung saan man sila dapat mag extract? Kahit sa home ko i-input ung command?

Up ko din tong tanong ko ts..

Hardware Raid siya ts, ibm x3100 m4 ung server namin
 
Re: Centos+Asterisk+ViciDIal Guide

It will be extracted to the right folder automatic unless you change some info like you change ip
 
Re: Centos+Asterisk+ViciDIal Guide

It will be extracted to the right folder automatic unless you change some info like you change ip

Kung sakaling nag palit ako ng ip ts, ano ung work around nun bago mag extract?

Saka up ko lang ung isang question ko. Regarding RAID 1 na vicidial.
 
Re: Centos+Asterisk+ViciDIal Guide

yung ipadd s filename it is just a file name like 192.168.x.xxetcetc make sure n you will update the ip after extraction. Yung s raid anong controller nyo po. sorry matagal n ko hindi gumagamit ng ganyang setup but can you check on this

run
lspci | grep -i raid (to check the your device raid hardware)

then refer to this guide n lng po para mas maintindihan mo po RAID
 
Re: Centos+Asterisk+ViciDIal Guide

yung ipadd s filename it is just a file name like 192.168.x.xxetcetc make sure n you will update the ip after extraction. Yung s raid anong controller nyo po. sorry matagal n ko hindi gumagamit ng ganyang setup but can you check on this

run
lspci | grep -i raid (to check the your device raid hardware)

then refer to this guide n lng po para mas maintindihan mo po RAID

/usr/share/astguiclient/ADMIN_update_server_ip.pl - heto ung pang update ng ip?

lspci | grep -i raid --- walang output ts. Ibig sabihin not working ung raid ko?
 
Re: Centos+Asterisk+ViciDIal Guide

Yes pang update ng ip.

can you try more /proc/scsi/scsi or cat /proc/mdstat this is to check your rIS

pd k magkaroon ng ganitong output :

Personalities : [raid1] [raid6] [raid5] [raid4]
md_d0 : active raid5 sde1[0] sdf1[4] sdb1[5] sdd1[2] sdc1[1]
1250241792 blocks super 1.2 level 5, 64k chunk, algorithm 2 [5/5] [UUUUU]
bitmap: 0/10 pages [0KB], 16384KB chunk


Here makikita mo po ang supported ng system mo kung anong type ng raid ang supported ng system mo
then ung md_d0 as you see kung anong type ng raid meron.
 
Back
Top Bottom