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 _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
