Description: Vicidial/goautodial leads upload custom layout option not displaying fields in drop down.
Issue brief:
while uploading leads in vicidial you might see vicidial leads upload page wont display the fields drop down list while selecting the custom layout option. Only you can see "OK TO PROGRESS" and "START OVER"
tail -f /var/log/mysqld.log or
Solution 1 :
Check the mysql log for any table crashedtail -f /var/log/mysqld.log or
tail -f /var/log/mysqld/mysqld.log
you might see vicidial_lists marked crashed.
Either you can repair that particular table by running below command in mysql console
you might see vicidial_lists marked crashed.
Either you can repair that particular table by running below command in mysql console
mysql>use asterisk
mysql>REPAIR table vicidial_lists;
OR
you can run the mysql repair command to repair all the crashed tables .
check the below link for the mysql repair and optimize command
https://striker24x7.blogspot.com/2011/05/vicidial-mysql-repair-cmd.html
Also Check
Iptables/firewal for asterisk
script to block hackers