mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
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
This commit is contained in:
@@ -35,7 +35,7 @@ CREATE TABLE `sipfriends` (
|
||||
`maxcallbitrate` varchar(15),
|
||||
`host` varchar(40) default 'dynamic',
|
||||
`outboundproxy` varchar(40),
|
||||
`ipaddr` varchar(20) NOT NULL default '',
|
||||
`ipaddr` varchar(40) NOT NULL default '',
|
||||
`defaultip` varchar(20),
|
||||
`port` int(6) NOT NULL default '0',
|
||||
`fullcontact` varchar(40),
|
||||
|
||||
Reference in New Issue
Block a user