mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 21:24:14 +00:00
FS-3244 --resolve next time also attach a backtrace
This commit is contained in:
parent
2bf69d621f
commit
2b6f70708c
@ -7047,9 +7047,10 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!gateway && gw_param_name) {
|
if (!gateway && gw_param_name) {
|
||||||
gateway = sofia_reg_find_gateway(gw_param_name);
|
if ((gateway = sofia_reg_find_gateway(gw_param_name))) {
|
||||||
extension = gateway->real_extension;
|
extension = gateway->real_extension;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (gateway) {
|
if (gateway) {
|
||||||
context = switch_core_session_strdup(session, gateway->register_context);
|
context = switch_core_session_strdup(session, gateway->register_context);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user