On Tuesday 03 October 2006 12:09, Klaus Darilion wrote:
> I wonder what I can do with a CDR without knowing who called whom?
> Shouldn't there be from/username and request URI too? At least for
> out-of-dialog requests?

Klaus,

you can include most of the attributes you want by declaring them as extra 
radius attributes. Except for the User-Name which is a value computed 
from multiple sources and it cannot be obtained in the script without 
multiple avp manipulations. That's my issue with this.

For the others you can simply add things like:

modparam("acc", "radius_extra", "From-URI=$fu; Request-URI=$ru")

But not for User-Name, which is needed for billing more than the others.

-- 
Dan

_______________________________________________
Devel mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to