FS-5731 --resolve

This commit is contained in:
Anthony Minessale
2013-08-26 20:25:14 +05:00
parent 863e6cfa3f
commit 7d6d688e53
13 changed files with 42 additions and 22 deletions
+2 -2
View File
@@ -3538,7 +3538,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;
}
@@ -3728,7 +3728,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;
}