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