2 ; Music on hold class definitions
5 default => quietmp3:/var/lib/asterisk/mohmp3
6 ;loud => mp3:/var/lib/asterisk/mohmp3
7 ;random => quietmp3:/var/lib/asterisk/mohmp3,-z
8 ;unbuffered => mp3nb:/var/lib/asterisk/mohmp3
9 ;quietunbuf => quietmp3nb:/var/lib/asterisk/mohmp3
10 ; Note that the custom mode cannot handle escaped parameters (specifically embedded spaces)
11 ;manual => custom:/var/lib/asterisk/mohmp3,/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s
14 ; File-based (native) music on hold
16 ; This plays files directly from the specified directory, no external
17 ; processes are required. Files are played in normal sorting order
18 ; (same as a sorted directory listing), and no volume or other
19 ; sound adjustments are available. If the file is available in
20 ; the same format as the channel's codec, then it will be played
21 ; without transcoding (same as Playback would do in the dialplan).
22 ; Files can be present in as many formats as you wish, and the
23 ; 'best' format will be chosen at playback time.
26 ; If you are not using "autoload" in modules.conf, then you
27 ; must ensure that the format modules for any formats you wish
28 ; to use are loaded _before_ res_musiconhold. If you do not do
29 ; this, res_musiconhold will skip the files it is not able to
30 ; understand when it loads.
33 ;native => /var/lib/asterisk/moh-native
34 ;native-random => /var/lib/asterisk/moh-native,r