• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/support24.php
  • Класс: BitrixImBotBotSupport24
  • Вызов: Support24::isActiveFreeSupport
static function isActiveFreeSupport()
{
	if (self::getSupportLevel() != self::SUPPORT_LEVEL_FREE)
	{
		return false;
	}

	if (self::getFreeSupportLifeTime() == self::SUPPORT_TIME_UNLIMITED)
	{
		return true;
	}

	return !self::isFreeSupportLifeTimeExpired();
}