summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authormark <mark>2011-04-06 23:40:39 +0000
committermark <mark>2011-04-06 23:40:39 +0000
commit7158dc63b1acfc65b7b856a9f58821f6242ece31 (patch)
tree8b149e475f3e0631b2619d41d7b2fc5e8454309c /FS
parent31f2e890b5b3e1b0ad29a877ff67bc641ea1fc40 (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 06406e636..0bee832e2 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2780,7 +2780,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', '', '', '',