[OpenSIPS-Users] Bug in MediaProxy 2.1.0 with radius acctport

Dan Pascu dan at ag-projects.com
Tue Dec 16 08:43:24 CET 2008


On Friday 12 December 2008, Andrew Yager wrote:
> Hi,
>
> For some reason, we had issues sending RADIUS packets from MediaProxy.
> After a hunt around, it turned out that the error was that for some
> reason, the RADIUS Server port wasn't being properly converted to an
> integer in radius.py.
>
> We had to change line 94 to:
>
> pyrad.client.Client.__init__(self, server, 1812, int(acctport),
> secret, raddict)
>
> which solved the problem. Hopefully this will help some other people,
> and be updated soon!

Thanks for the report.

-- 
Dan



More information about the Users mailing list