]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Alembic: Increase column size of PJSIP AOR "contact". 25/1825/1
authorMark Michelson <mmichelson@digium.com>
Wed, 16 Dec 2015 17:28:14 +0000 (11:28 -0600)
committerMark Michelson <mmichelson@digium.com>
Wed, 16 Dec 2015 17:28:14 +0000 (11:28 -0600)
commit53bd5a539a52c93ebf23a7d0ce892c7a83b91159
tree427d1db373a45d8f027e3423b63979459f2fcd69
parentda17dc4d751184b1b358757db63cd9a34222c219
Alembic: Increase column size of PJSIP AOR "contact".

When running the PJSIP AMI "show_endpoint" test with automatic
conversion to realtime, the test would fail. This was because the AOR
"contact" column was sized at 40, and the configured contact was larger
than that.

This commit increases the size of the contact column to 255 characters.

Change-Id: Ia65bc7fd37699b7c0eaef9629a1a31eab9a24ba1
contrib/ast-db-manage/config/versions/2d078ec071b7_increaes_contact_column_size.py [new file with mode: 0644]