]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_config: Only the first [globals] section is seen.
authorCorey Farrell <git@cfware.com>
Fri, 2 Nov 2018 11:38:19 +0000 (07:38 -0400)
committerCorey Farrell <git@cfware.com>
Thu, 8 Nov 2018 11:43:01 +0000 (06:43 -0500)
commit1709f6be7792bb8ca9d5b601ac41739cb8bae982
tree12a6249956a676feb2ed50bb6eea1f62328f0fea
parent2c35dfc50263660c54809d5dc46dabe05719f238
pbx_config: Only the first [globals] section is seen.

If multiple [globals] sections are used (for example via separate
included files), only the first one is processed.  This can result in
lost global variables when using a modular extensions.conf.

ASTERISK-28146 #close

Change-Id: Iaac810c0a7c4d9b1bf8989fcc041cdb910ef08a0
CHANGES
pbx/pbx_config.c