diff --git a/agc_2-X/branches/agc_2.0.4/bin/AST_VDauto_dial_FILL.pl b/agc_2-X/branches/agc_2.0.4/bin/AST_VDauto_dial_FILL.pl index 43207096..ad51b7fd 100644 --- a/agc_2-X/branches/agc_2.0.4/bin/AST_VDauto_dial_FILL.pl +++ b/agc_2-X/branches/agc_2.0.4/bin/AST_VDauto_dial_FILL.pl @@ -20,6 +20,7 @@ # 70205-1425 - Added code for last called date update # 71030-2054 - Added hopper priority sorting # 71111-2349 - fixed overdialing bug +# 81210-1940 - Fixed callerIDnumber bug # @@ -640,7 +641,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) diff --git a/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl b/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl index 570d0f76..d05bcb20 100644 --- a/agc_2-X/trunk/bin/AST_VDauto_dial_FILL.pl +++ b/agc_2-X/trunk/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)