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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user