]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5754
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Sep 2013 19:15:44 +0000 (14:15 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 4 Sep 2013 19:15:44 +0000 (14:15 -0500)
src/switch_rtp.c

index b75835a2704b19ee70ce45ddca52c379fa7d6dda..ddebe101680d657493068c6043a1f12459ef70be 100644 (file)
@@ -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) {