<div dir="ltr">Hi ppl,<br><div><br></div><div>Need to replace origination carrier's domain with my own, so I do:</div><div><br></div><div>branch_route[MANAGE_PSTN_IN_BRANCH] {</div><div>   uac_replace_from("sip:$<a href="mailto:fU@mydomain.net">fU@mydomain.net</a>");<br></div><div>}</div><div><br></div><div>The dialog-forming INVITE is relayed properly with ONLY the domain part being replaced.</div><div><br></div><div>However, subsequent messages such as ACK and BYE have the From DISPLAY NAME (_uac_fdp) stripped off.</div><div><br></div><div>Not that it affects real functionality in any known way (CLID is still good for callee), but curious if this is intentional or not, as <i>uac_replace_from(uri)</i> clearly states that: "<i>Replace in FROM header the <span class="emphasis">URI</span> part
                                <b>without altering the display name</b></i>" </div><div><br></div><div># kamcmd dlg.list</div><div>        variables: {<br>                {<br>                        <font color="#ff0000">_uac_fdpnew: </font><br>                }<br>                {<br>                        _uac_fdp: "JOHN DOE"<br>                }<br>                {<br>                        _uac_funew: <a href="mailto:sip%3A18661112222@mydomain.net">sip:18661112222@mydomain.net</a><br>                }<br>                {<br>                        _uac_fu: <a href="mailto:sip%3A18661112222@carrierdomain.net">sip:18661112222@carrierdomain.net</a><br></div><div>         }</div><div><br></div><div>Thanks!</div></div>