mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user