First page Back Continue Last page Overview Graphics
MusicOnHold
in v1.2: Native Music on hold
Native music on hold means that we use “normal” sound files in asterisk, choose the one closest to the current channels codec and play it.
Does not use external player
Just tell Asterisk which directory to use
Make sure that the loader loads formats before res_musiconhold (modules.conf)
[moh_files]
native => /var/lib/asterisk/moh-native
;,r means random
;native-random => /var/lib/asterisk/moh-native,r
Notes: