added source for logging operations

This commit is contained in:
Radu Ioan Fericean
2012-09-24 15:55:17 +03:00
parent 243f6d36be
commit 8af3a7c2c8
10 changed files with 62 additions and 51 deletions

View File

@@ -118,9 +118,10 @@ The structure of the table (as an SQL command) is the following::
CREATE TABLE callcosts (
uuid varchar(80) primary key,
direction varchar(32),
source varchar(32),
direction varchar(32),
tenant varchar(32),
tor varchar(32),
tor varchar(32),
subject varchar(32),
account varchar(32),
destination varchar(32),