[Serusers] Re: Serusers Digest, Vol 5, Issue 63
Jan Janak
jan at iptel.org
Wed Oct 1 13:03:01 CEST 2003
Please send me the whole config file.
Jan.
On 26-09 12:11, Steven R. Bunin wrote:
> Hi all,
>
> I have successfully gotten radius authentication working and I started getting Radius Start records for accounting but I am not sure what I am doing wrong in regards to getting radius Stop records.
>
> Below is the area I believe has the most affect on Radius Acccounting from my Log File. Any suggestions would be appreciated and if it would help to see the full Config file I will send it as well.
>
>
> record_route();
>
> if (method=="REGISTER") {
>
> # Uncomment this if you want to use digest authentication
> if (!radius_www_authorize("")) {
> www_challenge("", "0");
> break;
> };
>
> save("location");
> break;
> };
>
> if (method =="INVITE")
> {
> log(1,"INVITE\n");
> setflag(1);
> };
> if (method=="MESSAGE") {
> log(1,"MESSAGE\n");
> setflag(1);
> };
> if (method=="BYE"){
> log (1, "BYE or CANCEL\n");
> setflag(1);
> };
> if (method=="CANCEL"){
> log (1, "BYE or CANCEL\n");
> setflag(1);
> };
>
> Thanks in advance,
>
> Steve
>
> _______________________________________________
> Serusers mailing list
> serusers at lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
More information about the sr-users
mailing list