From a1599e038b3b543ad3d86b733c54fc666fbb89d2 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 11 Dec 2008 00:42:09 +0000 Subject: [PATCH] Fixed callerIDnumber bug in AST_VDauto_dial_FILL.pl in branch and trunk git-svn-id: svn://192.168.202.10@1022 3d104415-ff17-0410-8863-d5cf3c621b8a --- bin/AST_VDauto_dial_FILL.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)