How to setup windows 8

Video  —  Posted: June 27, 2013 in Windows
Tags: , ,

How to setup windows 8

Video  —  Posted: June 25, 2013 in Windows
Tags: , , , ,

Vicidial Recording File extraction:

It is recommended to free your disk space you remove the recordings from your vicidialnow/goautodial.

usually the file is located at http://yourserveripadress/recordings

But after a fresh installation if you go first time over there, you will be denied. To enable your admin / manager you have to allow your internal LAN or specific IP range. Here is how you do that:-

To allow recordings

[root@vici ~]# vi /etc/httpd/conf.d/vicidial_recordings.conf

recordingconf

Over here on the circled are you will see that usually it is denied from everyone. you just put  the # sign, to make it quoted . After that you will see it has allowed the usual Local lan ip scheme 192.168 , if you have any different ip scheme such as 10.250 ; you can change it whatever you like.

Make sure you trust only the trusted !

😀 😀 😀 😀 😀 😀 😀

httpd_startLog in as root user and type the following command

Start httpd server:-# service httpd start
Restart httpd server:-# service httpd restart
Stop httpd server:-# service httpd stop

You can also use following command:

# /etc/init.d/httpd restart
# /etc/init.d/httpd start
# /etc/init.d/httpd stop

for Debian and Ubuntu Linux

# /etc/init.d/apache2 restart
# /etc/init.d/apache2 stop
# /etc/init.d/apache2 start

you can also use this command for Debian and Ubuntu Linux

# service apache2 restart
# service apache2 stop
# service apache2 start

Gallery  —  Posted: June 6, 2013 in linux
Tags: , , , , , , , ,

Repairing Database for Goautodial/vicidial

mysqlcheck -u root -p --auto-repair --check --optimize --all-databases

then you need to enter password : vicidialnow

works on all mysql installations (it’s a mysql command, not a vicidial command). However: This requires that you know the mysql root user’s password. If there is no root user password, leave out the “-p”.

You can also modify the command a bit, here is what we use most of the time:

mysqlcheck -u cron -p1234 --auto-repair --all-databases

😀 😀 😀 😀 😀 😀 😀 😀

Gallery  —  Posted: June 4, 2013 in vicidial
Tags: , , , ,