diff --git a/bin/AST_VDauto_dial_FILL.pl b/bin/AST_VDauto_dial_FILL.pl index 570d0f76..d05bcb20 100644 --- a/bin/AST_VDauto_dial_FILL.pl +++ b/bin/AST_VDauto_dial_FILL.pl @@ -23,6 +23,7 @@ # 80227-0406 - fixed auto-alt-dial and added queue_priority # 80713-0624 - Added vicidial_list_last_local_call_time field # 80831-0400 - Added new alt-dial options +# 81210-1938 - Fixed callerIDnumber bug # @@ -704,7 +705,7 @@ while($one_day_interval > 0) if (length($DBIPvdadexten[$camp_CIPct]) > 0) {$VDAD_dial_exten = "$DBIPvdadexten[$camp_CIPct]";} else {$VDAD_dial_exten = "$answer_transfer_agent";} - if (length($DBfill_campaigncid[$camp_CIPct]) > 6) {$CCID = "$DBfill_campaigncid[$camp_CIPct]"; $CCID_on++;} + if (length($DBIPcampaigncid[$camp_CIPct]) > 6) {$CCID = "$DBIPcampaigncid[$camp_CIPct]"; $CCID_on++;} if ($DBIPdialprefix[$camp_CIPct] =~ /x/i) {$Local_out_prefix = '';} if ($RECcount)