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("$avp(i:3)");<br>
<br> xlog ("fu after perl: $fu");<br> xlog ("ru after perl: $ru");<br> ...<br>}<br><br>Thanks,<br>Rob<br>