summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authormark <mark>2011-04-06 23:41:42 +0000
committermark <mark>2011-04-06 23:41:42 +0000
commita912375a38058ff179a4d2cbfe80bc564e7d3e52 (patch)
tree218e453ee6d59656ad58a586e50c5313529c929b /FS
parenta4eebb53d6bb9c0f2834d160c3781c42ab585587 (diff)
fix callid problem with openSIPS import, #10992
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 223ed32d5..d32e112c4 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2529,7 +2529,7 @@ sub tables_hashref {
'disposition', 'varchar', '', 45, \"''", '',
'amaflags', 'int', '', '', 0, '',
'accountcode', 'varchar', '', 20, \"''", '',
- 'uniqueid', 'varchar', '', 32, \"''", '',
+ 'uniqueid', 'varchar', '', $char_d, \"''", '',
'userfield', 'varchar', '', 255, \"''", '',
'max_callers', 'int', 'NULL', '', '', '',