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:[EMAIL PROTECTED]


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to