]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6007 FS-5083 FS-4514 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 27 Dec 2013 20:39:03 +0000 (01:39 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 27 Dec 2013 20:39:41 +0000 (01:39 +0500)
src/switch_rtp.c

index afd308b9c5f21b8a4a5cb468a277654a6aa4af42..58c7c054c4695d4a8caeafcbfa522f9c93b1d376 100644 (file)
@@ -5637,6 +5637,9 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
 
        if (send_msg) {
                bytes = datalen;
+
+               m = send_msg->header.m;
+
                if (flags && *flags & SFF_RFC2833) {
                        send_msg->header.pt = rtp_session->te;
                }