Page 1 of 1

agent call manual search existing lead

PostPosted: Thu Jan 31, 2008 10:52 am
by seaq
Hi i wonder if the option agent call manual - that let's an agent to do Manual Dial and Fast Dial - search for a lead only in the lists assigned to the specific campaign or it searchs the lead in the whole system (all the lists).

thanks

Also, checking the code in vdc_db_query i wonder if the code in charge of this lookup is the lines 548 to 560 ??

if ($stage=='lookup')
{
$stmt="SELECT lead_id FROM vicidial_list where phone_number='$phone_number' order by modify_date desc LIMIT 1;";
$rslt=mysql_query($stmt, $link);

thanks again

PostPosted: Thu Jan 31, 2008 4:24 pm
by mflorell
astGUIclient version?

PostPosted: Thu Jan 31, 2008 6:36 pm
by seaq
2.0.4 thks

PostPosted: Thu Jan 31, 2008 8:27 pm
by mflorell
That looks correct, and with 2.0.4 you can specify the list_id that a new lead will be inserted under(in the campaign detail screen)