<div dir="ltr">

<h3 class="gmail-sectionedit43" id="gmail-fu_-_from_uri_username" style="font-weight:bold;padding:0px;line-height:1.2;clear:left;font-size:1.125em;margin:0px 0px 0.888em;color:rgb(51,51,51);font-family:Arial,sans-serif;text-decoration-style:initial;text-decoration-color:initial">From the online documentation:</h3><h3 class="gmail-sectionedit43" id="gmail-fu_-_from_uri_username" style="font-weight:bold;padding:0px;line-height:1.2;clear:left;font-size:1.125em;margin:0px 0px 0.888em;color:rgb(51,51,51);font-family:Arial,sans-serif;text-decoration-style:initial;text-decoration-color:initial">$fU - From URI username</h3><div class="gmail-level3" style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;text-decoration-style:initial;text-decoration-color:initial"><p style="margin:0px 0px 1.4em;padding:0px"><strong>$fU</strong><span> </span>- reference to username in<span> </span><abbr title="Uniform Resource Identifier" style="border-bottom:1px dotted;font-style:normal">URI</abbr><span> </span>of 'From' header</p><p style="margin:0px 0px 1.4em;padding:0px"><span style="color:rgb(0,0,255)">It is R/W variable (you can assign values to it directly in configuration file)</span></p></div>

But i am no able to assign values to $fU.  Has anyone experienced this?<div><br></div><div>Snippet of code in the configuration file of mine and its respective logs showing that $fU is not getting overwritten.  I have tried to hard code values to it assign variables to it, all to no avail.  </div><div><br></div><div>configuration file code snippet:</div><div><div>  </div><div>  xlog("L_INFO", "[$ci]   from header username pre mod: $fU");</div><div>  $fU = "5555555555";<br></div><div>  xlog("L_INFO", "[$ci]   from header username post mod: $fU");</div></div><div><br></div><div>Logfile snippet:</div><div><br></div><div><div>INFO: (s) [7EAB8FECD723E8444E36C659F331068B41EC6BB0]   from header username pre mod: 3224567880</div><div>INFO: (s) [7EAB8FECD723E8444E36C659F331068B41EC6BB0]   from header username post mod: 

<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">3224567880</span>

</div></div><div><br></div><div>Thanks,</div><div><br></div><div>Karthik</div></div>