Daniel-Constantin Mierla wrote:
Hello,
On 5/30/11 8:53 PM, Peter Dunkley wrote:
Hello,
I believe that the Kamailio database changes are:
- Additional fields in the acc table
- A new statistics table (for holding things like shared memory usage) -
usually updated by a timer event in kamailio.cfg
- A new cdrs table
- A stored procedure to populate the cdrs table by processing the acc
table - the stored procedure is usually run from a cron job.
I seem to recall that there are some .sql files in the Siremis source for
these changes.
right, here it is:
http://siremis.git.sourceforge.net/git/gitweb.cgi?p=siremis/siremis;a=blob_…
Thanks. I was looking for "ALTER TABLE" thus I didn't found it.
regards
Klaus