forked from Mirrors/freeswitch
FS-6007 FS-5083 FS-4514 --resolve
This commit is contained in:
parent
a27fe4c5a5
commit
de65c19c3c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue