• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/classes/general/vi_main.php
  • Класс: CVoxImplantMain
  • Вызов: CVoxImplantMain::hasCalls
static function hasCalls()
{
	return (bool)VIStatisticTable::getList(array('limit' => 1))->fetch();
}