Page 1 of 1

Vicidial Campaign Stats

PostPosted: Thu Jan 11, 2018 10:15 pm
by mmirasol
VERSION: 2.14-636a
BUILD: 171011-1450
© 2017 ViciDial Group
Asterisk 1.8
Ubuntu Server 12.04.5 LTS 64bit

Hello guys, we would like to ask what script or process currently writes to the vicidial_campaign_stats table.
https://snag.gy/jsGMm2.jpg

We would like to get the same stats for previous dates. Kindly advise where to get these.

Thank you.

Re: Vicidial Campaign Stats

PostPosted: Thu Jan 11, 2018 10:54 pm
by mflorell
Quite a few scripts write to that table, you can search the code to see how many for yourself:

# cd /usr/share/astguiclient/
# grep vicidial_campaign_stats ./*

Re: Vicidial Campaign Stats

PostPosted: Fri Jan 12, 2018 10:12 am
by williamconley
mflorell wrote:# grep vicidial_campaign_stats ./*


Code: Select all
grep vicidial_campaign_stats * -n


This will give you line numbers so you can "nano +LINENUMBER FILENAME" to get directly to that line of each file.