aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-10 13:49:19 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-08-10 13:49:19 +0000
commit6f9bd85c1313b00538f143fd9518139af9bbe3d9 (patch)
tree6d7c8d870abeb6e8fe0e0419f56e49d8e9100d86 /configs
parent57fb76c3ffe4edd8dec7588ad3f3526eb0c346a5 (diff)
(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: http://svn.digium.com/svn/asterisk/branches/1.4@78951 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/queues.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample
index f8582afef..ba51f44de 100644
--- a/configs/queues.conf.sample
+++ b/configs/queues.conf.sample
@@ -296,6 +296,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