From 8969b030424fdbf5d5b477762c57d772c6d29551 Mon Sep 17 00:00:00 2001 From: Leif Madsen <leif@leifmadsen.com> Date: Wed, 7 Jan 2009 18:18:45 +0000 Subject: [PATCH] Update queues.conf.sample documentation. Update the queues.conf.sample documentation to mention that you need to preload chan_local.so as well if you plan on using Local channels for queue members, and you're preloading pbx_config.so. (closes issue #14179) Reported by: CrashHD Tested by: CrashHD git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@167477 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/queues.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/queues.conf.sample b/configs/queues.conf.sample index e3e434f89c..828fea4e5e 100644 --- a/configs/queues.conf.sample +++ b/configs/queues.conf.sample @@ -476,8 +476,8 @@ shared_lastcall=no ; 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. Additionally, if you use Local channels as queue members, you -; must also preload pbx_config.so (or pbx_ael.so, pbx_lua.so, or -; pbx_realtime.so, depending on how your dialplan is configured). +; must also preload pbx_config.so and chan_local.so (or pbx_ael.so, pbx_lua.so, +; or pbx_realtime.so, depending on how your dialplan is configured). ; ;member => DAHDI/1 ;member => DAHDI/2,10 -- GitLab