<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>If I was guessing (without fully understanding the 
syntax!) Id say the problem was </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Billing-Party=$avp(billing_party); </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>should be</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Billing-Party=$avp(s:billing_party); </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Although in theory both of the above config entries 
seem to be valid, though different, openser.cfg entries. According to 
this:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.openser.org/docs/modules/1.2.x/avpops.html">http://www.openser.org/docs/modules/1.2.x/avpops.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>:S </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Also, I tried with the second format (with s:) and 
that then gives me another error when I start openser:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;0(0) INFO:xl_parse_name: using hdr type (27) 
instead of &lt;user-agent&gt;<BR>&nbsp;0(0) ERROR:acc:parse_acc_extra: parse 
failed in &lt;User-Name=$Au; Calling-Station-Id=$from; Called-Station-Id=$to; 
Sip-Translated-Request-URI=$ruri; Sip-RPid=$avp(s:rpid); Source-IP=$si; 
Source-Port=$sp; Canonical-URI=$avp(s:can_uri); 
Billing-Party=$avp(s:billing_party); Divert-Reason=$avp(s:divert_reason); 
X-RTP-Stat=$hdr(X-RTP-Stat); User-Agent=$hdr(user-agent); 
\<BR>Contact=$hdr(contact); Event=$hdr(event); 
SIP-Proxy-IP=$avp(s:sip_proxy_ip); ENUM-TLD=$avp(s:enum_tld)&gt; around position 
319<BR>&nbsp;0(0) acc:parse_acc_extra: error<BR>&nbsp;0(0) ERROR:acc:mod_init: 
failed to parse rad_extra param<BR>&nbsp;0(0) init_mod(): Error while 
initializing module acc<BR>ERROR: error while initializing 
modules</FONT></DIV></BODY></HTML>