Commit 284217c8 authored by Kulya's avatar Kulya 😊

Показ входящих звонков в не очереди

parent 0fca9031
......@@ -273,6 +273,9 @@ class AloVoiceActions
elseif( (!empty($cKeys["application"])) && ($cKeys["application"]=="AppQueue") && (!empty($cKeys["exten"])) ){
$queue_ins[$mtchnum[1]] = $cKeys["exten"];
}
elseif( (!empty($cKeys["application"])) && ($cKeys["application"]=="Queue") && (!empty($cKeys["exten"])) ){
$arChans["Incom"][$cKeys["exten"]] = $cKeys;
}
elseif( (!empty($cKeys["application"])) && ($cKeys["application"]=="BackGround") && (!empty($cKeys["exten"])) ){
$arChans["other_plays"][] = $cKeys;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment