email export calls report
Posted: Sat Nov 23, 2013 1:13 pm
Hi we are running vicidial 2.7rc1 on centos 5 64-bit
we are trying to run AST_email_web_report.pl via the linux shell to email the export_calls_report as a csv attached to an email
However, we get the email, but its just a html screenshot of the export_calls_report page in vicidial admin rather than the csv file that report generates
We need the csv file its supposed to generate - I am using the following URL in the AST_email_web_report.pl , am I missing something??
$location = "http://127.0.0.1/vicidial/call_report_export.php?query_date=$begindate&end_date=$shipdate&list_id[]=--ALL--&status[]=--ALL--&campaign[]=--ALL--&run_export=1&ivr_export=NO&export_fields=STANDARD&header_row=YES&rec_fields=NONE&custom_fields=NO&call_notes=NO&SUBMIT=SUBMIT";
we are trying to run AST_email_web_report.pl via the linux shell to email the export_calls_report as a csv attached to an email
However, we get the email, but its just a html screenshot of the export_calls_report page in vicidial admin rather than the csv file that report generates
We need the csv file its supposed to generate - I am using the following URL in the AST_email_web_report.pl , am I missing something??
$location = "http://127.0.0.1/vicidial/call_report_export.php?query_date=$begindate&end_date=$shipdate&list_id[]=--ALL--&status[]=--ALL--&campaign[]=--ALL--&run_export=1&ivr_export=NO&export_fields=STANDARD&header_row=YES&rec_fields=NONE&custom_fields=NO&call_notes=NO&SUBMIT=SUBMIT";