<p>Kevin Harwell <strong>uploaded patch set #2</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/6163">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip_session/_sdp_rtp: Handling of 'msid' is incorrect<br><br>Currently, the handling of the msid attribute is not quite right. According to<br>the spec the msid's between the offer/answer are not dependent upon one another.<br>Meaning the same msid's given in an offer do not have to be returned in the<br>answer for a given stream. And they probably shouldn't be (copied/reused) since<br>this can potentially cause some browser side confusion.<br><br>This patch generates new msids when both an offer and answer are sent from<br>Asterisk. However, Asterisk does reuse the original msid it sent out for a<br>reinvite. Also audio+video streams are paired together by sharing the same<br>stream id, but a different track id.<br><br>ASTERISK-27179 #close<br><br>Change-Id: Ifaec06dc7e65ad841633a24ebec8c8a9302d6643<br>---<br>M include/asterisk/res_pjsip_session.h<br>M res/res_pjsip_sdp_rtp.c<br>M res/res_pjsip_session.c<br>3 files changed, 32 insertions(+), 30 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/63/6163/2</pre><p>To view, visit <a href="https://gerrit.asterisk.org/6163">change 6163</a>. To unsubscribe, 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/6163"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Ifaec06dc7e65ad841633a24ebec8c8a9302d6643 </div>
<div style="display:none"> Gerrit-Change-Number: 6163 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>