Hi,<br><br>I simply trying to modify URI and FROM headers as follow. tcpdump packet capture shows the values are changed for both URI and FROM headers.<br>However, the syslog only shows the new value for URI and not for FROM header.<br>
<br>How can I verify new value in FROM header in the log file?<br><br># main request routing logic<br>route<br>{<br>      $rU = avp(i:1);<br>      $rd = avp(i:2);<br>      ....<br>      uac_replace_from(&quot;$avp(i:3)&quot;);<br>
<br>      xlog (&quot;fu after perl: $fu&quot;);<br>      xlog (&quot;ru after perl: $ru&quot;);<br>       ...<br>}<br><br>Thanks,<br>Rob<br>