<p>Jenkins2 <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/7884">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Matthew Fredrickson: Looks good to me, but someone else must approve
  George Joseph: Looks good to me, approved
  Jenkins2: Approved for Submit

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">res_pjsip_session: Always bundle streams if WebRTC is enabled.<br><br>Some WebRTC clients can't handle renegotiation with the addition of<br>streams that include an offer to bundle. They instead expect the<br>newly added streams to already be bundled. This change does such a thing<br>if WebRTC support is enabled on an endpoint.<br><br>ASTERISK-27566<br><br>Change-Id: I7fe9b7ac35a2798627d9c2c8369129f407af6461<br>---<br>M res/res_pjsip_session.c<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/res/res_pjsip_session.c b/res/res_pjsip_session.c<br>index c339382..53f60cc 100644<br>--- a/res/res_pjsip_session.c<br>+++ b/res/res_pjsip_session.c<br>@@ -456,6 +456,12 @@<br>                               return NULL;<br>                  }<br>                     session_media->bundle_group = 0;<br>+<br>+                       /* Some WebRTC clients can't handle an offer to bundle media streams. Instead they expect them to<br>+                         * already be bundled. Every client handles this scenario though so if WebRTC is enabled just go<br>+                      * ahead and treat the streams as having already been bundled.<br>+                        */<br>+                  session_media->bundled = session->endpoint->media.webrtc;<br>            } else {<br>                      session_media->bundle_group = -1;<br>          }<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/7884">change 7884</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/7884"/><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: merged </div>
<div style="display:none"> Gerrit-Change-Id: I7fe9b7ac35a2798627d9c2c8369129f407af6461 </div>
<div style="display:none"> Gerrit-Change-Number: 7884 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Matthew Fredrickson <creslin@digium.com> </div>