Forum Discussion
Gerald_Cheminant
Apr 29, 2021Copper Contributor
Teams Voice - New Music on Hold features ?
Hi Everyone,
I discovered new PowerShell commands that seems to be intended for handling customize music on hold.
I haven't seen anything in the Teams Voice Roadmap about this and no information about this PowerShell commands.
Also I don't know if this will be useful for Direct Routing, Calling Plan or Operator Connect
Does anyone have any information on this?
Cmdlets
New-CsTeamsCallHoldPolicy / Get-CsTeamsCallHoldPolicy / Remove-CsTeamsCallHoldPolicy
Thanks for your help and informations.
Regards,
Gérald
- Gerald_CheminantCopper Contributor
Hi All,
Good news. It's now possible to use custom audio file as MOH (preview)
- Check TeamsCallingPolicy. Parameter MusicOnHoldEnabledType=Enabled (enabled by default)
- Load audio file using Import-CsOnlineAudioFile cmdlet and copy ID from the result
- Create new policy using New-CsTeamsCallHoldPolicy cmdlet with ID file
- Assign to the users this policy using Grant-CsTeamsCallHoldPolicy cmdlet
- I had to wait until 48 hours (Music for Consult/Transfer in development)
Hope it's useful to you
Gérald