Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For a general overview of the function refer to the Announcement article.

...

The custom announcement capability is built into the Verba Microsoft Teams Bot Service, there is no additional installation step required.

Prerequisites

Disable the built-in Audio Notification for P2P PSTN Calls

Disabling the built-in audio notification is required because, in the case of the custom audio announcements, both the bot service and the Teams notification service play a prompt for P2P PSTN calls.

Step 1 - Open PowerShell as administrator.

Step 2 - Execute the following command:

Code Block
languagepowershell
Connect-MicrosoftTeams

Step 3 - A login prompt will show up. Provide the user credentials.

Step 4 - Execute the following command. Replace the <PolicyName> part with the name of the compliance policy

Code Block
Set-CsTeamsComplianceRecordingPolicy -Identity '<PolicyName>' -DisableComplianceRecordingAudioNotificationForCalls $true

Audio File

The Verba Microsoft Teams Bot service is using the Graph Communications Bot Media SDK which supports 16 kHz PCM Wave audio files as input.

Configuring custom announcements for the Verba Microsoft Teams Bot Service

Follow the steps below to configure custom announcement-related settings for the Verba Microsoft Teams Bot Service:

...

Configuration Parameter Name

Description

Sample Value
Apply User's Recording
Announcement Configuration
Global notification setting, if turned off, the user settings won't be taken into account.Yes
Audit Log for Customisable AnnouncementAudit log for the customizable audio announcement, If turned on the bot service inserts audit log entries through the Web Application's HTTP API to the database.Yes

Step 4 - Click the  icon to save your settings.

...

Step 6 - Repeat the steps on each server.

Note
Limitation: in
In 2N recording configurations, where 2 separate bots join a call, both bots will play the announcement. As a workaround, the custom announcement feature can be disabled on one of the 2N lanes.

...

It is possible to configure custom notification sounds on a per-user basis. To achieve this follow these steps:

Step - Prepare the audio files. The bot service supports 16 kHz PCM Wave audio.Step 21 - Login to the Recording Server which runs the bot service, and go to the C:\Program Files\Verba\resources\announcement folder.

Step 32 - Copy the .wav files to the internalinbound and outbound folders.

Step 43 - Open the Verba web interface, click on the System / Servers and select the Media Repository server, or select the appropriate Configuration Profile at System / Configuration Profiles

Step 54 - Click on the Change Configuration Settings tab. Expand the Web Application section.

Step 65 - Expand the Recording Announcement node, and add the names of the .wav files to the Teams Internal Calls Prompt Files, Teams PSTN/Federated
Inbound Prompt Files, and Teams PSTN/Federated Outbound Files settings
, one in a line
.

Step 7 6 - Click the  icon to save your settings.

Step 8 7 The system will notify you that the changes need to be applied to the server by restarting the involved services. Execute the required tasks.

Step 9 8 - Repeat the steps on each Media Repository server.

...