<div dir="ltr">Hi,<div><br></div><div>I am trying to bridge two remote endpoints via originate as described at <a href="http://wiki.freeswitch.org/wiki/Mod_commands#originate">http://wiki.freeswitch.org/wiki/Mod_commands#originate</a></div>
<div><br></div><div>originate sofia/example/<a href="mailto:300@foo.com">300@foo.com</a> &amp;bridge(sofia/example/<a href="mailto:400@bar.com">400@bar.com</a>)<br></div><div><br></div><div>All goes well, with the exception of display name updates. The problem is that any updates from the second call leg (<a href="mailto:400@bar.com">400@bar.com</a>) are not sent to the <a href="mailto:300@foo.com">300@foo.com</a> call leg. As soon as <a href="mailto:400@bar.com">400@bar.com</a> sends an update I can see a message in the log that says (just an example):</div>
<div><br></div><div>Update Callee ID to &quot;Name&quot; &lt;123123123&gt;<br></div><div><br></div><div>However, nothing is being sent out to the first call leg (<a href="mailto:300@foo.com">300@foo.com</a>) and the endpoint doesn&#39;t update the displayed party name.</div>
<div><br></div><div>Technically we have 2 *outbound* call legs in this case:</div><div>leg 1: from FS to <a href="mailto:300@foo.com">300@foo.com</a></div><div>leg 2: from FS to <a href="mailto:400@foo.com">400@foo.com</a></div>
<div><br></div><div>so a *callee* ID update from leg 2 should translate into *caller* ID update on leg 1. I am not sure how to accomplish this. Is it possible at all?</div><div><br></div><div>BTW, I tried setting &lt;param name=&quot;send-display-update&quot; value=&quot;true&quot;/&gt; in the sip profile, but it makes no difference. I also thought about updating the ID on call leg 1 via an api call (for example api_on_answer or similar), but I couldn&#39;t find any api/application that will allow me to actively change the ID of the call leg if it was already answered. I am trying this on v1.2.14.</div>
<div><br></div><div>Regards,</div><div>Hristo</div></div>