]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4079 FS-4540 regression from 5213c764bbaf779a0b4c4f9feb35f13b5097c6c4 please updat...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 23 Aug 2012 19:56:37 +0000 (14:56 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 23 Aug 2012 19:56:37 +0000 (14:56 -0500)
src/mod/endpoints/mod_sofia/mod_sofia.c

index e52359c90b4ca6a237bdd71e2cd2ec61fae3f6e1..9cb88e4154b88f0c505ba9365a7b2cdb58b0a43e 100644 (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, '^'))) {