From: Anthony Minessale Date: Fri, 27 Dec 2013 20:39:03 +0000 (+0500) Subject: FS-6007 FS-5083 FS-4514 --resolve X-Git-Tag: v1.4.2~2^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de65c19c3c538ef178c279b9a1507938dbab7ace;p=thirdparty%2Ffreeswitch.git FS-6007 FS-5083 FS-4514 --resolve --- diff --git a/src/switch_rtp.c b/src/switch_rtp.c index afd308b9c5..58c7c054c4 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -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; }