MT#20151 kamailio: increase [from|to]_tag field size on dialog

Change-Id: I7730f5db130f9e0f8079bd7bda1a4ca3788f185c
(cherry picked from commit be887d26d7)
mr4.3.2
Victor Seva 10 years ago
parent 0076ce754c
commit 9002f34b71

@ -0,0 +1,5 @@
use kamailio;
alter table kamailio.dialog
modify from_tag varchar(64) not NULL,
modify to_tag varchar(64) not NULL;

@ -0,0 +1,5 @@
use kamailio;
alter table kamailio.dialog
modify from_tag varchar(128) not NULL,
modify to_tag varchar(128) not NULL;
Loading…
Cancel
Save