Page 1 of 1

found a bug in AST_VDauto_dial.pl

PostPosted: Thu Mar 21, 2013 9:23 pm
by bobbymc
so most of you dont use the logs, i use them religiously to provide reports.

there is a line

Code: Select all
$CLlead_id=''; $auto_call_id=''; $CLstatus=''; $CLcampaign_id=''; $CLphone_number=''; $CLphone_code='';


that should also reset another variable called $CLuser='';

Code: Select all
$CLlead_id=''; $auto_call_id=''; $CLstatus=''; $CLcampaign_id=''; $CLphone_number=''; $CLphone_code=''; $CLuser='';

Re: found a bug in AST_VDauto_dial.pl

PostPosted: Fri Mar 22, 2013 5:53 am
by mflorell
It has been fixed in svn/trunk. Thanks!

Re: found a bug in AST_VDauto_dial.pl

PostPosted: Fri Mar 22, 2013 7:13 am
by williamconley
Good post bobby! 8)

Re: found a bug in AST_VDauto_dial.pl

PostPosted: Fri Mar 22, 2013 10:25 am
by bobbymc
my pleasure guys =)