Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
There is nothing in the logs about there being anything wrong at all.
I had added print statement thought out the code and I can see that the code for both mysql update and the code for sending radius updates never gets call.
I have not been able to find the connection between the radius or mysql thread and the rtphandler but the print statement a in the actual calls to the mysql or radius and the print messages are never seen in the logs.
Other prints added by me do get logged.
Has any one actual tried the current code and got do the stop updates ?
Mike
Mike O'Connor wrote:
Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
I totally scratched MediaProxy off of the list when the author of the code told me to take my questions to the openser mailing list. Good luck finding support - I even offered to pay and was completely ignored.
My suggestion would be to use Asterisk as your media proxy and use one of the various radius connectors (if you absolutely require radius)
Jeremy
On Fri, 2007-11-02 at 10:30 -0400, Jeremy McNamara wrote:
Mike O'Connor wrote:
Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
I totally scratched MediaProxy off of the list when the author of the code told me to take my questions to the openser mailing list. Good luck finding support - I even offered to pay and was completely ignored.
What's wrong with that? I know a lot of unfriendly and or simply very busy devs. While we can't always get commercial support from the author I 100% appreciate their effort and am very thankful we have MediaProxy.
./C
I've got an earlier version working. Is your problem just with 1.9.0?
Cameron
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Mike O'Connor Sent: Saturday, 3 November 2007 12:36 a.m. To: users@lists.openser.org Subject: [OpenSER-Users] MediaProxy 1.9.0 - Radius
Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
There is nothing in the logs about there being anything wrong at all.
I had added print statement thought out the code and I can see that the code for both mysql update and the code for sending radius updates never gets call.
I have not been able to find the connection between the radius or mysql thread and the rtphandler but the print statement a in the actual calls to the mysql or radius and the print messages are never seen in the logs.
Other prints added by me do get logged.
Has any one actual tried the current code and got do the stop updates ?
Mike
_______________________________________________ Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
HI CSB
1.7.2 using mysql worked, but version since then do not save the updates via mysql to the radacct table.
So I thought I would try radius and this does not work.
I'm talking a clean install here. Totally new machine minimum change to the config.
It just does not work
Mike
CSB wrote:
I've got an earlier version working. Is your problem just with 1.9.0?
Cameron
-----Original Message----- From: users-bounces@lists.openser.org [mailto:users-bounces@lists.openser.org] On Behalf Of Mike O'Connor Sent: Saturday, 3 November 2007 12:36 a.m. To: users@lists.openser.org Subject: [OpenSER-Users] MediaProxy 1.9.0 - Radius
Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
There is nothing in the logs about there being anything wrong at all.
I had added print statement thought out the code and I can see that the code for both mysql update and the code for sending radius updates never gets call.
I have not been able to find the connection between the radius or mysql thread and the rtphandler but the print statement a in the actual calls to the mysql or radius and the print messages are never seen in the logs.
Other prints added by me do get logged.
Has any one actual tried the current code and got do the stop updates ?
Mike
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Hi Guys
So it would seem as if this software is broken as no one has any ideas what I could have got wrong.
I have spent hours tracing the code and can not see why it does not work.
I wish the writers of the software where more responsive, as this problem must be hitting there own customers as well.
Mike
Mike O'Connor wrote:
Hi Guys
I really think there is something wrong with MediaProxy, I can not get the radius or the mysql accounting to report any details, as best as I can see there is never any attempt to even try.
There is nothing in the logs about there being anything wrong at all.
I had added print statement thought out the code and I can see that the code for both mysql update and the code for sending radius updates never gets call.
I have not been able to find the connection between the radius or mysql thread and the rtphandler but the print statement a in the actual calls to the mysql or radius and the print messages are never seen in the logs.
Other prints added by me do get logged.
Has any one actual tried the current code and got do the stop updates ?
Mike
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
Mike O'Connor wrote:
Hi Guys
So it would seem as if this software is broken as no one has any ideas what I could have got wrong.
I have spent hours tracing the code and can not see why it does not work.
I wish the writers of the software where more responsive, as this problem must be hitting there own customers as well.
I am positive they have their own version that they would gladly sell you for 15,000 Euro per year.
What is wrong with using Asterisk as your RTP proxy + accounting engine? We have thousands upon thousands of calls flowing thru openser+asterisk systems each and every day.
Jeremy McNamara