mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-04 04:05:15 +00:00
FS-6829 #resolve
This commit is contained in:
parent
b92ad9bbb5
commit
372455c30a
@ -4103,7 +4103,10 @@ SWITCH_DECLARE(int) switch_core_media_toggle_hold(switch_core_session_t *session
|
|||||||
switch_channel_mark_hold(session->channel, SWITCH_FALSE);
|
switch_channel_mark_hold(session->channel, SWITCH_FALSE);
|
||||||
switch_channel_presence(session->channel, "unknown", "unhold", NULL);
|
switch_channel_presence(session->channel, "unknown", "unhold", NULL);
|
||||||
|
|
||||||
switch_rtp_clear_flag(a_engine->rtp_session, SWITCH_RTP_FLAG_PAUSE);
|
if (a_engine->rtp_session) {
|
||||||
|
switch_rtp_clear_flag(a_engine->rtp_session, SWITCH_RTP_FLAG_PAUSE);
|
||||||
|
}
|
||||||
|
|
||||||
if (v_engine->rtp_session) {
|
if (v_engine->rtp_session) {
|
||||||
switch_rtp_clear_flag(v_engine->rtp_session, SWITCH_RTP_FLAG_PAUSE);
|
switch_rtp_clear_flag(v_engine->rtp_session, SWITCH_RTP_FLAG_PAUSE);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user