• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/security/helper.php
  • Класс: BitrixVoximplantSecurityHelper
  • Вызов: Helper::canCurrentUserPerformAnyCall
static function canCurrentUserPerformAnyCall(): bool
{
	$permissions = Permissions::createWithCurrentUser();
	return $permissions->canPerform(Permissions::ENTITY_CALL, Permissions::ACTION_PERFORM, Permissions::PERMISSION_ANY);
}