<p>George Joseph <strong>uploaded patch set #3</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/6614">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bridge_softmix:  Forward TEXT frames<br><br>res_pjsip_messaging queues TEXT frames to the channel when it<br>receives an in-dialog MESSAGE from an endpoint and chan_pjsip will<br>send an MESSAGE when it gets a TEXT frame.  On a normal<br>point-to-point call, the frames are forwarded between the two<br>correctly.  bridge_softmix was not though so messages weren't<br>getting forwarded to conference bridge participants.<br><br>* bridge_softmix now forwards TEXT frames to all participants. It<br>also forwards the frame back to the sender as a confirmation and to<br>make client side development a little easier.  A channel datastore<br>indicating the display name of the message sender is created so the<br>channel driver can indicate that to the participants.  If we don't<br>do that, the text message will appear to come from the bridge.<br><br>* chan_pjsip now uses the originator name in the channel datastore<br>(if it exists) to set the From: display name on outgoing text<br>messages.<br><br>Change-Id: Idacf5900bfd5f22ab8cd235aa56dfad090d18489<br>---<br>M bridges/bridge_softmix.c<br>M channels/chan_pjsip.c<br>M include/asterisk/global_datastores.h<br>M main/asterisk.exports.in<br>M main/bridge_channel.c<br>M main/global_datastores.c<br>M res/res_pjsip_messaging.c<br>7 files changed, 126 insertions(+), 6 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/14/6614/3</pre><p>To view, visit <a href="https://gerrit.asterisk.org/6614">change 6614</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/6614"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>
<div style="display:none"> Gerrit-Change-Id: Idacf5900bfd5f22ab8cd235aa56dfad090d18489 </div>
<div style="display:none"> Gerrit-Change-Number: 6614 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins2 </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>