Hi,
Thanks for your reply. I saw that in the source and
changed according to them. But I still can't see any radius packets created/sent
by Ser when a call is made.
What should I add to the configuration to send
start/stop packets ?
Regards,
ilker
-----Original
Message-----
From: serusers-bounces@lists.iptel.org [mailto:serusers-bounces@lists.iptel.org]
On Behalf Of sip
Sent: Tuesday, May 30, 2006 8:28 PM
To:
serusers@iptel.org
Subject: Re: [Serusers] Radius accounting
howto
Those params are valid for the old acc module compiled with radius
support.
The acc_radius module I think uses log_flag and log_missed_flag
(according to the source).
N.
On Tue, 30 May 2006 17:54:40 +0300,
Ýlker Aktuna (Koç.net) wrote
> Hi everyone,
>
> I am
trying to use acc_radius module with presence CVS sources.
> I compiled
the radiusclient library and compiled ser with acc_radius
module.
>
> Then I added following lines to the
config:
>
> loadmodule
"/root/ser/lib/ser/modules/acc_radius.so"
> modparam("acc_radius",
"radius_config",
"/usr/local/etc/radiusclient-ng/radiusclient.conf")
>
modparam("acc_radius", "service_type", 15) modparam("acc_radius",
>
"radius_flag", 1) modparam("acc_radius", "radius_missed_flag", 3)
>
modparam("acc_radius", "report_ack", 0)
>
>
> But
when I try to start ser, it doesn't accept 2 parameters:
>
modparam("acc_radius", "radius_flag", 1) modparam("acc_radius",
>
"radius_missed_flag", 3)
>
> What should be the correct syntax
for these parameters ? are they required ?
>
> And what else
should I add to the configuration to send radius-start
>
and
radius-stop messages to the radius server ?
>
>
Thanks,
> ilker
>
>
>
>
_