[Serusers] ACC and Radius

alireza at panaisp.net alireza at panaisp.net
Fri Mar 5 15:44:40 CET 2004


There is no any log or error on radius
nothing happens, radius is idle all the time.

> Does ser send any radius accounting messages to the radius server ? Also
> try to enable debugging and see if there are any error messages in the
> logs.
>
>   Jan.
>
> On 05-03 17:57, alireza at panaisp.net wrote:
>> Hi Guys
>>
>> I read radius howto and download and compile all necessary files and
>> install all of them and then recompiled SER for supporting
>> Radius.Authentication with radius is work great but about accounting
>> nothing happend.(I read the acc and radius howto and know that i should
>> uncomment 2 lines on Makefile of acc module and did it)I tested radius
>> by
>> a H.323 gateway and it worked and loged accounting packets but when i
>> want
>> to log SER it does not work, here is my ser.cfg file that related to
>> accounting:
>>
>> # ACCOUNTING
>> modparam("acc", "radius_config",
>> "/usr/local/etc/radiusclient/radiusclient.conf")
>> modparam("acc", "service_type", 16)
>> modparam("acc", "radius_flag", 2 )
>> modparam("acc", "radius_missed_flag", 3)
>>
>> if (method=="INVITE") {
>>       log(1, "INVITE--ALIREZA\n");
>>       setflag(2);
>> };
>>
>> if (method=="BYE") {
>>       log(1, "BYE--ALIREZA\n");
>>       setflag(2);
>> };
>>
>> I read acc howto and copy the configuration from that but nothing was
>> changed, after that i changed radius_flag and service_type to defualt
>> values (1,15)but it does not still work.I saw some logs in
>> /var/log/message that said: "  ser[5029]: INVITE--ALIREZA "
>> it seems ser log the invite correctly (as i configured) but nothing
>> happens on radius.
>> Any sugesstion appreciated.
>>
>> Alireza
>>
>> _______________________________________________
>> Serusers mailing list
>> serusers at lists.iptel.org
>> http://lists.iptel.org/mailman/listinfo/serusers
>




More information about the sr-users mailing list