You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details of the scenario you tried and the problem that is occurring
Running an export of TeamsCallingPolicies causes an issue with the configuration. The BusyOnBusyEnabledType param gets a value that is not part of the params validateset.
Verbose logs showing the problem
Suggested solution to the issue
Fix the validateset to support this addtional value or add a output transformation to include proper values for this resource and the powershell cmdlets used.
-BusyOnBusyEnabledType
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. Valid options are: Enabled, Unanswered, and Disabled. When set to Enabled, new or incoming calls will be rejected with a busy signal. When set to Unanswered, the user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user. Note: UserOverride option value is not available for use currently, if set it will be read as setting the value to Disabled
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.831.1
The text was updated successfully, but these errors were encountered:
Details of the scenario you tried and the problem that is occurring
Running an export of TeamsCallingPolicies causes an issue with the configuration. The BusyOnBusyEnabledType param gets a value that is not part of the params validateset.
Verbose logs showing the problem
Suggested solution to the issue
Fix the validateset to support this addtional value or add a output transformation to include proper values for this resource and the powershell cmdlets used.
This is part of the docs for the
Set-CSTeamsCallingPolicy
:-BusyOnBusyEnabledType
Setting this parameter lets you configure how incoming calls are handled when a user is already in a call or conference or has a call placed on hold. Valid options are: Enabled, Unanswered, and Disabled. When set to Enabled, new or incoming calls will be rejected with a busy signal. When set to Unanswered, the user's unanswered settings will take effect, such as routing to voicemail or forwarding to another user. Note: UserOverride option value is not available for use currently, if set it will be read as setting the value to Disabled
Version of the DSC module that was used ('dev' if using current dev branch)
1.22.831.1
The text was updated successfully, but these errors were encountered: