Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

Summary

In Microsoft Skype for Business Server 2015, anonymous PSTN callers now are supported to start a Static/My dedicated meeting space meeting in addition to Dynamic meetings. This is true regardless of whether an authenticated user is joined.

To support this new capability, a dial-in conferencing setting named "AllowAnonymousPstnActivationForDedicatedMeetings" is now added. By using this setting, the AllowAnonymousPstnActivation parameter (an existing setting) enables dynamic meetings to be started only by anonymous PSTN callers, and the AllowAnonymousPstnActivationForDedicatedMeetings parameter (the new setting) additionally enables this change for static meetings. The default value of the AllowAnonymousPstnActivationForDedicatedMeetings parameter is false.

  • To enable anonymous PSTN callers to start Static and Dynamic meetings, use the following cmdlet:

Set-CsDialInConferencingConfiguration -Identity < global or site:sitename> -AllowAnonymousPstnActivation $True -AllowAnonymousPstnActivationForDedicatedMeetings $true

Note The AllowAnonymousPstnActivation parameter must be set to true to be able to set -AllowAnonymousPstnActivationForDedicatedMeetings to true.

  • To enable anonymous PSTN callers to start only Dynamic meetings, use the following cmdlet:

Set-CsDialInConferencingConfiguration -Identity < global or site:sitename> -AllowAnonymousPstnActivation $True -AllowAnonymousPstnActivationForDedicatedMeetings $false

How to get this update

To get this update, please install:

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×