[Asterisk-code-review] realtime: Increased reg_server character size (asterisk[master])

sungtae kim asteriskteam at digium.com
Mon Aug 31 07:22:23 CDT 2020


sungtae kim has uploaded a new patch set (#2). ( https://gerrit.asterisk.org/c/asterisk/+/14883 )

Change subject: realtime: Increased reg_server character size
......................................................................

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
---
A contrib/ast-db-manage/config/versions/1ae0609b6646_increse_reg_server_size.py
1 file changed, 22 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/83/14883/2
-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/14883
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iac52c8c35030303cfa551bb39f410b33bffc507d
Gerrit-Change-Number: 14883
Gerrit-PatchSet: 2
Gerrit-Owner: sungtae kim <pchero21 at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newpatchset
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20200831/33454105/attachment-0001.html>


More information about the asterisk-code-review mailing list