Files
asterisk/main
George Joseph 38df1c35ee core: Config and XML tweaks needed for geolocation
Added:

Replace a variable in a list:
int ast_variable_list_replace_variable(struct ast_variable **head,
    struct ast_variable *old, struct ast_variable *new);
Added test as well.

Create a "name=value" string from a variable list:
'name1="val1",name2="val2"', etc.
struct ast_str *ast_variable_list_join(
    const struct ast_variable *head, const char *item_separator,
    const char *name_value_separator, const char *quote_char,
    struct ast_str **str);
Added test as well.

Allow the name of an XML element to be changed.
void ast_xml_set_name(struct ast_xml_node *node, const char *name);

Change-Id: I330a5f63dc0c218e0d8dfc0745948d2812141ccb
2022-02-28 08:47:44 -06:00
..
2021-11-15 19:45:26 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2020-05-05 10:06:43 -05:00
2020-05-05 10:06:43 -05:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2022-02-25 14:16:28 -06:00
2020-04-06 10:23:20 -05:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2022-02-25 14:16:28 -06:00
2022-01-05 11:32:10 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2020-06-10 09:33:28 -05:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-11-15 19:45:26 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-01-04 05:00:58 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2017-12-20 12:40:01 -05:00
2022-01-05 11:33:18 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-18 13:44:31 -06:00
2021-11-18 13:44:31 -06:00
2022-01-05 11:33:18 -06:00
2021-11-18 13:44:31 -06:00
2022-01-05 11:33:18 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-11-15 19:45:26 -06:00
2021-12-02 15:03:16 -06:00
2021-11-29 09:05:46 -06:00