[asterisk-commits] file: branch 1.4 r78951 - /branches/1.4/configs/queues.conf.sample

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 10 08:49:19 CDT 2007


Author: file
Date: Fri Aug 10 08:49:19 2007
New Revision: 78951

URL: http://svn.digium.com/view/asterisk?view=rev&rev=78951
Log:
(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.

Modified:
    branches/1.4/configs/queues.conf.sample

Modified: branches/1.4/configs/queues.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.4/configs/queues.conf.sample?view=diff&rev=78951&r1=78950&r2=78951
==============================================================================
--- branches/1.4/configs/queues.conf.sample (original)
+++ branches/1.4/configs/queues.conf.sample Fri Aug 10 08:49:19 2007
@@ -296,6 +296,10 @@
 ; 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




More information about the asterisk-commits mailing list