• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/rest/helper.php
  • Класс: BitrixVoximplantRestHelper
  • Вызов: Helper::isIncomingCall
static function isIncomingCall(Call $call): bool
{
	return in_array(
		(int)$call->getIncoming(),
		[CVoxImplantMain::CALL_INCOMING, CVoxImplantMain::CALL_INCOMING_REDIRECT],
		true
	);
}