mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
mgcp hack: don't change payload type when passing RTP thru
Change-Id: I9c43704a4c1e26d434c0d7e7ee370b2c21fb3399
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user