- Модуль: voximplant
- Путь к файлу: ~/bitrix/modules/voximplant/lib/signaling.php
- Класс: BitrixVoximplantSignaling
- Вызов: Signaling::sendStart
public function sendStart($userId, $device)
{
$this->send(
[$userId],
static::COMMAND_START,
[
'callDevice' => $device,
'CRM' => CVoxImplantCrmHelper::GetDataForPopup($this->call->getCallId(), $this->call->getCallerId(), $userId)
],
$this->getCancelingPush('_ANSWER')
);
}