• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/controller/notification.php
  • Класс: BitrixVoximplantControllerNotification
  • Вызов: Notification::setNotificationSeenAction
public function setNotificationSeenAction()
{
	$ls = BitrixMainApplication::getInstance()->getLocalSession('telephony_notification_free_plan');
	$ls->set('closed', 'Y');

	return null;
}