[arm-allstar] astdb.txt daily build question

Brad Trogdon Brad at trogdon.org
Sat Aug 18 16:53:41 EDT 2018


Thanks Doug,

Sorry my question is confusing but it’s focused on the earlier version not
the HamVoIP version.

Trying to connect with anyone that knows the old code so I can port the
settings in the old code to the new (HamVoIP).

Your documentation in the HamVoIP code is fantastic and easy to understand
where I need to make the changes.    I may have stumbled across the code
and website they use and if it’s it there is copious amount of reformatting
required to benefit.

Again thank you for your work on HamVoIP!

-Brad
W4INT

On Sat, Aug 18, 2018 at 1:19 AM <arm-allstar-request at hamvoip.org> wrote:

> Send arm-allstar mailing list submissions to
>         arm-allstar at hamvoip.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> or, via email, send a message with subject or body 'help' to
>         arm-allstar-request at hamvoip.org
>
> You can reach the person managing the list at
>         arm-allstar-owner at hamvoip.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of arm-allstar digest..."
>
>
> Today's Topics:
>
>    1. Re: astdb.txt daily build question (Brad Trogdon)
>    2. Re: astdb.txt daily build question (Doug Crompton)
>    3. Re: Status report (Sean McCarthy)
>    4. Re: Status report (Doug Crompton)
>    5. Re: Status report (Sean McCarthy)
>    6. Re: Status report (Doug Crompton)
>    7. Re: Status report (Sean McCarthy)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 17 Aug 2018 23:16:27 -0400
> From: Brad Trogdon <Brad at trogdon.org>
> To: arm-allstar at hamvoip.org
> Subject: Re: [arm-allstar] astdb.txt daily build question
> Message-ID:
>         <CAKAuT6bpJkEk8NmQCUaJjfz+4tX2d8Az26m=_SvZ=_
> OkCaPu-w at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
>  Thanks Doug,
>
> I have a node running 0.325 that I would like to replace with latest
> HamVoip.  I have all components working with the exception of Node List
> updating.
>
> HamVoIP retrieves its node list accessing AllStar db URL and I am trying to
> identify this URL in the code of my working NODE so I can replace  "
> https://allstarlink.org/cgi-bin/allmondb.pl" with "<Other Network
> details>"
>
> End game is so my list contains Private Nodes and the <Other Networks
> nodes> and not AllStar Nodes.  Want to ensure that my node does not allow
> folks to connect Non-HAM nodes with HAM nodes.
>
> Hope this helps clarify the ask and why I am asking.
>
> -Brad
> ~~
>
> On Thu, Aug 16, 2018 at 1:00 PM, <arm-allstar-request at hamvoip.org> wrote:
> >
> > >
> > > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Thu, 16 Aug 2018 12:40:06 -0400
> > > From: Doug Crompton <wa3dsp at gmail.com>
> > > To: ARM Allstar <arm-allstar at hamvoip.org>
> > > Subject: Re: [arm-allstar] astdb.txt daily build question
> > > Message-ID:
> > >         <CAMp6vss+LyOMSUX43MqmYBkrg7nu0Kw7T0fZ2-
> > > Zo6g2iLuainA at mail.gmail.com>
> > > Content-Type: text/plain; charset="UTF-8"
> > >
> > > Brad,
> > >
> > >  I am having a hard time understanding what you are asking? hamvoip
> uses
> > > astdb.php located in /usr/local/sbin which downloads the data, combines
> > it
> > > with private information from /etc/asterisk/local/privatenodes.txt and
> > > puts
> > > it in /var/log/asterisk   This is accomplished by a cron once a day. If
> > you
> > > want an updated file you could manually run astdb.php  There is nothing
> > > specific about the hamvoip code other than where it stores and gets the
> > > files. This is defined in astdb.php. There is also code in there to
> > stagger
> > > the download to avoid the cron hitting all at once. This data should
> > always
> > > be stored in a tmpfilesystem directory so it does not hammer the SD
> card.
> > >
> > >
> > > *73 Doug*
> > >
> > > *WA3DSP*
> > >
> > > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
> > >
> > >
> > > On Thu, Aug 16, 2018 at 12:22 PM, "Brad Trogdon via arm-allstar" <
> > > arm-allstar at hamvoip.org> wrote:
> > >
> > > > This is directed to anyone that may remember the process in v 0.325
> of
> > > > app_rpt or can direct me to  the location of the code that builds the
> > > Nodes
> > > > list in the older version.
> > > >
> > > > My scenario is using the recent builds of HamVoIP for linking a
> system
> > > that
> > > > is not associated with AllStar.  So need Nodes list from another
> > source.
> > > >
> > > > My goal is to identify where the 0.325 version that is running
> obtains
> > > its
> > > > list from so I can redirect the newer HamVoIP version and not 100%
> rely
> > > on
> > > > my Private list.  Would love to have all nodes available as they
> join.
> > > >
> > > > HamVoIP uses CRON job with Perl located /usr/local/sbin/astdb.php
> > > whereas
> > > > v 0.325 does not.
> > > >
> > > > Thanks for anything anyone can offer.
> > > >
> > > > Brad
> > > > W4INT
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 17 Aug 2018 23:26:53 -0400
> From: Doug Crompton <wa3dsp at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] astdb.txt daily build question
> Message-ID:
>         <CAMp6vssm6eskL1WKrMrnWhXzxKXGByM7=8=
> X8icyyaRvWtyAoQ at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Brad,
>
>  I thought I had answered this before but maybe not.   astdb.pl is located
> in /usr/local/sbin    It is a script that you could modify but understand
> it is not a protected script. If you want to modify it in any way you will
> need to copy it to a new file name. This file in hamvoip is called by a
> cron - which can be viewed with the command  cronttab -l   Here is how it
> reads -
>
> 15 03 * * * cd /usr/local/sbin; ./astdb.php cron
>
> It simply calls the update everyday at 3:15 AM.  The "cron" parameter also
> tells the script to stagger the actual downloading of the data randomly.
> The script downloads the data and also the private nodes  info located in
> /etc/asterisk/local/privatenodes.txt, sorts it and writes it to
> /var/log/asterisk/astdb.txt
>
> Is there something else you need to know?
>
>
> *73 Doug*
>
> *WA3DSP*
>
> *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
>
>
>
>
>
> On Fri, Aug 17, 2018 at 11:16 PM, "Brad Trogdon via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> >  Thanks Doug,
> >
> > I have a node running 0.325 that I would like to replace with latest
> > HamVoip.  I have all components working with the exception of Node List
> > updating.
> >
> > HamVoIP retrieves its node list accessing AllStar db URL and I am trying
> to
> > identify this URL in the code of my working NODE so I can replace  "
> > https://allstarlink.org/cgi-bin/allmondb.pl" with "<Other Network
> > details>"
> >
> > End game is so my list contains Private Nodes and the <Other Networks
> > nodes> and not AllStar Nodes.  Want to ensure that my node does not allow
> > folks to connect Non-HAM nodes with HAM nodes.
> >
> > Hope this helps clarify the ask and why I am asking.
> >
> > -Brad
> > ~~
> >
> > On Thu, Aug 16, 2018 at 1:00 PM, <arm-allstar-request at hamvoip.org>
> wrote:
> > >
> > > >
> > > >
> ----------------------------------------------------------------------
> > > >
> > > > Message: 1
> > > > Date: Thu, 16 Aug 2018 12:40:06 -0400
> > > > From: Doug Crompton <wa3dsp at gmail.com>
> > > > To: ARM Allstar <arm-allstar at hamvoip.org>
> > > > Subject: Re: [arm-allstar] astdb.txt daily build question
> > > > Message-ID:
> > > >         <CAMp6vss+LyOMSUX43MqmYBkrg7nu0Kw7T0fZ2-
> > > > Zo6g2iLuainA at mail.gmail.com>
> > > > Content-Type: text/plain; charset="UTF-8"
> > > >
> > > > Brad,
> > > >
> > > >  I am having a hard time understanding what you are asking? hamvoip
> > uses
> > > > astdb.php located in /usr/local/sbin which downloads the data,
> combines
> > > it
> > > > with private information from /etc/asterisk/local/privatenodes.txt
> and
> > > > puts
> > > > it in /var/log/asterisk   This is accomplished by a cron once a day.
> If
> > > you
> > > > want an updated file you could manually run astdb.php  There is
> nothing
> > > > specific about the hamvoip code other than where it stores and gets
> the
> > > > files. This is defined in astdb.php. There is also code in there to
> > > stagger
> > > > the download to avoid the cron hitting all at once. This data should
> > > always
> > > > be stored in a tmpfilesystem directory so it does not hammer the SD
> > card.
> > > >
> > > >
> > > > *73 Doug*
> > > >
> > > > *WA3DSP*
> > > >
> > > > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio
> >*
> > > >
> > > >
> > > > On Thu, Aug 16, 2018 at 12:22 PM, "Brad Trogdon via arm-allstar" <
> > > > arm-allstar at hamvoip.org> wrote:
> > > >
> > > > > This is directed to anyone that may remember the process in v 0.325
> > of
> > > > > app_rpt or can direct me to  the location of the code that builds
> the
> > > > Nodes
> > > > > list in the older version.
> > > > >
> > > > > My scenario is using the recent builds of HamVoIP for linking a
> > system
> > > > that
> > > > > is not associated with AllStar.  So need Nodes list from another
> > > source.
> > > > >
> > > > > My goal is to identify where the 0.325 version that is running
> > obtains
> > > > its
> > > > > list from so I can redirect the newer HamVoIP version and not 100%
> > rely
> > > > on
> > > > > my Private list.  Would love to have all nodes available as they
> > join.
> > > > >
> > > > > HamVoIP uses CRON job with Perl located /usr/local/sbin/astdb.php
> > > > whereas
> > > > > v 0.325 does not.
> > > > >
> > > > > Thanks for anything anyone can offer.
> > > > >
> > > > > Brad
> > > > > W4INT
> > _______________________________________________
> >
> > arm-allstar mailing list
> > arm-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 18 Aug 2018 00:33:41 -0400
> From: Sean McCarthy <smccarthy61 at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] Status report
> Message-ID:
>         <
> CAHZM3ZNmrY540XpysdWOLyEARppVODiG44JQfS4ok7O-mQQjyw at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> I'm seeing this, I assume I wont register to the Hamvoip servers until the
> official rollout?
>
> Node - 43732 at IP address- 98.243.73.144, Port- 4569 is Registered at
> Server
> IP- 44.98.254.145 (145.PTR.allstarlink.org. register-tpa.allstarlink.org
> .),
> Port- 4569
>
>  DNS lookup returns - +OK|radio at 98.243.73.144:4569/43732,98.243.73.144
>
>
> On Fri, Aug 17, 2018 at 5:02 PM "David McGough via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> >
> > Chris,
> >
> > I just pushed a new hamvoip-misc-scripts package which fixes the bug in
> > check_reg.sh ....That's the only change.
> >
> >
> > 73, David KB4FXC
> >
> >
> >
> > On Fri, 17 Aug 2018, "David McGough via arm-allstar" wrote:
> >
> > >
> > > Hi Chris,
> > >
> > > Ah, you may have found a bug in the check_reg.sh script. oops.
> > >
> > > Please try the dns-query program directly, like:
> > >
> > > [root at hamvoip-kb4fxc ~]# dns-query 29883
> > > +OK|radio at 71.95.13.254:4569/29883,71.95.13.254
> > >
> > >
> > > 73, David KB4FXC
> > >
> > >
> > >
> > > On Fri, 17 Aug 2018, C B wrote:
> > >
> > > > Ran update again it is current
> > > > yes i do seem to be registered at hamvoip.com
> > > > i commented out the register for allstarlink as they have my ip
> > blocked.
> > > > still has lookup error (see below #1)
> > > > DSN seems OK (see below #2)
> > > > Thank you
> > > > Chris
> > > >
> > > >
> > > > #1[root at BURBANK-HUB asterisk]# check_reg.sh
> > > > Node - 29883#4569 at IP address- 71.95.13.254, Port- 4569 is Request
> > at ServerIP- 74.91.126.182 (hvdallas2.hamvoip.org.), Port- 4569
> > > > ? DNS lookup returns - -ER|NOT FOUND
> > > >
> > > > #2[root at BURBANK-HUB asterisk]# ping -nc 4 google.comPING google.com
> > (172.217.4.174) 56(84) bytes of data.64 bytes from 172.217.4.174:
> > icmp_seq=1 ttl=52 time=4.68 ms64 bytes from 172.217.4.174: icmp_seq=2
> > ttl=52 time=4.67 ms64 bytes from 172.217.4.174: icmp_seq=3 ttl=52
> > time=4.82 ms
> > > >       From: David McGough <kb4fxc at inttek.net>
> > > >  To: C B via arm-allstar <arm-allstar at hamvoip.org>
> > > > Cc: C B <harvard5362 at yahoo.com>
> > > >  Sent: Friday, August 17, 2018 6:37 AM
> > > >  Subject: Re: [arm-allstar] Status report
> > > >
> > > >
> > > > Hi Chris,
> > > >
> > > > This node seems to be registered to me in the HamVoIP system??
> > > >
> > > > [root at hamvoip-kb4fxc ~]# dns-query 29883
> > > > +OK|radio at 71.95.13.254:4569/29883,71.95.13.254
> > > >
> > > > If your results still show -ER|NOT FOUND, then make sure the firmware
> > is
> > > > updated on that system to the latest version from 08/14 (or later).
> > > >
> > > > If the firmware is updated, confirm that DNS resolution works:
> > > >
> > > > [root at hamvoip-kb4fxc ~]# ping -nc 4 google.com
> > > > PING google.com (172.217.12.110) 56(84) bytes of data.
> > > > 64 bytes from 172.217.12.110: icmp_seq=1 ttl=52 time=47.2 ms
> > > > 64 bytes from 172.217.12.110: icmp_seq=2 ttl=52 time=47.7 ms
> > > > 64 bytes from 172.217.12.110: icmp_seq=3 ttl=52 time=46.7 ms
> > > > 64 bytes from 172.217.12.110: icmp_seq=4 ttl=52 time=47.9 ms
> > > >
> > > >
> > > > 73, David KB4FXC
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, 17 Aug 2018, "C B via arm-allstar" wrote:
> > > >
> > > > > Doug
> > > > this is what i got running check_reg.sh
> > > > what have i done wrong?
> > > >
> > > >
> > > > [root at BURBANK-HUB asterisk]# check_reg.sh
> > > > Node - 29883#4569 at IP address- 71.95.13.254, Port- 4569 is
> > Registered at ServerIP- 74.91.126.182 (hvdallas2.hamvoip.org.), Port-
> 4569
> > > > ??? DNS lookup returns - -ER|NOT FOUND
> > > > [root at BURBANK-HUB asterisk]#
> > > >
> > > > ?  ?  ?  From: Doug Crompton via arm-allstar <
> arm-allstar at hamvoip.org>
> > > >  To: ARM Allstar <arm-allstar at hamvoip.org>
> > > > Cc: Doug Crompton <wa3dsp at gmail.com>
> > > >  Sent: Thursday, August 16, 2018 9:12 PM
> > > >  Subject: [arm-allstar] Status report
> > > > ?
> > > > I am pleased to report that things have settled down some after our
> > release
> > > > of the dns node lookup to all hamvoip V1.5 users earlier this week.
> The
> > > > Asterisk registration site is still showing some severe problems with
> > > > registration times varying all over the place from 10's of seconds to
> > > > minutes in some cases. This is totally unacceptable for a
> registration
> > > > server. Our registration server is about to go live so stay tuned for
> > that
> > > > and be sure to update!
> > > >
> > > > If you are still experiencing registration problems please let us
> know
> > and
> > > > we can give you temporary registration with the hamvoip servers. To
> > check
> > > > whether you are registered use the check_reg.sh script. Here is an
> > example
> > > > of a node that is registered with hamvoip at our Dallas server but
> not
> > > > allstar. Who knows why and I really don't care. This node works fine
> > within
> > > > the hamvoip system as dns-query returns the correct routing
> > information.
> > > >
> > > > check_reg.sh
> > > >
> > > > Node - 40961 at IP address- 76.117.192.17, Port- 4568 is Registered
> at
> > > > Server
> > > > IP- 74.91.126.182 (hvdallas2.hamvoip.org.), Port- 4569
> > > >
> > > >  DNS lookup returns - +OK|
> radio at 76.117.192.17:4568/40961,76.117.192.17
> > > >
> > > > Node - 40961 at IP address- 76.117.192.17, Port- 4568 is Request at
> > Server
> > > > IP- 44.98.254.145 (145.PTR.allstarlink.org.
> > register-tpa.allstarlink.org.),
> > > > Port- 4569
> > > >
> > > >  DNS lookup returns - +OK|
> radio at 76.117.192.17:4568/40961,76.117.192.17
> > > >
> > > >
> > > > *73 Doug*
> > > >
> > > > *WA3DSP*
> > > >
> > > > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio
> >*
> > > > _______________________________________________
> > > >
> > > > arm-allstar mailing list
> > > > arm-allstar at hamvoip.org
> > > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > > >
> > > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > > >
> > > >
> > > > ?
> > > > _______________________________________________
> > > >
> > > > arm-allstar mailing list
> > > > arm-allstar at hamvoip.org
> > > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > > >
> > > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > > >
> > > >
> > > >
> > > >
> > >
> > > _______________________________________________
> > >
> > > arm-allstar mailing list
> > > arm-allstar at hamvoip.org
> > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > >
> > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > >
> >
> > _______________________________________________
> >
> > arm-allstar mailing list
> > arm-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 18 Aug 2018 01:00:33 -0400
> From: Doug Crompton <wa3dsp at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] Status report
> Message-ID:
>         <
> CAMp6vstyHtixJkvARH0RJRgs2Z1n9mvO6CrAsr1r8XNZTnSbHw at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Sean,
>
>  That is correct. Once the rollout occurs you will see two registration
> lines. The  dnsquery shows you are in the hamvoip dns lookup.
>
>
> *73 Doug*
>
> *WA3DSP*
>
> *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
>
>
> On Sat, Aug 18, 2018 at 12:33 AM, "Sean McCarthy via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> > I'm seeing this, I assume I wont register to the Hamvoip servers until
> the
> > official rollout?
> >
> > Node - 43732 at IP address- 98.243.73.144, Port- 4569 is Registered at
> > Server
> > IP- 44.98.254.145 (145.PTR.allstarlink.org. register-tpa.allstarlink.org
> .)
> > ,
> > Port- 4569
> >
> >  DNS lookup returns - +OK|radio at 98.243.73.144:4569/43732,98.243.73.144
> >
> >
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 18 Aug 2018 01:06:26 -0400
> From: Sean McCarthy <smccarthy61 at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] Status report
> Message-ID:
>         <CAHZM3ZM5zF=ncJcw3t4S+Rxj8w8u6bd-WAYR3TZ3M-iAukWU=
> w at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Yeah, I've been DNS method from very early on. Works great. Guess I'm not
> one of the "cool kids" that gets to try the Hamvoip servers yet ;)
>
> On Sat, Aug 18, 2018 at 1:00 AM "Doug Crompton via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> > Sean,
> >
> >  That is correct. Once the rollout occurs you will see two registration
> > lines. The  dnsquery shows you are in the hamvoip dns lookup.
> >
> >
> > *73 Doug*
> >
> > *WA3DSP*
> >
> > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
> >
> >
> > On Sat, Aug 18, 2018 at 12:33 AM, "Sean McCarthy via arm-allstar" <
> > arm-allstar at hamvoip.org> wrote:
> >
> > > I'm seeing this, I assume I wont register to the Hamvoip servers until
> > the
> > > official rollout?
> > >
> > > Node - 43732 at IP address- 98.243.73.144, Port- 4569 is Registered at
> > > Server
> > > IP- 44.98.254.145 (145.PTR.allstarlink.org.
> register-tpa.allstarlink.org
> > .)
> > > ,
> > > Port- 4569
> > >
> > >  DNS lookup returns - +OK|radio at 98.243.73.144:4569/43732,98.243.73.144
> > >
> > >
> > >
> > _______________________________________________
> >
> > arm-allstar mailing list
> > arm-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
>
>
> ------------------------------
>
> Message: 6
> Date: Sat, 18 Aug 2018 01:17:49 -0400
> From: Doug Crompton <wa3dsp at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] Status report
> Message-ID:
>         <CAMp6vsuseak1SRHedi63RjoERPOYrfnx3=
> q_DoDYwc1rqb9_zw at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Sean,
>
>   Well its not a matter of being a cool kid. We were issuing temporary
> registration lines to those who could not register at Allstar. Apparently
> there are still issues with some and they willy nilly blacklist people who
> previously were able to register and at no fault of their own are not able
> to. So consider yourself lucky. We should have something this weekend and
> then you won't have to worry about it.
>
>
> *73 Doug*
>
> *WA3DSP*
>
> *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
>
>
>
>
> On Sat, Aug 18, 2018 at 1:06 AM, "Sean McCarthy via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> > Yeah, I've been DNS method from very early on. Works great. Guess I'm not
> > one of the "cool kids" that gets to try the Hamvoip servers yet ;)
> >
> > On Sat, Aug 18, 2018 at 1:00 AM "Doug Crompton via arm-allstar" <
> > arm-allstar at hamvoip.org> wrote:
> >
> > > Sean,
> > >
> > >  That is correct. Once the rollout occurs you will see two registration
> > > lines. The  dnsquery shows you are in the hamvoip dns lookup.
> > >
> > >
> > > *73 Doug*
> > >
> > > *WA3DSP*
> > >
> > > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
> > >
> > >
> > > On Sat, Aug 18, 2018 at 12:33 AM, "Sean McCarthy via arm-allstar" <
> > > arm-allstar at hamvoip.org> wrote:
> > >
> > > > I'm seeing this, I assume I wont register to the Hamvoip servers
> until
> > > the
> > > > official rollout?
> > > >
> > > > Node - 43732 at IP address- 98.243.73.144, Port- 4569 is Registered
> at
> > > > Server
> > > > IP- 44.98.254.145 (145.PTR.allstarlink.org.
> > register-tpa.allstarlink.org
> > > .)
> > > > ,
> > > > Port- 4569
> > > >
> > > >  DNS lookup returns - +OK|
> radio at 98.243.73.144:4569/43732,98.243.73.144
> > > >
> > > >
> > > >
> > > _______________________________________________
> > >
> > > arm-allstar mailing list
> > > arm-allstar at hamvoip.org
> > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > >
> > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > >
> > _______________________________________________
> >
> > arm-allstar mailing list
> > arm-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
>
>
> ------------------------------
>
> Message: 7
> Date: Sat, 18 Aug 2018 01:19:08 -0400
> From: Sean McCarthy <smccarthy61 at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] Status report
> Message-ID:
>         <
> CAHZM3ZOpKh_frCFBRmNvme0qhei+xOin6u9zrf3c4i43x_ytDg at mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Just trying to make a funny. Sorry.
>
> Look forward to the release.
>
> On Sat, Aug 18, 2018 at 1:18 AM "Doug Crompton via arm-allstar" <
> arm-allstar at hamvoip.org> wrote:
>
> > Sean,
> >
> >   Well its not a matter of being a cool kid. We were issuing temporary
> > registration lines to those who could not register at Allstar. Apparently
> > there are still issues with some and they willy nilly blacklist people
> who
> > previously were able to register and at no fault of their own are not
> able
> > to. So consider yourself lucky. We should have something this weekend and
> > then you won't have to worry about it.
> >
> >
> > *73 Doug*
> >
> > *WA3DSP*
> >
> > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio>*
> >
> >
> >
> >
> > On Sat, Aug 18, 2018 at 1:06 AM, "Sean McCarthy via arm-allstar" <
> > arm-allstar at hamvoip.org> wrote:
> >
> > > Yeah, I've been DNS method from very early on. Works great. Guess I'm
> not
> > > one of the "cool kids" that gets to try the Hamvoip servers yet ;)
> > >
> > > On Sat, Aug 18, 2018 at 1:00 AM "Doug Crompton via arm-allstar" <
> > > arm-allstar at hamvoip.org> wrote:
> > >
> > > > Sean,
> > > >
> > > >  That is correct. Once the rollout occurs you will see two
> registration
> > > > lines. The  dnsquery shows you are in the hamvoip dns lookup.
> > > >
> > > >
> > > > *73 Doug*
> > > >
> > > > *WA3DSP*
> > > >
> > > > *http://www.crompton.com/hamradio <http://www.crompton.com/hamradio
> >*
> > > >
> > > >
> > > > On Sat, Aug 18, 2018 at 12:33 AM, "Sean McCarthy via arm-allstar" <
> > > > arm-allstar at hamvoip.org> wrote:
> > > >
> > > > > I'm seeing this, I assume I wont register to the Hamvoip servers
> > until
> > > > the
> > > > > official rollout?
> > > > >
> > > > > Node - 43732 at IP address- 98.243.73.144, Port- 4569 is Registered
> > at
> > > > > Server
> > > > > IP- 44.98.254.145 (145.PTR.allstarlink.org.
> > > register-tpa.allstarlink.org
> > > > .)
> > > > > ,
> > > > > Port- 4569
> > > > >
> > > > >  DNS lookup returns - +OK|
> > radio at 98.243.73.144:4569/43732,98.243.73.144
> > > > >
> > > > >
> > > > >
> > > > _______________________________________________
> > > >
> > > > arm-allstar mailing list
> > > > arm-allstar at hamvoip.org
> > > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > > >
> > > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > > >
> > > _______________________________________________
> > >
> > > arm-allstar mailing list
> > > arm-allstar at hamvoip.org
> > > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> > >
> > > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> > >
> > _______________________________________________
> >
> > arm-allstar mailing list
> > arm-allstar at hamvoip.org
> > http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> >
> > Visit the BBB and RPi2/3 web page - http://hamvoip.org
> >
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> arm-allstar mailing list
> arm-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>
>
> ------------------------------
>
> End of arm-allstar Digest, Vol 51, Issue 45
> *******************************************
>


More information about the arm-allstar mailing list