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