mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
FS-6014 please try latest HEAD of stable branch
This commit is contained in:
parent
c9585b1e8d
commit
bc6e399e5a
@ -6129,10 +6129,6 @@ int sofia_recover_callback(switch_core_session_t *session)
|
||||
sofia_set_flag(tech_pvt, TFLAG_CRYPTO_RECOVER);
|
||||
}
|
||||
|
||||
if ((tmp = switch_channel_get_variable(channel, "sip_local_sdp_str"))) {
|
||||
tech_pvt->local_sdp_str = switch_core_session_strdup(session, tmp);
|
||||
}
|
||||
|
||||
if ((tmp = switch_channel_get_variable(channel, SWITCH_R_SDP_VARIABLE))) {
|
||||
tech_pvt->remote_sdp_str = switch_core_session_strdup(session, tmp);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user