Files
asterisk/tests
George Joseph dd78ab42e4 res_pjsip_config_wizard/config: Fix template processing
The config wizard was always pulling the first occurrence of
a variable from an ast_variable list but this gets the template
value from the list instead of any overridden value.  This patch
creates ast_variable_find_last_in_list() in config.c and updates
res_pjsip_config_wizard to use it instead of
ast_variable_find_in_list.  Now the overridden values, where they
exist, are used instead of template variables.

Updated test_config to test the new API.

ASTERISK-25089 #close

Reported-by: George Joseph <george.joseph@fairview5.com>
Tested-by: George Joseph <george.joseph@fairview5.com>
Change-Id: Ifa7ddefc956a463923ee6839dd1ebe021c299de4
2015-05-15 16:18:11 -06:00
..
2012-10-14 21:56:13 +00:00
2014-07-22 14:22:00 +00:00
2013-08-25 18:12:42 +00:00
2014-07-21 17:01:05 +00:00
2014-07-22 14:22:00 +00:00
2012-09-22 20:43:30 +00:00
2013-08-16 17:33:21 +00:00
2014-07-22 14:22:00 +00:00
2014-07-22 14:22:00 +00:00