Files
asterisk/main
George Joseph 83372e7ab5 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:29:20 -06:00
..
2021-11-15 18:31:44 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2020-05-05 08:56:28 -04:00
2020-05-05 08:56:28 -04:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2022-02-25 14:41:53 -06:00
2020-04-06 10:58:41 -05:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2022-02-25 14:41:53 -06:00
2022-01-05 11:22:11 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2020-06-10 13:56:45 -05:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-11-15 18:31:44 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2022-01-05 11:44:53 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-18 14:46:57 -06:00
2021-11-18 14:46:57 -06:00
2022-01-05 11:44:53 -06:00
2022-01-05 11:44:53 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-11-15 18:31:44 -06:00
2021-12-02 15:00:33 -06:00
2021-11-29 09:05:26 -06:00