mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-5498
Conflicts: src/mod/endpoints/mod_sofia/mod_sofia.h src/mod/endpoints/mod_sofia/sofia.c src/mod/endpoints/mod_sofia/sofia_presence.c src/mod/endpoints/mod_sofia/sofia_reg.c
This commit is contained in:
@@ -1919,8 +1919,10 @@ SWITCH_DECLARE(void) switch_xml_merge_user(switch_xml_t user, switch_xml_t domai
|
||||
|
||||
do_merge(user, group, "params", "param");
|
||||
do_merge(user, group, "variables", "variable");
|
||||
do_merge(user, group, "profile-variables", "variable");
|
||||
do_merge(user, domain, "params", "param");
|
||||
do_merge(user, domain, "variables", "variable");
|
||||
do_merge(user, domain, "profile-variables", "variable");
|
||||
}
|
||||
|
||||
SWITCH_DECLARE(uint32_t) switch_xml_clear_user_cache(const char *key, const char *user_name, const char *domain_name)
|
||||
|
||||
Reference in New Issue
Block a user