• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/rest/helper.php
  • Класс: BitrixVoximplantRestHelper
  • Вызов: Helper::getExternalCallHandler
static function getExternalCallHandler($userId)
{
	$defaultLineId = CVoxImplantUser::getUserOutgoingLine($userId);
	$line = CVoxImplantConfig::GetLine($defaultLineId);

	return ($line && $line['TYPE'] === 'REST') ? $line : false;
}