May 05 2020 11:45 AM
I am trying to turn off the voicemail transcription feature in Teams. I have tried using the PowerShell command Grant-CsOnlineVoicemailPolicy -PolicyName TranscriptionDisabled -Identity sip:<user>, but I get an error back saying the user is not enabled for Online Voicemail Service.
We do not use Teams for our PSTN phone system. This would be for strictly between users within the Teams application.
May 05 2020 01:46 PM
May 05 2020 01:49 PM
@Christopher Hoard Will that work for a single user, or is that Tenant-wide?
May 05 2020 01:53 PM
May 05 2020 02:11 PM
I just tried it, and no joy.
The -identity argument refers to a policy set, such as Tag:Default, or Tag:TranscriptionDisabled. (See attached screen capture). According to the Docs, if the -identity argument is missing, the setting is applied to the Global policy.
May 05 2020 02:15 PM
May 05 2020 02:21 PM
Right now, for a single user or group of users, to test it out before production.
Otherwise, my other option is to disable voicemail tenant-wide. Which wouldn't be too bad, as this is not our primary phone system.
May 05 2020 02:30 PM
May 05 2020 02:43 PM
Thanks, Chris.
I am not sure these will help. Reasoning through this, all of these commands are against "CsOnlineVoicemailPolicy". I can see the policies on the tenant, and modify them, but cannot apply them to users as we do not have licenses. The functionality is there in case we do so later.
Which leaves me to conclude that Teams has it's own voicemail system, either at the tenant-level or within the app itself.
I will wait until this Thursday's AMA to revisit this. But thanks again.
May 05 2020 02:53 PM