• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/model/call.php
  • Класс: BitrixVoximplantModelCallTable
  • Вызов: CallTable::getByCallId
static function getByCallId($callId)
{
	return static::getList(array(
		'filter' => array(
			'=CALL_ID' => $callId
		)
	))->fetch();
}