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

This commit is contained in:
Anthony Minessale 2013-12-28 01:39:03 +05:00
parent a27fe4c5a5
commit de65c19c3c
1 changed files with 3 additions and 0 deletions

View 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;
}