<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.5">
<TITLE>Pb with log_fmt</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">&nbsp;Hi, thank you very much. I know what the problem is now. Because I use a openser-1.2.1-notls. So the &quot;log_fmt&quot; is obsolete. </FONT></SPAN></P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">In the </FONT></SPAN><A HREF="http://www.openser.org/docs/modules/1.2.x/acc.htm"><SPAN LANG="zh-cn"><U><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">http://www.openser.org/docs/modules/1.2.x/acc.htm</FONT></U></SPAN></A><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial"> it wrote that:</FONT></SPAN>
</P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">The accouting module will log by default a fixed set of attributes for the transaction - if you customize you accouting by adding more information to be logged, please see the next chapter about extra accouting - Section 1.2. </FONT></SPAN></P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">The fixed minimal accouting information is: </FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">Request Method name</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">From header TAG parameter</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">To header TAG parameter</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">Call-Id</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">3-digit Status code from final reply</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">Reason phrase from final reply</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">Time stamp when transaction was completed</FONT></SPAN>

<BR><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">If a value is not present in request, the empty string is accounted instead. </FONT></SPAN>
</P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">I want have a User-Name in the accounting information.</FONT></SPAN>
</P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">So I saw in the Section 1.2</FONT></SPAN>
</P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">Selection of extra information is done via xxx_extra parameters by specifying the names of additional information you want to log. This information is defined via pseudo-variables and may include headers or AVPs values or other message or system values. The syntax of the parameter is: </FONT></SPAN></P>
<BR>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">xxx_extra = extra_definition (';'extra_definition)* </FONT></SPAN>
</P>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">extra_definition = log_name '=' pseudo_variable </FONT></SPAN>
</P>
<BR>

<P><SPAN LANG="zh-cn"><FONT SIZE=2 FACE="Arial">And the pseudo_variable I need is '$au' for User-Name. But I don't understand how to use this paramater in the openser.cfg. Do you have some ideas??</FONT></SPAN></P>
<BR>
<BR>

</BODY>
</HTML>