Big fix for recent feature
git-svn-id: svn://192.168.202.10@2907 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -220,6 +220,7 @@
|
|||||||
# 171011-1312 - Bug fix for on-hook agents using Asterisk 1.8 & 11
|
# 171011-1312 - Bug fix for on-hook agents using Asterisk 1.8 & 11
|
||||||
# 171124-1159 - Added max_inbound_calls_outcome options
|
# 171124-1159 - Added max_inbound_calls_outcome options
|
||||||
# 180204-0120 - Added PRESS_CALLBACK_QUEUE feature, and Closing-Time feature, and add-lead-timezone-lookup feature
|
# 180204-0120 - Added PRESS_CALLBACK_QUEUE feature, and Closing-Time feature, and add-lead-timezone-lookup feature
|
||||||
|
# 180209-1716 - Big fix for recent feature
|
||||||
#
|
#
|
||||||
|
|
||||||
$script = 'agi-VDAD_ALL_inbound.agi';
|
$script = 'agi-VDAD_ALL_inbound.agi';
|
||||||
@@ -2735,7 +2736,7 @@ while ( ($drop_timer <= $DROP_TIME) && ($wait_in_queue > 0) && ($MCdrop_override
|
|||||||
$dbc++;
|
$dbc++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$stmtA = "SELECT distinct group_id FROM vicidial_inbound_callback_queue where icbq_status IN('LIVE','SENDING') and lead_id != '$insert_lead_id' $ADfindSQL and ( (queue_priority > '$queue_priority') or (queue_priority = '$queue_priority' and call_date < \"$SQLdateBEGIN\") );";
|
$stmtA = "SELECT distinct group_id FROM vicidial_inbound_callback_queue where icbq_status IN('LIVE','SENDING') and lead_id != '$insert_lead_id' and ( (queue_priority > '$queue_priority') or (queue_priority = '$queue_priority' and call_date < \"$SQLdateBEGIN\") );";
|
||||||
$sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr;
|
$sthA = $dbhA->prepare($stmtA) or die "preparing: ",$dbhA->errstr;
|
||||||
$sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
|
$sthA->execute or die "executing: $stmtA ", $dbhA->errstr;
|
||||||
$sthArows=$sthA->rows;
|
$sthArows=$sthA->rows;
|
||||||
|
|||||||
Reference in New Issue
Block a user