]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c
authorGeorge Joseph <george.joseph@fairview5.com>
Thu, 19 Jun 2014 16:03:17 +0000 (16:03 +0000)
committerGeorge Joseph <george.joseph@fairview5.com>
Thu, 19 Jun 2014 16:03:17 +0000 (16:03 +0000)
commit9b8dcbe74f7e1dfd93b883d1b9a2a064b7d811cc
treeea0629f2618f4c58875b4eb9474505c588db9cdd
parent590bc4f7d7450ee6e4bf64be6b624a7d74396cd7
Remove the problematic and unneeded AST_MODFLAG_GLOBAL_SYMBOLS from pbx_lua.c

AST_MODFLAG_GLOBAL_SYMBOLS was causing the module to be incorrectly loaded
before pbx_config.  pbx_config was therefore blowing away contexts that were
created by pbx_lua.  With AST_MODFLAG_DEFAULT the load order is now correct
and contexs are being properly merged.  AST_MODFLAG_GLOBAL_SYMBOLS was not
needed anyway since no other modules needed its global symbols that early.

ASTERISK-23818 #close
Reported by: Dennis Guse
Tested by: Dennis Guse
Tested by: George Joseph

Review: https://reviewboard.asterisk.org/r/3629/
........

Merged revisions 416668 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@416669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
pbx/pbx_lua.c