mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-22 07:02:34 +00:00
FS-4298 see if you can see the sip_reinvite_sdp variable with this patch
This commit is contained in:
parent
3858e625a4
commit
9470c079dd
@ -7723,6 +7723,9 @@ void sofia_handle_sip_i_reinvite(switch_core_session_t *session,
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (channel) {
|
if (channel) {
|
||||||
|
if (sip->sip_payload && sip->sip_payload->pl_data) {
|
||||||
|
switch_channel_set_variable(channel, "sip_reinvite_sdp", sip->sip_payload->pl_data);
|
||||||
|
}
|
||||||
switch_channel_execute_on(channel, "execute_on_sip_reinvite");
|
switch_channel_execute_on(channel, "execute_on_sip_reinvite");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user