AllStarLink / asl3-asterisk

Building enviornment for the .deb packages of Asterisk LTS + ASL3/app_rpt.
GNU General Public License v2.0
2 stars 0 forks source link

Patch [Asterisk] ast_variable_update() API to play nicely with templates #24

Closed Allan-N closed 5 months ago

Allan-N commented 5 months ago

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.

tsawyer commented 5 months ago

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.