mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 04:31:50 +00:00
[core] don't hangup call on SRTP errors (new default behaviour)
This commit is contained in:
committed by
Andrey Volk
parent
8e17dca00d
commit
ce9905cdf4
@@ -843,6 +843,7 @@ typedef enum {
|
||||
SWITCH_RTP_FLAG_PASSTHRU,
|
||||
SWITCH_RTP_FLAG_SECURE_SEND_MKI,
|
||||
SWITCH_RTP_FLAG_SECURE_RECV_MKI,
|
||||
SWITCH_RTP_FLAG_SRTP_HANGUP_ON_ERROR,
|
||||
SWITCH_RTP_FLAG_AUDIO_FIRE_SEND_RTCP_EVENT,
|
||||
SWITCH_RTP_FLAG_VIDEO_FIRE_SEND_RTCP_EVENT,
|
||||
SWITCH_RTP_FLAG_INVALID
|
||||
|
||||
Reference in New Issue
Block a user