Re: [SR-Users] rtpproxy_manage() doesn't recognize SDP when Content-Length is not present

2019-12-22 Thread Alex Balashov
To be completely fair to these implementation decisions, 3261 says that Content-Length "SHOULD" be included over UDP; it just does not say that it "MUST" be. However: 1. You can remove flag 128 from the sanity_check() headers and likely remove the complaint about the missing CL field (I would

[SR-Users] rtpproxy_manage() doesn't recognize SDP when Content-Length is not present

2019-12-22 Thread Leonid Fainshtein
Hi, According to RFC-3261 p.20.14, the Content-Length header field must be present only if a stream-base transport protocol (such as TCP) is used. Therefore, in the case of the UDP transport protocol, this field is optional. Unfortunately, the rtpproxy_manage() function in Kamailio v.5.2.5 doesn't