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

Andrew Yager andrew at rwts.com.au
Fri Dec 12 08:35:15 CET 2008


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/




More information about the Users mailing list