]> git.ipfire.org Git - thirdparty/asterisk.git/commit
realtime: Increased reg_server character size
authorSungtae Kim <pchero21@gmail.com>
Mon, 31 Aug 2020 12:21:09 +0000 (14:21 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 10 Sep 2020 15:32:42 +0000 (10:32 -0500)
commita2ed7f2eb4eff5e4b9fd63b126755ca5043251b7
treea6a513de6a8d5473f5c2929205bdec573d680efc
parent022284f8af12e742aea98709d578b265064d14d9
realtime: Increased reg_server character size

Currently, the ps_contacts table's reg_server column in realtime database type is varchar(20).
This is fine for normal cases, but if the hostname is longer than 20, it returns error and then
failed to register the contact address of the peer.

Normally, 20 characters limitation for the hostname is fine, but with the cloud env.
So, increased the size to 255.

ASTERISK-29056

Change-Id: Iac52c8c35030303cfa551bb39f410b33bffc507d
contrib/ast-db-manage/config/versions/1ae0609b6646_increse_reg_server_size.py [new file with mode: 0644]