On 8/17/07, Dan-Cristian Bogos <dan.bogos@gmail.com> wrote:
Hi Ram,

apparently you are not sending enough information to radius for
accounting. Starting 1.2.0 you need to add extra attributes since
basic info doesn't anymore contain the necessary fields to build a
cdr.

You should have something similar:
modparam("acc", "radius_extra", "
                                       Called-Station-Id=$tu;
                                       Calling-Station-Id=$fu;
                                       Canonical-URI=$tu;
                                       User-Name=$au;
                                       Sip-User-Realm=$ar;
                                       Source-IP=$si;
                                       Source-Port=$sp;
                                       From-Header=$hdr(from);
                                       User-Agent=$hdr(user-agent);
                                       Contact=$hdr(contact);
                                       Event=$hdr(event)")
 
Hi
 
thats nice information
let me add and see if i can get full information of accouting what i want to be
 
we will reply the status in few hours
 
 
 
ram
 
iam updating the new document for the openser with freeradius also, its quite old now.
after my success installation.