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...
Gerald_Cheminant
Sep 20, 2021Copper 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