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, Andrew -- Andrew Yager, Managing Director (MACS BCompSc MCP) Real World Technology Solutions Pty Ltd ph: 1300 798 718 or (02) 9037 0500 fax: (02) 9037 0591 mob: 0405 152 568 http://www.rwts.com.au/ or http://www.stonebridgecomputing.com.au/ _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
