Hello,<br><br>As always thank you ahead of time for your help and input!<br><br>I am currently calling uac_replace_from(&quot;&quot;, &quot;&quot;) in effort to &quot;leave uri&quot; and &quot;toss away display name&quot;<br>
<br>Which does seem to work....... for the initial INVITE<br><br>However upon receiving an ACK with an empty display, however &quot;&quot; &lt;- quotations, it does not clear the display &quot;&quot; which is causing issues with one of my upstream vendors.<br>
<br>Example / Scenario:<br><br>From: &quot;&quot; &lt;sip:uri@host&gt;<br><br>Expected Result upon uac_replace_from(&quot;&quot;,&quot;&quot;):        From: &lt;sip:uri@host&gt;<br><br>Current Result: From: &quot;&quot; &lt;sip:uri@host&gt;<br>
<br>As you can see it is not stripping the &quot;&quot; empty display quotes.<br><br>Any thoughts / ideas / suggestions to get my desired affect?<br><br>Sincerely,<br>Brandon Armstead<br><br>