FS-5731 --resolve

This commit is contained in:
Anthony Minessale
2013-08-26 20:25:14 +05:00
parent 87f273f054
commit 1233172101
13 changed files with 42 additions and 22 deletions
+2 -2
View File
@@ -4305,7 +4305,7 @@ SWITCH_STANDARD_API(sofia_contact_function)
}
if (zstr(domain)) {
dup_domain = switch_core_get_variable_dup("domain");
dup_domain = switch_core_get_domain(SWITCH_TRUE);
domain = dup_domain;
}
@@ -4495,7 +4495,7 @@ SWITCH_STANDARD_API(sofia_presence_data_function)
}
if (zstr(domain)) {
dup_domain = switch_core_get_variable_dup("domain");
dup_domain = switch_core_get_domain(SWITCH_TRUE);
domain = dup_domain;
}