Hi, According to http://www.voip-info.org/wiki/view/Asterisk+RealTime+Sip: Quote: If you place "ipaddr" before "host" (in the case of dynamic), you will never load the public IP address of your sip device, as it will be overwritten when "host" is encountered. UnQuote.
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
--- On Fri, 9/28/12, Hans Witvliet <asterisk at a-domani.nl> wrote:> 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,I think `ipaddr` varchar(45) DEFAULT NULL, should be enough. Vieri
On 28/09/12 04:33 AM, Vieri wrote:> 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. <snip>That of course also implies contributions to review the files prior to release (which have release candidates). That directory contains data that was at one point contributed, and should really be reviewed by the community with any changes required submitted back upstream. -- Leif Madsen http://www.oreilly.com/catalog/asterisk