aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cdr_mysql.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cdr_mysql.txt b/doc/cdr_mysql.txt
index 9127c2f2b..45195030c 100755
--- a/doc/cdr_mysql.txt
+++ b/doc/cdr_mysql.txt
@@ -22,7 +22,8 @@ CREATE TABLE cdr (
billsec int(11) NOT NULL default '0',
disposition int(11) NOT NULL default '0',
amaflags int(11) NOT NULL default '0',
- accountcode varchar(45) NOT NULL default ''
+ accountcode varchar(45) NOT NULL default '',
+ uniqueid varchar(45) NOT NULL default ''
);
The calls will automatically be logged as long as the module is loaded.