Commit b39118b7 authored by Kulya's avatar Kulya 😊

Upd peers list

parent 69cb3ee5
......@@ -637,6 +637,10 @@ class AloVoiceActions
$u = $bxPhoneUsers[$arPeer["cid_num"]];
$userLine = '<a href="https://4uz.bitrix24.ru/company/personal/user/'.$u["ID"].'/" target="_blank">'.$u["NAME"].' '.$u["LAST_NAME"].' ('.$arPeer["cid_num"].')</a>';
}
if(empty($arPeer["cid_num"]) || strlen($arPeer["cid_num"])>4){
continue;
}
$arPeerNow = [
'id' => $arPeer["cid_num"],
......
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