mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
FS-4079 FS-4540 regression from 5213c764bbaf779a0b4c4f9feb35f13b5097c6c4 please update ASAP if you are running this one
This commit is contained in:
parent
bbae1afb2d
commit
9a6b9143f9
@ -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, '^'))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user