mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
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
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -12,6 +12,12 @@
|
||||
--- Functionality changes from Asterisk 16.0.0 to Asterisk 16.1.0 ------------
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
pbx_config
|
||||
------------------
|
||||
* pbx_config will now find and process multiple 'globals' sections from
|
||||
extensions.conf. Variables are processed in the order they are found
|
||||
and duplicate variables overwrite the previous value.
|
||||
|
||||
res_pjsip
|
||||
------------------
|
||||
* New options 'trust_connected_line' and 'send_connected_line' have been
|
||||
|
Reference in New Issue
Block a user