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
This commit is contained in:
mattf
2008-12-11 00:42:09 +00:00
parent 0845b9d8a0
commit e9f3e0c4d1
2 changed files with 4 additions and 2 deletions
@@ -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)