mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
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);
|
profile = sofia_glue_find_profile(profile_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!profile) {
|
if (!profile && !zstr(domain)) {
|
||||||
profile = sofia_glue_find_profile(domain);
|
profile = sofia_glue_find_profile(domain);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user