<p>George Joseph <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/16478">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjproject: Add patch to fix trailing whitespace issue in rtpmap<br><br>An issue was found where a particular manufacturer's phones add a<br>trailing space to the end of the rtpmap attribute when specifying<br>a payload type that has a "param" after the format name and clock<br>rate. For example:<br><br>a=rtpmap:120 opus/48000/2 \r\n<br><br>Because pjmedia_sdp_attr_get_rtpmap currently takes everything after<br>the second '/' up to the line end as the param, the space is<br>included in future comparisons, which then fail if the param being<br>compared to doesn't also have the space.<br><br>We now use pj_scan_get() to parse the param part of rtpmap so<br>trailing whitespace is automatically stripped.<br><br>ASTERISK-29654<br><br>Change-Id: Ibd0a4e243a69cde7ba9312275b13ab62ab86bc1b<br>---<br>A third-party/pjproject/patches/0120-pjmedia_sdp_attr_get_rtpmap-Strip-param-trailing-whi.patch<br>1 file changed, 32 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/78/16478/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16478">change 16478</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16478"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: Ibd0a4e243a69cde7ba9312275b13ab62ab86bc1b </div>
<div style="display:none"> Gerrit-Change-Number: 16478 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-CC: Friendly Automation </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>