mgcp hack: don't change payload type when passing RTP thru

Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399
This commit is contained in:
Neels Hofmeyr
2016-10-21 01:33:57 +02:00
parent 028387be8f
commit 1804823c92

View File

@@ -537,9 +537,11 @@ void mgcp_patch_and_count(struct mgcp_endpoint *endp, struct mgcp_rtp_state *sta
if (payload < 0)
return;
#if 0
DEBUGP(DMGCP, "Payload hdr payload %u -> endp payload %u\n",
rtp_hdr->payload_type, payload);
rtp_hdr->payload_type = payload;
#endif
}
/*