mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-29 07:24:55 +00:00
Merged revisions 167477 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r167477 | lmadsen | 2009-01-07 13:18:45 -0500 (Wed, 07 Jan 2009) | 8 lines 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/branches/1.6.1@167491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -443,8 +443,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