]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/modules/admin/pages/audio_alerts.adoc
docs: Angular Acq Sprint 0 Tools and Infrastructure
[Evergreen.git] / docs / modules / admin / pages / audio_alerts.adoc
1 == Managing audio alerts ==
2
3 === Globally silencing sounds ===
4 indexterm:[audio alerts,silencing]
5 indexterm:[nosound.wav]
6
7 The file `nosound.wav` can be used
8 to globally disable audio alerts for a specific event on an Evergreen system.
9
10 For example, to silence the alert that sounds after a successful patron search:
11
12 [source, bash]
13 ------------------------------------------------------------------------------
14 mkdir -p /openils/var/web/audio/notifications/success/patron/
15 cd /openils/var/web/audio/notifications/success/patron/
16 ln -s ../../nosound.wav by_search.wav
17 ------------------------------------------------------------------------------
18
19
20 === Self-check interface ===
21 indexterm:[audio alerts,self check interface]
22 indexterm:[self check interface,audio alerts]
23 indexterm:[audio_config.tt2]
24
25 Sounds may play at certain events in the self check interface. These
26 events are defined in the `templates/circ/selfcheck/audio_config.tt2`
27 template. To use the default sounds, you could run the following command
28 from your Evergreen server as the *root* user (assuming that
29 `/openils/` is your install prefix):
30  
31 [source, bash]
32 ------------------------------------------------------------------------------
33 cp -r /openils/var/web/xul/server/skin/media/audio /openils/var/web/.
34 ------------------------------------------------------------------------------
35