[asterisk-users] RealTime table fields ordering
Hans Witvliet
asterisk at a-domani.nl
Fri Sep 28 03:49:52 CDT 2012
On Fri, 2012-09-28 at 01:33 -0700, Vieri wrote:
> Hi,
>
> According to http://www.voip-info.org/wiki/view/Asterisk+RealTime+Sip:
[snip]
> So it seems that the contrib directory and the asterisk.org wiki are inconsistent and incomplete.
> Of course I understand that these are 'contributed' files but they should be proof-read by the Digium devs before packing them up into the official source tarball. Or am I wrong about my observations concerning field order and field omissions?
>
> Thanks,
>
> Vieri
>
how about the line:
`ipaddr` varchar(15) DEFAULT NULL,
Wonder how they try to squeeze an IPv6 address in it...
should be:
`ipaddr` varchar(50) DEFAULT NULL,
hans
More information about the asterisk-users
mailing list