FS-4079 FS-4540 regression from 5213c764bb please update ASAP if you are running this one

This commit is contained in:
Anthony Minessale 2012-08-23 14:56:37 -05:00
parent 29a3d7ab02
commit 04924f1694
1 changed files with 1 additions and 1 deletions

View File

@ -4445,7 +4445,7 @@ static switch_call_cause_t sofia_outgoing_channel(switch_core_session_t *session
goto error;
}
tech_pvt = sofia_glue_new_pvt(session);
tech_pvt = sofia_glue_new_pvt(nsession);
data = switch_core_session_strdup(nsession, outbound_profile->destination_number);
if ((dest_to = strchr(data, '^'))) {