Dear all,<div><br></div><div>I&#39;m trying to change the From uri and Dsplay but without sucess.</div><div><br></div><div>My config is as follow:</div><div><br></div><div><div>if(dp_translate(&quot;1111&quot;, &quot;$avp(s:frm_user_name)/$avp(s:test_frm_user_name)&quot;))  --&gt; i&#39;m sending 2112202701 and I get back corectly 701</div>
<div>                {</div></div><div><div>                        $avp(s:display) = $avp(s:test_frm_user_name);   </div><div>                        $avp(s:fu_uri) = &quot;sip:&quot; + $avp(s:test_frm_user_name) + &quot;@&quot; + $fd;</div>
<div><br></div><div>                        xlog(&quot;alx ------- The avp(s:display): $avp(s:display) ---- avp(s:fu_uri)=$avp(s:fu_uri)  ----------\n&quot;);  --&gt; I see values  701 and sip:701@my_IP_address</div></div>
<div><br></div><div>                        uac_replace_from(&quot;$avp(s:display)&quot;,&quot;$avp(s:fu_uri)&quot;);</div><div>                        Here I log the fu and I see that nothing has changed..</div><div><br>
</div><div>                 }</div><div><br></div><div><br></div><div>Do you have any ideas on that ?</div><div><br></div><div>I use Kamailio 3.1.3</div><div><br></div><div>Thank you in advance</div><div>Alex</div><div><br>
</div><div><br></div><div><br></div>