<p>Hi,</p>

<p>When I'm trying to update $ru, $fu & $fd in Kamailio conf:<br>
$rU = "1000"; <br>
$fu = "sip:<a href="mailto:something@mydomain.com">something@mydomain.com</a>";<br>
$fd = "newdomain.com";</p>

<p>And later I'm trying to print out $rU, $fu, $fU & $fd in onsend_route:</p>

<pre><code>    xlog("ALERT: From URI $fu \n");
    xlog("ALERT: From domain $fd \n");
    xlog("ALERT: From user $fU \n");
    xlog("ALERT: Request user $rU \n");
</code></pre>

<p>Kamailio 4.3.3 prints out following:<br>
ALERT: From URI sip:2000@some_ip<br>
ALERT: From domain some_ip<br>
ALERT: From user 2000<br>
ALERT: Request user 1000</p>

<p>But I believe it should:</p>

<p>ALERT: From URI sip:<a href="mailto:something@mydomain.com">something@mydomain.com</a><br>
ALERT: From domain mydomain.com<br>
ALERT: From user something<br>
ALERT: Request user 1000</p>

<p>I'm using default Kamailio config with minor changes, you can check it in attachment.</p>

<p>Thank you!<br>
<a href="https://github.com/kamailio/kamailio/files/51994/kamailio.txt">kamailio.txt</a></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/kamailio/kamailio/issues/430">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZQag9daVCJG3pNfVMDjVurcPVYNAks5pMXk7gaJpZM4GuzP1.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/430"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>