mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6489 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -111,6 +111,9 @@ void sofia_event_callback(nua_event_t event,
|
||||
tech_pvt->call_id = switch_core_session_strdup(session, sip->sip_call_id->i_id);
|
||||
switch_channel_set_variable(channel, "sip_call_id", tech_pvt->call_id);
|
||||
}
|
||||
if (tech_pvt->gateway_name) {
|
||||
gateway = sofia_reg_find_gateway(tech_pvt->gateway_name);
|
||||
}
|
||||
} else {
|
||||
/* too late */
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user