From: Joshua Colp Date: Fri, 10 Aug 2007 13:50:58 +0000 (+0000) Subject: Merged revisions 78951 via svnmerge from X-Git-Tag: 1.6.0-beta1~3^2~1756 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d9b63884c8d57c56351fd735afa889485d64a5a;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index 99e69e2040..2f4699df8a 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -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