[sr-dev] [kamailio/kamailio] dialog database varchar(128) too short for IPv6 (#2053)

Anthony Messina notifications at github.com
Mon Sep 2 22:13:22 CEST 2019


Related to #2043.

When using the database for dialogs, the `caller_contact` and `callee_contact` columns are too short.

The following seems to help.
```
ALTER TABLE kamailio.dialog ALTER COLUMN caller_contact TYPE varchar(255);
ALTER TABLE kamailio.dialog ALTER COLUMN callee_contact TYPE varchar(255);
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2053
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20190902/cf13b319/attachment.html>


More information about the sr-dev mailing list