You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/asterisk/MassiveCall.php
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -47,21 +47,21 @@ public function send($agi, &$MAGNUS, &$CalcAgi)
47
47
$now = time();
48
48
}
49
49
50
-
if ($MAGNUS->dnid == 'failed' || !is_numeric($MAGNUS->dnid)) {
50
+
if ($MAGNUS->dnid == 'failed' || !is_numeric($MAGNUS->dnid)) {
51
51
$agi->verbose("Hangup becouse dnid is OutgoingSpoolFailed", 25);
52
52
$MAGNUS->hangup($agi);
53
53
}
54
54
55
55
$sql = "SELECT *, pkg_campaign.id AS id, pkg_campaign.id_user AS id_user, pkg_campaign.description AS description, pkg_campaign.record_call AS record_call FROM pkg_campaign LEFT JOIN pkg_user ON pkg_campaign.id_user = pkg_user.id WHERE pkg_campaign.id = $idCampaign LIMIT 1";
0 commit comments