This is a discussion on aqua gatekeeper sql within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi, freeradius-users. I'm using Aqua Gatekeeper to manage voip services. It makes accounting to sql. I've used ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi, freeradius-users.
I'm using Aqua Gatekeeper to manage voip services. It makes accounting to sql. I've used src/billing/cisco_h323_db_schema-postgres.sql to create tables. Table stopvoip have index create UNIQUE index stopvoipcombo on stopvoip (h323SetupTime, nasipaddress, CallID); but aqua sends answer and originate accounting records between 2 different clients with the same h323SetupTime. So the second row can not be inserted into the database... So the question... Will it be safely to modify this index like create UNIQUE index stopvoipcombo on stopvoip (h323SetupTime, nasipaddress, CallID, h323callorign); -- Thank you, Dmitriy mailto:jag_subs@ukr.net - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |