Change Alarm (Siren Sounds) in Sentry (Classic Sentry or WebSentry).
Overview
This article assumes that the user has basic computer skills, is the administrator for the Enterprise Alert system and is familiar with where the sentry product is installed on the computer.
Note – Sentry products are designed to use .wav files for sirens/alarms. Other file types (.mp3, etc.) may not work.
Resolution/Topic
Classic Sentry (xnsentry)
- Exit xnsentry.
- Navigate to the xnsentry folder
- Open the xnsentry folder
- Copy the .wav you want to use for notifications to the xnsentry folder
- Inside the xnsentry folder, create a folder and name It “backup”
- Copy xnsentry.ini to the backup folder
- Edit the copy of xnsentry.ini that is in the xnsentry folder
- Search for the WaveFile parameter
- Example - WaveFile=C:\Amcom\EnterpriseAlert\ringin.wav
- Change the name of the .wav file to the .wav file you want to use
- Example – if the name of the .wav file is nationalanthem.wav, the parameter should read - C:\Amcom\EnterpriseAlert\nationalanthem.wav
- Save the change
- Start xnsentry and place a test call. If there are any issues, copy the xnsentry.ini file from the backup folder to the xnsentry.ini folder. Call support for assistance
WebSentry
- Navigate to the SentryClient folder
- Open the SentryClient folder
- Copy the .wav you want to use for notifications to the SentryClient folder
- Inside the SentryClient folder, create a folder and name It “backup”
- Copy AmcomSentryClientApp.exe.Config to the backup folder
- Edit the copy of AmcomSentryClientApp.exe.Config that is in the SentryClient folder
- There are 2 parameters for .wav files in this file. The 2nd is for call notifications only. The first is for all other notifications.
- Example
- <add key="WaveFile" value="c:\spok\enterprisealert\SentryClient\sound53.wav"
- <add key="WaveFileForCallNotification" value="c:\spok\enterprisealert\SentryClient\siren03.wav" />.
- Example
- Search for the WaveFile parameter
- Change the name of the .wav file to the .wav file you want to use
-
- Examples
- If you want to use nationalanthem.wav for all notifications but call notifications, the parameter should read - <add key="WaveFile" value="c:\spok\enterprisealert\SentryClient\nationalanthem.wav"
- If you want to use nationalanthem.wav for call notifications only the parameter should read - <add key="WaveFileForCallNotification" value="c:\spok\enterprisealert\SentryClient\nationalanthem.wav"
- Examples
-
- Start WebSentry.
- If you changed the 1st parameter, the “new” .wav file should be played.
- If you changed the 2nd parameter, place a test 911 call to confirm notifications are working. The “new” .wav file should be played.
- If there are any issues, copy the AmcomSentryClientApp.exe.Config file from the backup folder to the SentryClient folder. Call support for assistance
Related Defects:
N/A
KB36726