asterisk/third-party
George Joseph 0947c30224 pjproject: Add patch to fix trailing whitespace issue in rtpmap
An issue was found where a particular manufacturer's phones add a
trailing space to the end of the rtpmap attribute when specifying
a payload type that has a "param" after the format name and clock
rate. For example:

a=rtpmap:120 opus/48000/2 \r\n

Because pjmedia_sdp_attr_get_rtpmap currently takes everything after
the second '/' up to the line end as the param, the space is
included in future comparisons, which then fail if the param being
compared to doesn't also have the space.

We now use pj_scan_get() to parse the param part of rtpmap so
trailing whitespace is automatically stripped.

ASTERISK-29654

Change-Id: Ibd0a4e243a69cde7ba9312275b13ab62ab86bc1b
2021-09-15 12:14:20 -05:00
..
jansson build: Pass --fno-partial-inlining to third-party when appropriate 2019-05-03 12:42:27 -06:00
pjproject pjproject: Add patch to fix trailing whitespace issue in rtpmap 2021-09-15 12:14:20 -05:00
Makefile Enable bundling of jansson, require 2.11. 2018-07-20 13:42:02 -04:00
Makefile.rules Enable bundling of jansson, require 2.11. 2018-07-20 13:42:02 -04:00
apply_patches Enable bundling of jansson, require 2.11. 2018-07-20 13:42:02 -04:00
configure.m4 Enable bundling of jansson, require 2.11. 2018-07-20 13:42:02 -04:00
versions.mak pjproject: Upgrade bundled version to pjproject 2.10 2020-06-16 08:07:17 -05:00