<!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>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> ok, I found and solved one issue. The acc
radius_extra entries seem to have a maximum lenght that openser can
parse</FONT></DIV>
<DIV><FONT face=Arial size=2>so when I break the configuration into two "lines"
like this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>modparam("acc",
"radius_extra", "User-Name=$Au;
\<BR>Calling-Station-Id=$from; \<BR>Called-Station-Id=$to;
\<BR>Sip-Translated-Request-URI=$ruri; \<BR>Sip-RPid=$avp(s:rpid);
\<BR>Source-IP=$si; \<BR>Source-Port=$sp; \<BR>Canonical-URI=$avp(s:can_uri);
\<BR>Divert-Reason=$avp(s:divert_reason);
\<BR>X-RTP-Stat=$hdr(X-RTP-Stat)")</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>modparam("acc", "radius_extra",
"User-Agent=$hdr(user-agent); \<BR>Event=$hdr(event);
\<BR>Contact=$hdr(contact); \<BR>SIP-Proxy-IP=$avp(s:sip_proxy_ip);
\<BR>ENUM-TLD=$avp(s:enum_tld)")<BR>#Billing-Party=$avp(billing_party);
\</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>It all works, I hope OpenSER isnt ignoring the
first entry in the cfg file!!!! :S. But its only working if I remove the
entry </FONT></DIV>
<DIV><FONT face=Arial size=2>"Billing-Party=$avp(billing_party)", </FONT><FONT
face=Arial size=2>if I change this to "Billing-Party=$avp(s:billing_party)",
</FONT><FONT face=Arial size=2>then all starts fine. Just hope</FONT></DIV>
<DIV><FONT face=Arial size=2>thats how its meant to be! :P</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Andy.</FONT></DIV></BODY></HTML>