summaryrefslogtreecommitdiff
path: root/contrib/realtime/postgresql
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-16 04:18:58 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-16 04:18:58 +0000
commit3cd3824171cf3440fde1b431f0a7d1cf64d26970 (patch)
tree7c40cda56c3bcb72f6854bae4607839fc844df07 /contrib/realtime/postgresql
parent3299f13d9458ba3864428e306074d5a60ed93858 (diff)
Allow ipaddress to contain the maximum IPv6 address.
Also, update meetme to the full list of supported fields. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276869 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/realtime/postgresql')
-rw-r--r--contrib/realtime/postgresql/realtime.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/realtime/postgresql/realtime.sql b/contrib/realtime/postgresql/realtime.sql
index 7eab14136..74b895738 100644
--- a/contrib/realtime/postgresql/realtime.sql
+++ b/contrib/realtime/postgresql/realtime.sql
@@ -65,7 +65,7 @@ disallow character varying(100) DEFAULT 'all',
allow character varying(100) DEFAULT 'g729;ilbc;gsm;ulaw;alaw',
musiconhold character varying(100),
regseconds bigint DEFAULT 0::bigint NOT NULL,
-ipaddr character varying(15) DEFAULT '' NOT NULL,
+ipaddr character varying(40) DEFAULT '' NOT NULL,
regexten character varying(80) DEFAULT '' NOT NULL,
cancallforward character varying(3) DEFAULT 'yes',
lastms integer DEFAULT -1 NOT NULL