Merged revisions 78951 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r78951 | file | 2007-08-10 10:49:19 -0300 (Fri, 10 Aug 2007) | 4 lines

(closes issue #10422)
Reported by: bhowell
Add note to sample configuration about module load order and how it can cause perfectly good queue members to be marked as invalid.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78952 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp 2007-08-10 13:50:58 +00:00
parent 31aa5e02f1
commit 8d9b63884c
1 changed files with 4 additions and 0 deletions

View File

@ -344,6 +344,10 @@ monitor-type = MixMonitor
; messages as a "friendly name". Multiple interfaces may share a single
; member name.
;
; It is important to ensure that channel drivers used for members are loaded
; before app_queue.so itself or they may be marked invalid until reload. This
; can be accomplished by explicitly listing them in modules.conf before app_queue.so
;
;member => Zap/1
;member => Zap/2,10
;member => Zap/3,10,Bob Johnson