mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
FS-5731 --resolve
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user