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