mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-04 06:36:09 +00:00
[Core] switch_ivr: Ensure do_flush decrypts SRTP DTMF packets
This commit is contained in:
parent
07292e0a8b
commit
4cc8031493
@ -552,6 +552,7 @@ typedef enum {
|
|||||||
|
|
||||||
static void do_2833(switch_rtp_t *rtp_session);
|
static void do_2833(switch_rtp_t *rtp_session);
|
||||||
|
|
||||||
|
static int check_recv_payload(switch_rtp_t *rtp_session);
|
||||||
|
|
||||||
#define rtp_type(rtp_session) rtp_session->flags[SWITCH_RTP_FLAG_TEXT] ? "text" : (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO] ? "video" : "audio")
|
#define rtp_type(rtp_session) rtp_session->flags[SWITCH_RTP_FLAG_TEXT] ? "text" : (rtp_session->flags[SWITCH_RTP_FLAG_VIDEO] ? "video" : "audio")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user