Forum Discussion
Fakrul Alam
Dec 11, 2018Copper Contributor
Skype for Business online Call queue issue - Busy on Busy
Hi, Is Busy on Busy option is available in Skype for Business online? In Skype for Business online call queue what I observe is if any member/agent is on call; it will still ring his/her number w...
Dec 11, 2018
Check the voicepolicys with PowerShell.
Get-CsVoicePolicy (EnableBusyOptions)
Get-CsVoicePolicy (EnableBusyOptions)
Fakrul Alam
Dec 11, 2018Copper Contributor
Hi Erwin,
I can see "EnableBusyOptions" is False. But unfortunately I can't run Set-CsVoicePolicy as this command is not supported by Skype for Business Online "SkypeOnlineConnector" module. Does it mean this feature is not available in Skype for Business Online?
Identity : Tag:BusinessVoice
PstnUsages : {BVTest}
CustomCallForwardingSimulRingUsages : {}
Description : Business Voice Policy
AllowSimulRing : True
AllowCallForwarding : True
AllowPSTNReRouting : False
Name : BusinessVoicePolicy
EnableDelegation : True
EnableTeamCall : True
EnableCallTransfer : True
EnableCallPark : False
EnableBusyOptions : False
EnableMaliciousCallTracing : False
EnableBWPolicyOverride : False
PreventPSTNTollBypass : False
CallForwardingSimulRingUsageType : VoicePolicyUsage
VoiceDeploymentMode : Online
EnableVoicemailEscapeTimer : False
PSTNVoicemailEscapeTimer : 4000
TenantAdminEnabled : False
BusinessVoiceEnabled : True- Dec 11, 2018Hi,
if i remember correctly you will need to create a new voice policy (or copy one), after that:
Grant-CsVoicePolicy -identity -sip:user@domain.com -PolicyName Tag:BoB- Fakrul AlamJan 24, 2019Copper Contributor
Hi,
Tried New-CsVoicePolicy command, but it's also not supported
New-CsVoicePolicy : The term 'New-CsVoicePolicy' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ New-CsVoicePolicy
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (New-CsVoicePolicy:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException