[Core] switch_ivr: Ensure do_flush decrypts SRTP DTMF packets

This commit is contained in:
Andy Newlands 2022-08-03 16:51:04 +01:00
parent 07292e0a8b
commit 4cc8031493
1 changed files with 1 additions and 0 deletions

View File

@ -552,6 +552,7 @@ typedef enum {
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")