FS-3072
This commit is contained in:
parent
38b430f43f
commit
4e60f14a4d
|
@ -3513,7 +3513,7 @@ SWITCH_STANDARD_API(sofia_contact_function)
|
|||
profile = sofia_glue_find_profile(profile_name);
|
||||
}
|
||||
|
||||
if (!profile) {
|
||||
if (!profile && !zstr(domain)) {
|
||||
profile = sofia_glue_find_profile(domain);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue