• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::isInternalCall
public function isInternalCall(): bool
{
	return (int)$this->incoming === CVoxImplantMain::CALL_OUTGOING && ($this->portalUserId > 0 || $this->queueId > 0) ;
}