• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/voximplant/calllog.php
  • Класс: Bitrix\Sender\Integration\VoxImplant\CallLogTable
  • Вызов: CallLogTable::getActualCallCount
static function getActualCallCount()
{
	return static::getCount(
		array('>DATE_INSERT' => static::getFilterCurrentDate()),
		array('ttl' => 900)
	);
}