• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/common.php
  • Класс: BitrixImOpenLinesCommon
  • Вызов: Common::getContactCenterPublicFolder
static function getContactCenterPublicFolder(): string
{
	if (
		self::getPortalType() === self::TYPE_BITRIX24
		|| MainIODirectory::isDirectoryExists(Application::getDocumentRoot(). '/contact_center/')
	)
	{
		return '/contact_center/';
	}

	return SITE_DIR . 'services/contact_center/';
}