viernes, 30 de agosto de 2019

lunes, 26 de agosto de 2019

vicidial_live_agents keeps locking

Re: vicidial_live_agents keeps locking

Unread postby mflorell » Mon Mar 02, 2015 10:18 am
The database is the bottleneck, other than off-loading reports to a slave database there is no way to cluster the database. But, for 90 agents there is no reason you can't run that off of a single database server. We have clients with over 500 agents that run on a single database server with no problems. If you have the proper hardware and the proper configuration it can handle a very large number of agents.

I wouldn't recommend a RAID 0 for DB usage, at the least you should use RAID 10, so any single drive failure won't cause data loss. Also, we only recommend LSI Logic MegaRAID cards(Dell Perc cards are NOT the same).

jueves, 22 de agosto de 2019

VICIDIAL cluster note

installation command vicibox-install
1) Install DB and Web server 

Audio server is the same DB and WEB  ( need to be changed on the system setting)

Recording server is the telephony server

We need to add the telephony server to the  Web server

voicemails server has to be  dialer


* * * * * /usr/share/astguiclient/AST_VDhopper.pl
@reboot /sbin/service asterisk start


domingo, 18 de agosto de 2019

Setting to increase calls on VICIdial

System Setting :  
Auto Dial Limit
Max FILL Calls per Second:


CP setting

Auto Dial Level:


Minimum Hopper Level:

Automatic Hopper Level:

Server Setting

Max Trunks:

Max Calls per Second:

sábado, 17 de agosto de 2019

recording custom audio vicidial

To record an audio prompt from a phone that is registered on the system, dial 8168 and follow the instructions for recording a message (the pin number it asks for is 4321). Once the message is recorded, write down the prompt ID that it will read back to you (the prompt IDs start at 85100001). After two minutes this recording should be available in the Audio Store.

VICI cluster

1) Instalacion de Web Server IP
2) Slave DB no, 
3) Master

---  ViciBox v.8.1 Install Summary  ---

Expert   : Yes
Legacy   : No
Database : Yes
Web      : Yes
Redirect : Yes
PMA      : Yes
Telephony: No
Archive  : No
Firewall : Disabled

---  Configuration Information  ---
-  Database  -
SVN Rev  : 3130
IP Addr  : 64.154.38.232
Name     : asterisk
User     : cron
Password : 1234
Cust User: custom
Cust Pass: custom1234
Port     : 3306

jueves, 15 de agosto de 2019

Re: Restore database backup

Re: Restore database backup

Postby mflorell » Thu Dec 18, 2014 7:03 am
Here is how we recommend doing a restore onto a fresh vicibox install:

Backup Process:
- /usr/share/astguiclient/ADMIN_backup.pl --help (to see options)
- /usr/share/astguiclient/ADMIN_backup.pl --without-web –debugX

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