From: Anthony Minessale Date: Wed, 4 Sep 2013 19:15:44 +0000 (-0500) Subject: FS-5754 X-Git-Tag: v1.5.6~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4b1dce711e82f7d1253d59e4d314b8f095d60f;p=thirdparty%2Ffreeswitch.git FS-5754 --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index b75835a270..ddebe10168 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -5920,6 +5920,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); } if (switch_socket_sendto(rtp_session->sock_output, rtp_session->remote_addr, 0, frame->packet, &bytes) != SWITCH_STATUS_SUCCESS) {