From e1e13a7f5f2aeb242f0b7f996a0198e5aee8b098 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 4 Sep 2013 14:15:44 -0500 Subject: [PATCH] FS-5754 --- src/switch_rtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index cc6dfd5675..620d61adac 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -4623,6 +4623,7 @@ SWITCH_DECLARE(int) switch_rtp_write_frame(switch_rtp_t *rtp_session, switch_fra } send_msg->header.ssrc = htonl(rtp_session->ssrc); + send_msg->header.seq = htons(++rtp_session->seq); }