• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/call.php
  • Класс: BitrixVoximplantCall
  • Вызов: Call::checkFields
static function checkFields(array $fields)
{
	if(!$fields['CALL_ID'])
	{
		throw new ArgumentException('CALL_ID is not specified');
	}

	if(!$fields['INCOMING'])
	{
		throw new ArgumentException('INCOMING is not specified');
	}
}