FS-6007 FS-5083 FS-4514 --resolve

This commit is contained in:
Anthony Minessale 2013-12-28 01:39:03 +05:00
parent 23e623183a
commit 57184dc20e

View File

@ -4205,6 +4205,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;
}