aboutsummaryrefslogtreecommitdiffstats
path: root/configs/musiconhold.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 14:43:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-01 14:43:56 +0000
commitd4c3816decb6b11de305ef9df8759d04b71b2d31 (patch)
tree1dbcb579b7a8e6a0e0d9987eebccd845ccebd579 /configs/musiconhold.conf.sample
parent41de061a131928f4cddd6fdb18eb1b5ec33f33ba (diff)
Add a new option for files-based music on hold to ensure that the sort order
of the files is alphabetical. (closes issue #10855) Reported by: jamesgolovich Patches: asterisk-mohsortalpha.diff.txt uploaded by jamesgolovich (license 176) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@84168 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/musiconhold.conf.sample')
-rw-r--r--configs/musiconhold.conf.sample7
1 files changed, 6 insertions, 1 deletions
diff --git a/configs/musiconhold.conf.sample b/configs/musiconhold.conf.sample
index 239f4c0ad..dd80f58ca 100644
--- a/configs/musiconhold.conf.sample
+++ b/configs/musiconhold.conf.sample
@@ -39,11 +39,16 @@ directory=/var/lib/asterisk/moh
;[native-random]
;mode=files
;directory=/var/lib/asterisk/moh
-;random=yes ; Play the files in a random order
;digit=# ; If this option is set for a class, then when callers are
; ; listening to music on hold, they can press this digit, and
; ; they will switch to listening to this music class.
+;sort=random ; Sort the files in random order
+;[native-alphabetical]
+;mode=files
+;directory=/var/lib/asterisk/moh
+;sort=alpha ; Sort the files in alphabetical order. If this option is
+; ; not specified, the sort order is undefined.
; =========
; Other (non-native) playback methods