1MODULEPARROT.CONF(5) File Formats MODULEPARROT.CONF(5)
2
3
4
6 ModuleParrot.conf - Configuration file for the SvxLink server Parrot
7 module
8
10 svxlink is a general purpose voice service system for ham radio use.
11 This man-page describe the SvxLink server configuration for the Parrot
12 module.
13
14 The Parrot module record audio as long as the squelch is open and then
15 plays it back. This can be used as a simplex repeater or for tests. It
16 also plays back (spelling the digits) the DTMF digits it receives.
17
19 There are a couple of configuration variables that are common to all
20 modules. The documentation for these can be found in the
21 svxlink.conf(5) manual page.
22
23 Here is the description of all module specific configuration variables
24 that the SvxLink Parrot module understands.
25
26 ModuleParrot
27 FIFO_LEN
28 The length, in seconds, of the FIFO (First In First Out) audio
29 buffer where audio is recorded to. When the squelch has been
30 opened for longer than the time specified here, the oldest audio
31 in the buffer will be thrown away.
32
33 REPEAT_DELAY
34 Specify a time, in milliseconds, that the parrot module will
35 wait after squelch close before playing back the recorded mes‐
36 sage. This is mostly a way to prevent the parrot module to start
37 sending if the squlech momentarily closes on weak signals.
38
40 /etc/svxlink/svxlink.conf (or deprecated /etc/svxlink.conf)
41 The system wide configuration file.
42
43 ~/.svxlink/svxlink.conf
44 Per user configuration file.
45
46 /etc/svxlink/svxlink.d/ModuleParrot.conf
47 Global modularized configuration file. Depends on the CFG_DIR
48 configuration variable setting.
49
50 ~/.svxlink/svxlink.d/ModuleParrot.conf
51 Per user modularized configuration file. Depends on the CFG_DIR
52 configuration variable setting.
53
55 Tobias Blomberg (SM0SVX) <sm0svx at users dot sourceforge dot net>
56
58 svxlink.conf(5)
59
60
61
62Linux MAY 2011 MODULEPARROT.CONF(5)