Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Asterisk kill

killall -9 asterisk 2 times


cd /home/cron
./autostart_ast

then
# asterisk -vvvvgrc
module reload

Mysql queries for delting users

1. user logout
> delete from contaque_live_agents where users="0010";

2.delete calls in queue


> delete from contaque_autocalls;

3.logout all users at a time


> delete from contaque_live_agents;

mysql repair
# /usr/local/mysql/bin/mysqlcheck -A -r

When CCM not open


/usr/local/apache2/bin/apachectl stop
/usr/local/apache2/bin/apachectl start

You might also like