git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6489 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-12-04 13:48:20 +00:00
parent 194d086acc
commit 2cf93afc1b
3 changed files with 10 additions and 2 deletions
+3
View File
@@ -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;