Page 1 of 1

where can we find the log file of ViCiDial

PostPosted: Sat Oct 03, 2009 3:56 pm
by sam.chan
i am using vicidialnow 2.5 and on the CLI mode, trying to do the following:
/var/log/asterisk# tail -f vicidial for checking the log file but to no avail.

can anyone help me how to do it.

thanks in advance

Sam Chan

PostPosted: Sun Oct 04, 2009 1:55 am
by heinz
Hi,
there is no special log-file called vicidial.
Depending on your installation you have the standard asterisk log-files. Try tail -f /var/log/asterisk/full
In addition you can set the AGI-output to FILE on the admin interface. This can help debugging too.
Thanks,
heinz

PostPosted: Tue Oct 06, 2009 6:56 am
by sam.chan
Thanks