This "patch" addresses an issue with changes written to templated configuration files using Asterisk's ast_variable_update() API not being as expected. The failures included values being added to (or not removed from) a [child] category even though the same value exists in the [parent] template.
Not much I can add here as building to test a patch is "outside of my wheel house". Looks like testing in the devel repo would be best way to move ahead.
This "patch" addresses an issue with changes written to templated configuration files using Asterisk's ast_variable_update() API not being as expected. The failures included values being added to (or not removed from) a [child] category even though the same value exists in the [parent] template.