mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 04:11:08 +00:00
Rename musiconhold option for consistency (bug #3163)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4639 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2203,7 +2203,7 @@ static void reload_queues(void)
|
||||
q->members = cur;
|
||||
prev = cur;
|
||||
}
|
||||
} else if (!strcasecmp(var->name, "music")) {
|
||||
} else if (!strcasecmp(var->name, "music") || !strcasecmp(var->name, "musiconhold")) {
|
||||
strncpy(q->moh, var->value, sizeof(q->moh) - 1);
|
||||
} else if (!strcasecmp(var->name, "announce")) {
|
||||
strncpy(q->announce, var->value, sizeof(q->announce) - 1);
|
||||
|
@@ -23,10 +23,10 @@ persistentmembers = yes
|
||||
;
|
||||
; A sample call queue
|
||||
;
|
||||
; Music sets which musiconhold applies for this particular
|
||||
; call queue
|
||||
; Musiconhold sets which music applies for this particular
|
||||
; call queue (configure classes in musiconhold.conf)
|
||||
;
|
||||
;music = default
|
||||
;musiconhold = default
|
||||
;
|
||||
; An announcement may be specified which is played for the member as
|
||||
; soon as they answer a call, typically to indicate to them which queue
|
||||
|
Reference in New Issue
Block a user