From k6ecm1 at gmail.com Sun Sep 3 04:52:56 2017 From: k6ecm1 at gmail.com (Bob) Date: Sat, 2 Sep 2017 21:52:56 -0700 Subject: [App_rpt-users] Error Message-ID: [Sep 2 21:48:56] ERROR[10645] codec_dahdi.c: Failed to open /dev/dahdi/transcode: No such file or directory The file is not there. Is this something I need, or can I just noload it. It is being loaded now in modules.conf. Thanks, Bob From k6ecm1 at gmail.com Mon Sep 4 02:16:47 2017 From: k6ecm1 at gmail.com (Bob) Date: Sun, 3 Sep 2017 19:16:47 -0700 Subject: [App_rpt-users] RPi Memory Usage Message-ID: Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. Thanks, Bob From jerutley at gmail.com Mon Sep 4 13:16:35 2017 From: jerutley at gmail.com (Jeremy Utley) Date: Mon, 4 Sep 2017 08:16:35 -0500 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: References: Message-ID: <03d401d32580$09199730$1b4cc590$@gmail.com> Sure it's possible. Can't remember if it inclues the raspi-config tool, but if not, you can run fdisk, change the partition size to use the entire sd card, reboot, then run resize2fs. However, this isn't always advised, as leaving some unpartitioned space will help the longevity of a SD card. Jeremy, NQ0M -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Bob Sent: Sunday, September 3, 2017 9:17 PM To: 'Users of Asterisk app_rpt' Subject: [App_rpt-users] RPi Memory Usage Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. Thanks, Bob _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From shawpbx at gmail.com Mon Sep 4 13:46:03 2017 From: shawpbx at gmail.com (David Shaw) Date: Mon, 4 Sep 2017 06:46:03 -0700 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: <03d401d32580$09199730$1b4cc590$@gmail.com> References: <03d401d32580$09199730$1b4cc590$@gmail.com> Message-ID: I can't remember if its using Rasbian. Try "raspi-config" http://elinux.org/RPi_raspi-config David KE6UPI -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson On Mon, Sep 4, 2017 at 6:16 AM, Jeremy Utley wrote: > Sure it's possible. Can't remember if it inclues the raspi-config tool, > but if not, you can run fdisk, change the partition size to use the entire > sd card, reboot, then run resize2fs. However, this isn't always advised, > as leaving some unpartitioned space will help the longevity of a SD card. > > Jeremy, NQ0M > > -----Original Message----- > From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] > On Behalf Of Bob > Sent: Sunday, September 3, 2017 9:17 PM > To: 'Users of Asterisk app_rpt' > Subject: [App_rpt-users] RPi Memory Usage > > Is it possible to use the entire MicroSD memory space in the RPi load? It > appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. > > Thanks, > Bob > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k6ecm1 at gmail.com Mon Sep 4 16:03:09 2017 From: k6ecm1 at gmail.com (Bob) Date: Mon, 4 Sep 2017 09:03:09 -0700 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: <03d401d32580$09199730$1b4cc590$@gmail.com> References: <03d401d32580$09199730$1b4cc590$@gmail.com> Message-ID: <598E52D7462F4C6AAC1C7744A59392F6@ThePykesHP> Thanks Jeremy for the pointer. I'd also like to understand what it is about leaving some unpartitioned space that will help the longevity of an SD card. It is my understanding the write cycles are a function of write cycles, not space... been wrong before, and willing to learn something new. Thanks, Bob -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Jeremy Utley Sent: Monday, September 04, 2017 6:17 AM To: 'Users of Asterisk app_rpt' Subject: Re: [App_rpt-users] RPi Memory Usage Sure it's possible. Can't remember if it inclues the raspi-config tool, but if not, you can run fdisk, change the partition size to use the entire sd card, reboot, then run resize2fs. However, this isn't always advised, as leaving some unpartitioned space will help the longevity of a SD card. Jeremy, NQ0M -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Bob Sent: Sunday, September 3, 2017 9:17 PM To: 'Users of Asterisk app_rpt' Subject: [App_rpt-users] RPi Memory Usage Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. Thanks, Bob _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From k6ecm1 at gmail.com Mon Sep 4 16:03:44 2017 From: k6ecm1 at gmail.com (Bob) Date: Mon, 4 Sep 2017 09:03:44 -0700 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: References: <03d401d32580$09199730$1b4cc590$@gmail.com> Message-ID: <6CAF4EE3C1AB4EC8A1EE9935F77A0011@ThePykesHP> Thanks David, great link! Bob _____ From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of David Shaw Sent: Monday, September 04, 2017 6:46 AM To: Users of Asterisk app_rpt Subject: Re: [App_rpt-users] RPi Memory Usage I can't remember if its using Rasbian. Try "raspi-config" http://elinux.org/RPi_raspi-config David KE6UPI -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson On Mon, Sep 4, 2017 at 6:16 AM, Jeremy Utley wrote: Sure it's possible. Can't remember if it inclues the raspi-config tool, but if not, you can run fdisk, change the partition size to use the entire sd card, reboot, then run resize2fs. However, this isn't always advised, as leaving some unpartitioned space will help the longevity of a SD card. Jeremy, NQ0M -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces@ lists.allstarlink.org] On Behalf Of Bob Sent: Sunday, September 3, 2017 9:17 PM To: 'Users of Asterisk app_rpt' allstarlink.org> Subject: [App_rpt-users] RPi Memory Usage Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. Thanks, Bob _______________________________________________ App_rpt-users mailing list App_rpt-users at lists. allstarlink.org http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists. allstarlink.org http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawpbx at gmail.com Mon Sep 4 17:30:06 2017 From: shawpbx at gmail.com (David Shaw) Date: Mon, 4 Sep 2017 10:30:06 -0700 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: <6CAF4EE3C1AB4EC8A1EE9935F77A0011@ThePykesHP> References: <03d401d32580$09199730$1b4cc590$@gmail.com> <6CAF4EE3C1AB4EC8A1EE9935F77A0011@ThePykesHP> Message-ID: As for the re-writes. The only thing I can think of would be the ASL logs. You can use a USB stick and mount it. Then point ASL log's to the USB stick. But, I would check with the card manufacturer on the re-write limit. I can say I have had no problems if card failing do to re-writes. If you have a good card go for it. If you have a cheap card. Go out and get a good one. I have a RASPBX running for 3 years and no problems. David -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson On Mon, Sep 4, 2017 at 9:03 AM, Bob wrote: > Thanks David, great link! > > > > Bob > > > ------------------------------ > > *From:* App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] > *On Behalf Of *David Shaw > *Sent:* Monday, September 04, 2017 6:46 AM > *To:* Users of Asterisk app_rpt > *Subject:* Re: [App_rpt-users] RPi Memory Usage > > > > I can't remember if its using Rasbian. Try "raspi-config" > > > > http://elinux.org/RPi_raspi-config > > > > David > > KE6UPI > > > > > > > -- > > Thanks, David > > > > "Laws that forbid the carrying of arms...disarm only those who are neither > inclined nor determined to commit crimes. Such laws make things worse for > the assaulted and better for the assailants; they serve rather to encourage > than prevent homicides, for an unarmed man may be attacked with greater > confidence than an armed one." > > Thomas Jefferson > > > > On Mon, Sep 4, 2017 at 6:16 AM, Jeremy Utley wrote: > > Sure it's possible. Can't remember if it inclues the raspi-config tool, > but if not, you can run fdisk, change the partition size to use the entire > sd card, reboot, then run resize2fs. However, this isn't always advised, > as leaving some unpartitioned space will help the longevity of a SD card. > > Jeremy, NQ0M > > > -----Original Message----- > From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] > On Behalf Of Bob > Sent: Sunday, September 3, 2017 9:17 PM > To: 'Users of Asterisk app_rpt' > Subject: [App_rpt-users] RPi Memory Usage > > Is it possible to use the entire MicroSD memory space in the RPi load? It > appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. > > Thanks, > Bob > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/c > gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/c > gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From k6ecm1 at gmail.com Mon Sep 4 17:52:31 2017 From: k6ecm1 at gmail.com (Bob Pyke) Date: Mon, 4 Sep 2017 10:52:31 -0700 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: References: <03d401d32580$09199730$1b4cc590$@gmail.com> <6CAF4EE3C1AB4EC8A1EE9935F77A0011@ThePykesHP> Message-ID: Understand. My time is worth far more than a cheep card. The mountain location is a way off :-) Thanks, Bob Sent from my iPhone > On Sep 4, 2017, at 10:30 AM, David Shaw wrote: > > As for the re-writes. The only thing I can think of would be the ASL logs. You can use a USB stick and mount it. Then point ASL log's to the USB stick. But, I would check with the card manufacturer on the re-write limit. I can say I have had no problems if card failing do to re-writes. If you have a good card go for it. If you have a cheap card. Go out and get a good one. I have a RASPBX running for 3 years and no problems. > > David > > > > -- > Thanks, David > > "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." > Thomas Jefferson > >> On Mon, Sep 4, 2017 at 9:03 AM, Bob wrote: >> Thanks David, great link! >> >> >> >> Bob >> >> >> >> From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of David Shaw >> Sent: Monday, September 04, 2017 6:46 AM >> To: Users of Asterisk app_rpt >> Subject: Re: [App_rpt-users] RPi Memory Usage >> >> >> >> I can't remember if its using Rasbian. Try "raspi-config" >> >> >> >> http://elinux.org/RPi_raspi-config >> >> >> >> David >> >> KE6UPI >> >> >> >> >> >> >> >> -- >> >> Thanks, David >> >> >> >> "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." >> >> Thomas Jefferson >> >> >> >> On Mon, Sep 4, 2017 at 6:16 AM, Jeremy Utley wrote: >> >> Sure it's possible. Can't remember if it inclues the raspi-config tool, but if not, you can run fdisk, change the partition size to use the entire sd card, reboot, then run resize2fs. However, this isn't always advised, as leaving some unpartitioned space will help the longevity of a SD card. >> >> Jeremy, NQ0M >> >> >> -----Original Message----- >> From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Bob >> Sent: Sunday, September 3, 2017 9:17 PM >> To: 'Users of Asterisk app_rpt' >> Subject: [App_rpt-users] RPi Memory Usage >> >> Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. >> >> Thanks, >> Bob >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at lists.allstarlink.org >> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" >> You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at lists.allstarlink.org >> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" >> You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. >> >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at lists.allstarlink.org >> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" >> You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jerutley at gmail.com Tue Sep 5 03:14:34 2017 From: jerutley at gmail.com (Jeremy Utley) Date: Mon, 4 Sep 2017 22:14:34 -0500 Subject: [App_rpt-users] RPi Memory Usage In-Reply-To: <598E52D7462F4C6AAC1C7744A59392F6@ThePykesHP> References: <03d401d32580$09199730$1b4cc590$@gmail.com> <598E52D7462F4C6AAC1C7744A59392F6@ThePykesHP> Message-ID: <047601d325f5$19fe7c80$4dfb7580$@gmail.com> By allowing unpartitioned space on an SD card, you allow the system to use that as "replacement" space when a segment of an SD card can no longer be used. A similar process is used for SSD drives, and is termed "overprovisioning". In my company's datacenter, we actually use some special hdparm commands to mark about 20% of an SSD's storage space as not being able to be partitioned - allowing for this space to be used in this manner. Jeremy, NQ0M -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Bob Sent: Monday, September 4, 2017 11:03 AM To: 'Users of Asterisk app_rpt' Subject: Re: [App_rpt-users] RPi Memory Usage Thanks Jeremy for the pointer. I'd also like to understand what it is about leaving some unpartitioned space that will help the longevity of an SD card. It is my understanding the write cycles are a function of write cycles, not space... been wrong before, and willing to learn something new. Thanks, Bob -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Jeremy Utley Sent: Monday, September 04, 2017 6:17 AM To: 'Users of Asterisk app_rpt' Subject: Re: [App_rpt-users] RPi Memory Usage Sure it's possible. Can't remember if it inclues the raspi-config tool, but if not, you can run fdisk, change the partition size to use the entire sd card, reboot, then run resize2fs. However, this isn't always advised, as leaving some unpartitioned space will help the longevity of a SD card. Jeremy, NQ0M -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Bob Sent: Sunday, September 3, 2017 9:17 PM To: 'Users of Asterisk app_rpt' Subject: [App_rpt-users] RPi Memory Usage Is it possible to use the entire MicroSD memory space in the RPi load? It appears I'm only using about 6 GB of 32GB, and I'm not finding fs_resize. Thanks, Bob _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From nessenj at jimsoffice.org Wed Sep 6 20:55:03 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Wed, 6 Sep 2017 20:55:03 +0000 Subject: [App_rpt-users] Echolink on DIAL RC1 Message-ID: Greetings, Has anyone else noticed that asterisk crashes when connected to an echolink node? I've been trying to get debug info, but have been unsuccessful at doing so. At this point, I am mainly interested if anyone out there has experienced this and has a fix. I have experienced this both on my RPi node at home and a VPS running debian (using Steve's install script). If I am not connected to an echolink node, there is no issue, but once that connection is made, it will restart asterisk (the time between restarts varies) Thanks. Jim, K6JWN -------------- next part -------------- An HTML attachment was scrubbed... URL: From buddy at brannan.name Wed Sep 6 20:59:13 2017 From: buddy at brannan.name (Buddy Brannan) Date: Wed, 6 Sep 2017 16:59:13 -0400 Subject: [App_rpt-users] Echolink on DIAL RC1 In-Reply-To: References: Message-ID: <33A26ADD-D327-4E0D-8E15-C00B2E5F7C04@brannan.name> Yep, I've noticed, but I cannot detect a pattern, a trigger, or much of anything else, apart from that at some point it seg faults and resrting asterisk is required. Sorry I can't be, you know, helpful or anything. -- Buddy Brannan, KB5ELV - Erie, PA Mobile (preferred): (814) 431-0962 Phone: (814) 860-3194 Email: buddy at brannan.name > On Sep 6, 2017, at 4:55 PM, Jim Nessen wrote: > > Greetings, > > Has anyone else noticed that asterisk crashes when connected to an echolink node? I've been trying to get debug info, but have been unsuccessful at doing so. At this point, I am mainly interested if anyone out there has experienced this and has a fix. > > I have experienced this both on my RPi node at home and a VPS running debian (using Steve's install script). If I am not connected to an echolink node, there is no issue, but once that connection is made, it will restart asterisk (the time between restarts varies) > > Thanks. > > Jim, K6JWN > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From nessenj at jimsoffice.org Wed Sep 6 21:01:48 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Wed, 6 Sep 2017 21:01:48 +0000 Subject: [App_rpt-users] Echolink on DIAL RC1 In-Reply-To: <33A26ADD-D327-4E0D-8E15-C00B2E5F7C04@brannan.name> References: , <33A26ADD-D327-4E0D-8E15-C00B2E5F7C04@brannan.name> Message-ID: I'm glad that I am not the only one have the issue. makes listening to the hurricane net via echolink somewhat difficult :( Thanks! Jim, K6JWN ________________________________ From: App_rpt-users on behalf of Buddy Brannan Sent: Wednesday, September 6, 2017 1:59 PM To: Users of Asterisk app_rpt Subject: Re: [App_rpt-users] Echolink on DIAL RC1 Yep, I've noticed, but I cannot detect a pattern, a trigger, or much of anything else, apart from that at some point it seg faults and resrting asterisk is required. Sorry I can't be, you know, helpful or anything. -- Buddy Brannan, KB5ELV - Erie, PA Mobile (preferred): (814) 431-0962 Phone: (814) 860-3194 Email: buddy at brannan.name > On Sep 6, 2017, at 4:55 PM, Jim Nessen wrote: > > Greetings, > > Has anyone else noticed that asterisk crashes when connected to an echolink node? I've been trying to get debug info, but have been unsuccessful at doing so. At this point, I am mainly interested if anyone out there has experienced this and has a fix. > > I have experienced this both on my RPi node at home and a VPS running debian (using Steve's install script). If I am not connected to an echolink node, there is no issue, but once that connection is made, it will restart asterisk (the time between restarts varies) > > Thanks. > > Jim, K6JWN > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Thu Sep 7 19:12:44 2017 From: electricity440 at gmail.com (Skyler F) Date: Thu, 7 Sep 2017 13:12:44 -0600 Subject: [App_rpt-users] AllStar Registration Server Down Message-ID: Nodes were working fine this morning but the registration server seems to be down now. I am getting this error on all nodes: Anybody else: asterisk -vvvr iax2 show registry: Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 Y 45499 60 Timeout Skyler KD0WHB -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Thu Sep 7 19:23:26 2017 From: szingman at msgstor.com (Steve Zingman) Date: Thu, 7 Sep 2017 15:23:26 -0400 Subject: [App_rpt-users] AllStar Registration Server Down In-Reply-To: References: Message-ID: <7691c63c-a15b-5383-f60b-ec10ec4d953f@msgstor.com> Should be working. Please retry and report. Steve On 09/07/2017 03:12 PM, Skyler F wrote: > Nodes were working fine this morning but the registration server seems > to be down now. I am getting this error on all nodes: > > > > > > Anybody else: > > asterisk -vvvr > iax2 show registry: > > HostdnsmgrUsernamePerceived RefreshState > > 67.215.233.178:4569 Y 45499 > 60Timeout > > > Skyler KD0WHB > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Thu Sep 7 20:35:51 2017 From: electricity440 at gmail.com (Skyler F) Date: Thu, 07 Sep 2017 20:35:51 +0000 Subject: [App_rpt-users] AllStar Registration Server Down In-Reply-To: <7691c63c-a15b-5383-f60b-ec10ec4d953f@msgstor.com> References: <7691c63c-a15b-5383-f60b-ec10ec4d953f@msgstor.com> Message-ID: Yup up and running. Thanks Steve On Thu, Sep 7, 2017 at 1:23 PM Steve Zingman wrote: > Should be working. Please retry and report. > > Steve > > > On 09/07/2017 03:12 PM, Skyler F wrote: > > Nodes were working fine this morning but the registration server seems to > be down now. I am getting this error on all nodes: > > > > > > Anybody else: > > asterisk -vvvr > iax2 show registry: > > Host dnsmgr Username Perceived Refresh > State > > 67.215.233.178:4569 Y 45499 60 > Timeout > > > Skyler KD0WHB > > > > > _______________________________________________ > App_rpt-users mailing listApp_rpt-users at lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. > > > -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From horsezip at earthlink.net Thu Sep 7 23:05:15 2017 From: horsezip at earthlink.net (jimmy keffer) Date: Thu, 07 Sep 2017 19:05:15 -0400 Subject: [App_rpt-users] log2ram ? Message-ID: my log to ram var/log 48neg and is full how cam i make var/kig use the harddisk and not goto ram i have a 1tb dusk so space is not a problem jimmy ka3vgm From szingman at msgstor.com Thu Sep 7 23:33:18 2017 From: szingman at msgstor.com (Steve Zingman) Date: Thu, 7 Sep 2017 16:33:18 -0700 Subject: [App_rpt-users] log2ram ? Message-ID: <4744496542544939602@unknownmsgid> systemctl disable log2ram systemctl stop log2ram Steve, N4IRS Sent via smoke signal (AT&T) On Sep 7, 2017 7:04 PM, jimmy keffer wrote: my log to ram var/log 48neg and is full how cam i make var/kig use the harddisk and not goto ram i have a 1tb dusk so space is not a problem jimmy ka3vgm _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From haydenph91 at gmail.com Tue Sep 12 03:10:07 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Tue, 12 Sep 2017 13:10:07 +1000 Subject: [App_rpt-users] Desense (Echo) on RTCM Message-ID: Hi All, Gotten around to finally installing one of my VOTER boards (RTCM) to Site 1. All tested on the bench - the only thing I did not test was duplexing on the bench as I had no spare duplexers. Installed to the site - nothing changed from the duplexer patch cables onwards to the antenna. Now I have what I assume is a huge amount of desense. The previous repeater installed was the same model radio and worked fine. Disabled CTCSS encoding as the repeater would talk to itself echoing over and over. Attached is a sample audio recording, you can hear the growl of the audio delay in the system. I've been waiting to get back to the site (snow and time permitting), but in the meantime thought I'd post here to see if anyone has had any similar experience with desense and the RTCM's talking to themselves.... My second unit works on the bench, duplexing into a dummy load and antenna fine. Measuring desense is tricky as the radios have been modified so they don't have any external audio connections anymore, so the lid has to be popped to connect the service monitor. Next stop is to test the system into a dummy load at the site, if that fails, then remove the system and replace with Site 2 equipment and test. If it duplexs fine into a dummy load and not into a antenna, has anyone had issues with RF maybe coming back down the GPS antenna cable? That is the only physical external connection near the antenna we've changed from the previous system. Regards Hayden VK7HH -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rtcm desense.mp3 Type: audio/mpeg Size: 535121 bytes Desc: not available URL: From tisawyer at gmail.com Tue Sep 12 04:10:33 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Mon, 11 Sep 2017 21:10:33 -0700 Subject: [App_rpt-users] Desense (Echo) on RTCM In-Reply-To: References: Message-ID: It does sound like your repeater is hearing itself. The delayed echo is because of the jitter buffers required to stream audio. Normal repeater trouble shooting methods apply. You have to figure out how the Tx RF is getting into the Rx. I've never heard of the Rf coming down the GPS cable. I suppose that's possible. But even if it was your receiver should be shielded well enough to prevent the desense. On Mon, Sep 11, 2017 at 8:10 PM, Hayden Honeywood wrote: > Hi All, > Gotten around to finally installing one of my VOTER boards (RTCM) to Site > 1. > All tested on the bench - the only thing I did not test was duplexing on > the bench as I had no spare duplexers. > > Installed to the site - nothing changed from the duplexer patch cables > onwards to the antenna. Now I have what I assume is a huge amount of > desense. The previous repeater installed was the same model radio and > worked fine. > > Disabled CTCSS encoding as the repeater would talk to itself echoing over > and over. > Attached is a sample audio recording, you can hear the growl of the audio > delay in the system. > > I've been waiting to get back to the site (snow and time permitting), but > in the meantime thought I'd post here to see if anyone has had any similar > experience with desense and the RTCM's talking to themselves.... > > My second unit works on the bench, duplexing into a dummy load and antenna > fine. Measuring desense is tricky as the radios have been modified so they > don't have any external audio connections anymore, so the lid has to be > popped to connect the service monitor. > > Next stop is to test the system into a dummy load at the site, if that > fails, then remove the system and replace with Site 2 equipment and test. > If it duplexs fine into a dummy load and not into a antenna, has anyone had > issues with RF maybe coming back down the GPS antenna cable? That is the > only physical external connection near the antenna we've changed from the > previous system. > > Regards > Hayden VK7HH > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From haydenph91 at gmail.com Tue Sep 12 04:35:09 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Tue, 12 Sep 2017 14:35:09 +1000 Subject: [App_rpt-users] Desense (Echo) on RTCM In-Reply-To: References: Message-ID: Yes. The radio in it's previous format had an audio delay in it, not as much as the RTCM of course, but it was noticeable as a growl when CTCSS was encoded on top of it. I suspect I either have a dodgy receiver which did not present any issues on the bench (while of course no duplexer/antenna was attached) or perhaps an antenna problem which didn't show up as bad on the previous repeater that was installed. It was also brought to my attention that perhaps some patch cables between the duplexer and/or antenna feedline may have been disturbed when I installed the RTCM repeater, perhaps one is noisy. In any case, a test into a dummy load should show up the issue, and I know I have a good known system working at home for the second site, as I found a spare duplexer. > It does sound like your repeater is hearing itself. The delayed echo is > because of the jitter buffers required to stream audio. Normal repeater > trouble shooting methods apply. You have to figure out how the Tx RF is > getting into the Rx. I've never heard of the Rf coming down the GPS cable. > I suppose that's possible. But even if it was your receiver should be > shielded well enough to prevent the desense. > > On Mon, Sep 11, 2017 at 8:10 PM, Hayden Honeywood > > wrote: > > >* Hi All, > *>* Gotten around to finally installing one of my VOTER boards (RTCM) to Site > *>* 1. > *>* All tested on the bench - the only thing I did not test was duplexing on > *>* the bench as I had no spare duplexers. > *>>* Installed to the site - nothing changed from the duplexer patch cables > *>* onwards to the antenna. Now I have what I assume is a huge amount of > *>* desense. The previous repeater installed was the same model radio and > *>* worked fine. > *>>* Disabled CTCSS encoding as the repeater would talk to itself echoing over > *>* and over. > *>* Attached is a sample audio recording, you can hear the growl of the audio > *>* delay in the system. > *>>* I've been waiting to get back to the site (snow and time permitting), but > *>* in the meantime thought I'd post here to see if anyone has had any similar > *>* experience with desense and the RTCM's talking to themselves.... > *>>* My second unit works on the bench, duplexing into a dummy load and antenna > *>* fine. Measuring desense is tricky as the radios have been modified so they > *>* don't have any external audio connections anymore, so the lid has to be > *>* popped to connect the service monitor. > *>>* Next stop is to test the system into a dummy load at the site, if that > *>* fails, then remove the system and replace with Site 2 equipment and test. > *>* If it duplexs fine into a dummy load and not into a antenna, has anyone had > *>* issues with RF maybe coming back down the GPS antenna cable? That is the > *>* only physical external connection near the antenna we've changed from the > *>* previous system. > *>>* Regards > *>* Hayden VK7HH* > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From horsezip at earthlink.net Tue Sep 12 15:05:28 2017 From: horsezip at earthlink.net (jimmy keffer) Date: Tue, 12 Sep 2017 11:05:28 -0400 Subject: [App_rpt-users] nws weather script Message-ID: will the weather script read full nws forecast or is it alerts only jimmy ka3vgm From kizzy at lusfiber.net Tue Sep 12 17:41:17 2017 From: kizzy at lusfiber.net (Steve Mahler) Date: Tue, 12 Sep 2017 12:41:17 -0500 Subject: [App_rpt-users] nws weather script In-Reply-To: References: Message-ID: <24940c4f-973f-08ab-63e7-67cb98b3b20d@lusfiber.net> Jimmy: If you are referring to AutoSkyWarn, then the NWS alerts are match to the TYPE of alert, which is then spoken.? You may change the alert message content? if you wish.? Full details are at ... http://kizzy03.wixsite.com/kf5vh/auto-skywarn I have other code that speaks the alert Titles and another that speaks the alert Summary.? The available free Text To Speech (TTS) software is lacking in audio quality.? If someone can point me to a free TTS that has sufficient audio quality I would rewrite the scripts for distibution.? That package will also speak current conditions.? N.B., it takes a lot of airtime is speak the summary! ...STeve On 9/12/2017 10:05 AM, jimmy keffer wrote: > will the weather script read full nws forecast or is it alerts only > jimmy ka3vgm > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. > > --- > This email has been checked for viruses by AVG. > http://www.avg.com From haydenph91 at gmail.com Wed Sep 13 11:17:34 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Wed, 13 Sep 2017 21:17:34 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: Just hooked up my second site to my VOTER system. The main controller is a Raspberry Pi 3. Port forwarded 667, connection seems to go up fine. Getting the following error though - Inbound (Eth Rx) packet out of bounds by: 16000 PING (Grey.Mt): Packets tx: 100, rx: 97, oos: 0, Avg.: 37.598 ms PING (Grey.Mt): Worst: 40 ms, Best: 37 ms, 97.0% Packets successfully received No idea why I'm getting packet loss. Rebooted routers... bulfen is 120 and TX Buffer length is 480. I've tried 960, right up to 1600. Site has high RF TV transmitters, so maybe getting issues with the GPS there? I can't see it dropping out. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Thu Sep 14 02:43:09 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Wed, 13 Sep 2017 19:43:09 -0700 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds In-Reply-To: References: Message-ID: Be sure to reboot after you change the buffer values to make sure they actually take. I generally run 250 and 1200 and have good results even across the internet. Assuming your ping test are ICMP you could also test with the Asterisk CLI voter ping [your client] command. On Wed, Sep 13, 2017 at 4:17 AM, Hayden Honeywood wrote: > Just hooked up my second site to my VOTER system. The main controller is a > Raspberry Pi 3. Port forwarded 667, connection seems to go up fine. > > Getting the following error though - > Inbound (Eth Rx) packet out of bounds by: 16000 > > PING (Grey.Mt): Packets tx: 100, rx: 97, oos: 0, Avg.: 37.598 ms > PING (Grey.Mt): Worst: 40 ms, Best: 37 ms, 97.0% Packets successfully > received > > No idea why I'm getting packet loss. Rebooted routers... > > bulfen is 120 and TX Buffer length is 480. I've tried 960, right up to > 1600. > > Site has high RF TV transmitters, so maybe getting issues with the GPS > there? I can't see it dropping out. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From rpt2 at chuck.midlandsnetworking.com Thu Sep 14 04:22:41 2017 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Wed, 13 Sep 2017 23:22:41 -0500 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds In-Reply-To: References: Message-ID: The packet loss will be a problem. What is your network between the 2 sites? Chuck On Wed, Sep 13, 2017 at 6:17 AM, Hayden Honeywood wrote: > Just hooked up my second site to my VOTER system. The main controller is a > Raspberry Pi 3. Port forwarded 667, connection seems to go up fine. > > Getting the following error though - > Inbound (Eth Rx) packet out of bounds by: 16000 > > PING (Grey.Mt): Packets tx: 100, rx: 97, oos: 0, Avg.: 37.598 ms > PING (Grey.Mt): Worst: 40 ms, Best: 37 ms, 97.0% Packets successfully > received > > No idea why I'm getting packet loss. Rebooted routers... > > bulfen is 120 and TX Buffer length is 480. I've tried 960, right up to > 1600. > > Site has high RF TV transmitters, so maybe getting issues with the GPS > there? I can't see it dropping out. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawpbx at gmail.com Thu Sep 14 18:05:01 2017 From: shawpbx at gmail.com (David Shaw) Date: Thu, 14 Sep 2017 11:05:01 -0700 Subject: [App_rpt-users] Registration Rejected. Message-ID: Well I'm lost. I feel rejected. 192.168.11.254 is my router. (Mikrotik) I be honest. I haven't had to login to the node for a long time. Like a very long time. It's still running Limey Linux for crying out loud. If this is a simple fix great. If not, I'll be changing over to a RasPi 2or3 sometime next month. chan_iax2.c:6839 register_verify: No registration for peer '2064' (from 192.168.11.254) chan_iax2.c:6839 register_verify: No registration for peer '2063' (from 192.168.11.254) chan_iax2.c:6839 register_verify: No registration for peer '2064' (from 192.168.11.254) chan_iax2.c:6839 register_verify: No registration for peer '2063' (from 192.168.11.254) chan_iax2.c:9712 socket_process: Registration of '2064' rejected: 'Registration Refused' from: '67.215.233.178' chan_iax2.c:9712 socket_process: Registration of '2063' rejected: 'Registration Refused' from: '67.215.233.178' 2063 = radio at 127.0.0.1:4569/2063,NONE ; This must be changed to your node number 2064 = radio at 127.0.0.1:4569/2064,NONE,y bindport=4569 register=2063:XXX946 at register.allstarlink.org register=2064:XXX615 at register.allstarlink.org -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson -------------- next part -------------- An HTML attachment was scrubbed... URL: From haydenph91 at gmail.com Fri Sep 15 08:52:16 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Fri, 15 Sep 2017 18:52:16 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: Thanks Tim, I'll change some more values, save and reboot. The ping tests were done with using the Asterisk command line. We did a reboot of the remote end that our router is connected to at the site, and it came good for a little while. Pings are good, but they drop on average 4 in every 100 or so... But no great spikes indicating congestion. All this is over the internet by the way. My Pi is running at 100MBps into the router, and the RTCM is 10Mbps half duplex. -------------- next part -------------- An HTML attachment was scrubbed... URL: From grady.anderson at gmail.com Sun Sep 17 13:33:50 2017 From: grady.anderson at gmail.com (Grady Anderson) Date: Sun, 17 Sep 2017 08:33:50 -0500 Subject: [App_rpt-users] Calling into node via AllstarLink Portal Message-ID: Hello all. I have recently done clean installs on 2 nodes that I manage. Before I loaded the latest version of RPi2-3, I could call into both of these nodes and issue dtmf commands, talk, etc. I have either done something or not done something on this latest install which is preventing me from calling into them. It would be helpful if someone could explain what the chain of events is when someone attempts to call into a node via the telephone portal ie... once the portal accepts the call, what is the sequence of events, what modules are used, what information is passed, what happens in apt_rpt once the node gets the call and so on. It would also be immediately useful if someone could explain what settings in what conf files need to be changed to allow those incoming calls through the portal. I do use this functionality quite often since I do not have physical access to the nodes. I appreciate any information you fine folks could offer! -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ramesh at va3uv.com Sun Sep 17 13:54:12 2017 From: Ramesh at va3uv.com (Ramesh Dhami) Date: Sun, 17 Sep 2017 09:54:12 -0400 Subject: [App_rpt-users] Allstar Nodes in Kaanapali / Lahaina - Maui Message-ID: <76c2f1f3-1f36-c75a-6602-3e7214732cda@va3uv.com> Hi All: Planning a trip to Maui this week! Interested in hearing from Allstar node owners in Kaanapali / Lahaina.? Also looking for recommendations for a condo rental, etc. Mahalo! Ramesh, VA3UV Allstar node 27919 From Benjamin at Project23D.com Mon Sep 18 19:16:53 2017 From: Benjamin at Project23D.com (Benjamin Naber) Date: Mon, 18 Sep 2017 15:16:53 -0400 Subject: [App_rpt-users] Registration Rejected. In-Reply-To: References: Message-ID: <1505762213.29031.99.camel@Project23D.com> Can you still login to allstarlink.org? Are your node numbers still there? If so, are the Node passwords your node has, the same as the node passwords according to allstarlink.org web portal? unless there is something I'm missing, allstarlink.org does not know what "distribution" of ASL you are running, nor it is aware of what asterisk version you are running. ~Benjamin, KB9LFZ On Thu, 2017-09-14 at 11:05 -0700, David Shaw wrote: > Well I'm lost. I feel rejected. 192.168.11.254 is my router. > (Mikrotik) > > > I be honest. I haven't had to login to the node for a long time. Like > a very long time. It's still running Limey Linux for crying out loud. > If this is a simple fix great. If not, I'll be changing over to a > RasPi 2or3 sometime next month. > > > chan_iax2.c:6839 register_verify: No registration for peer > '2064' (from 192.168.11.254) > chan_iax2.c:6839 register_verify: No registration for peer > '2063' (from 192.168.11.254) > chan_iax2.c:6839 register_verify: No registration for peer > '2064' (from 192.168.11.254) > chan_iax2.c:6839 register_verify: No registration for peer > '2063' (from 192.168.11.254) > chan_iax2.c:9712 socket_process: Registration of '2064' rejected: > 'Registration Refused' from: '67.215.233.178' > chan_iax2.c:9712 socket_process: Registration of '2063' rejected: > 'Registration Refused' from: '67.215.233.178' > > > > > > > 2063 = radio at 127.0.0.1:4569/2063,NONE ; This must be changed to your > node number > 2064 = radio at 127.0.0.1:4569/2064,NONE,y > > > > > bindport=4569 > > register=2063:XXX946 at register.allstarlink.org > > register=2064:XXX615 at register.allstarlink.org > > > > -- > Thanks, David > > > > "Laws that forbid the carrying of arms...disarm only those who are > neither inclined nor determined to commit crimes. Such laws make > things worse for the assaulted and better for the assailants; they > serve rather to encourage than prevent homicides, for an unarmed man > may be attacked with greater confidence than an armed one." > > Thomas Jefferson > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From shawpbx at gmail.com Mon Sep 18 20:15:55 2017 From: shawpbx at gmail.com (David Shaw) Date: Mon, 18 Sep 2017 13:15:55 -0700 Subject: [App_rpt-users] Registration Rejected. In-Reply-To: <1505762213.29031.99.camel@Project23D.com> References: <1505762213.29031.99.camel@Project23D.com> Message-ID: Hello Benjamin, I'm running a very old copy of Limey Linux. Its a rock and keeps running. The problem was, I made a change to the network router. Steve saw it wasn't reaching the ASL network. That was all I needed to look at my network. David -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson On Mon, Sep 18, 2017 at 12:16 PM, Benjamin Naber wrote: > Can you still login to allstarlink.org? > > Are your node numbers still there? If so, are the Node passwords your > node has, the same as the node passwords according to allstarlink.org > web portal? > > unless there is something I'm missing, allstarlink.org does not know > what "distribution" of ASL you are running, nor it is aware of what > asterisk version you are running. > > ~Benjamin, KB9LFZ > > On Thu, 2017-09-14 at 11:05 -0700, David Shaw wrote: > > Well I'm lost. I feel rejected. 192.168.11.254 is my router. > > (Mikrotik) > > > > > > I be honest. I haven't had to login to the node for a long time. Like > > a very long time. It's still running Limey Linux for crying out loud. > > If this is a simple fix great. If not, I'll be changing over to a > > RasPi 2or3 sometime next month. > > > > > > chan_iax2.c:6839 register_verify: No registration for peer > > '2064' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2063' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2064' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2063' (from 192.168.11.254) > > chan_iax2.c:9712 socket_process: Registration of '2064' rejected: > > 'Registration Refused' from: '67.215.233.178' > > chan_iax2.c:9712 socket_process: Registration of '2063' rejected: > > 'Registration Refused' from: '67.215.233.178' > > > > > > > > > > > > > > 2063 = radio at 127.0.0.1:4569/2063,NONE ; This must be changed to your > > node number > > 2064 = radio at 127.0.0.1:4569/2064,NONE,y > > > > > > > > > > bindport=4569 > > > > register=2063:XXX946 at register.allstarlink.org > > > > register=2064:XXX615 at register.allstarlink.org > > > > > > > > -- > > Thanks, David > > > > > > > > "Laws that forbid the carrying of arms...disarm only those who are > > neither inclined nor determined to commit crimes. Such laws make > > things worse for the assaulted and better for the assailants; they > > serve rather to encourage than prevent homicides, for an unarmed man > > may be attacked with greater confidence than an armed one." > > > > Thomas Jefferson > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at lists.allstarlink.org > > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Benjamin at Project23D.com Mon Sep 18 22:19:03 2017 From: Benjamin at Project23D.com (Benjamin Naber) Date: Mon, 18 Sep 2017 18:19:03 -0400 Subject: [App_rpt-users] Registration Rejected. In-Reply-To: References: <1505762213.29031.99.camel@Project23D.com> Message-ID: <1505773143.29031.104.camel@Project23D.com> Limey is a great distro. my first node was using Limey. I like it as it truely boots and then runs completely from RAM. Never had an issue with power or any of this silly mess with RPi's. The Limey Linux distro is still living on a 512MB Disk-on-module (flash drive with laptop IDE instead of USB), and still runs. I went to DIAL as it appears Limey doesn't like the newer CM119 as used in the RA-35. That, or the USB hardware on the Neoware CA22 is dying... ~Benjamin, KB9LFZ On Mon, 2017-09-18 at 13:15 -0700, David Shaw wrote: > Hello Benjamin, I'm running a very old copy of Limey Linux. Its a rock > and keeps running. > > > The problem was, I made a change to the network router. Steve saw it > wasn't reaching the ASL network. That was all I needed to look at my > network. > > > David > > > > > > -- > Thanks, David > > > > "Laws that forbid the carrying of arms...disarm only those who are > neither inclined nor determined to commit crimes. Such laws make > things worse for the assaulted and better for the assailants; they > serve rather to encourage than prevent homicides, for an unarmed man > may be attacked with greater confidence than an armed one." > > Thomas Jefferson > > > On Mon, Sep 18, 2017 at 12:16 PM, Benjamin Naber > wrote: > Can you still login to allstarlink.org? > > Are your node numbers still there? If so, are the Node > passwords your > node has, the same as the node passwords according to > allstarlink.org > web portal? > > unless there is something I'm missing, allstarlink.org does > not know > what "distribution" of ASL you are running, nor it is aware of > what > asterisk version you are running. > > ~Benjamin, KB9LFZ > > On Thu, 2017-09-14 at 11:05 -0700, David Shaw wrote: > > Well I'm lost. I feel rejected. 192.168.11.254 is my router. > > (Mikrotik) > > > > > > I be honest. I haven't had to login to the node for a long > time. Like > > a very long time. It's still running Limey Linux for crying > out loud. > > If this is a simple fix great. If not, I'll be changing over > to a > > RasPi 2or3 sometime next month. > > > > > > chan_iax2.c:6839 register_verify: No registration for peer > > '2064' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2063' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2064' (from 192.168.11.254) > > chan_iax2.c:6839 register_verify: No registration for peer > > '2063' (from 192.168.11.254) > > chan_iax2.c:9712 socket_process: Registration of '2064' > rejected: > > 'Registration Refused' from: '67.215.233.178' > > chan_iax2.c:9712 socket_process: Registration of '2063' > rejected: > > 'Registration Refused' from: '67.215.233.178' > > > > > > > > > > > > > > 2063 = radio at 127.0.0.1:4569/2063,NONE ; This must be > changed to your > > node number > > 2064 = radio at 127.0.0.1:4569/2064,NONE,y > > > > > > > > > > bindport=4569 > > > > register=2063:XXX946 at register.allstarlink.org > > > > register=2064:XXX615 at register.allstarlink.org > > > > > > > > -- > > Thanks, David > > > > > > > > "Laws that forbid the carrying of arms...disarm only those > who are > > neither inclined nor determined to commit crimes. Such laws > make > > things worse for the assaulted and better for the > assailants; they > > serve rather to encourage than prevent homicides, for an > unarmed man > > may be attacked with greater confidence than an armed one." > > > > Thomas Jefferson > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at lists.allstarlink.org > > > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > > You do not need a password to unsubscribe, you can do it via > email confirmation. If you have trouble unsubscribing, please > send a message to the list detailing the problem. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via > email confirmation. If you have trouble unsubscribing, please > send a message to the list detailing the problem. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From haydenph91 at gmail.com Tue Sep 19 10:51:07 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Tue, 19 Sep 2017 20:51:07 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: Tried again today connecting a board from home to controller (remote). Got the errors again. I increased the buffer values to the same as Tim's and it just lowered the out of bounds value by 800 or so (15230). I then changed the master site to home, rebooted and it came good. Here are my ping results with the remote site as master... >From Asterisk cmd line - *Site 1 at controller - connected via Ethernet to same router (Miktrotik RB2011UiAS-RM) PING (Mt.Wellington): Packets tx: 100, rx: 100, oos: 0, Avg.: 6.000 ms PING (Mt.Wellington): Worst: 6 ms, Best: 6 ms, 100.0% Packets successfully received (0.0% loss) Raspbian ping results: 100 packets transmitted, 100 received, 0% packet loss, time 99123ms rtt min/avg/max/mdev = 0.818/1.430/3.187/0.570 ms *Site 2 (my house via internet) - connected via Ethernet to a a TPLink router (only being used a switch - via another Ethernet cable to a 16 port switch then into main router, then out to internet). EdgeRouter-X is router. PING (Grey.Mt): Packets tx: 100, rx: 99, oos: 0, Avg.: 40.859 ms PING (Grey.Mt): Worst: 42 ms, Best: 39 ms, 99.0% Packets successfully received (1.0% loss) ^The above packet loss was the last packet of the sequence was lost^ 100 packets transmitted, 100 received, 0% packet loss, time 100140ms rtt min/avg/max/mdev = 33.283/33.954/35.629/0.459 ms I could eliminate the TPLink router being use as a switch just in case there is something strange going on there. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Benjamin at Project23D.com Wed Sep 20 03:17:25 2017 From: Benjamin at Project23D.com (Benjamin Naber) Date: Tue, 19 Sep 2017 23:17:25 -0400 Subject: [App_rpt-users] Supermon Message-ID: <1505877445.29031.119.camel@Project23D.com> I'm looking for supermon install files to put on my DIAL machine. Perhaps I'm missing something, but only found so far Supermon is on the hamvoip distro of ASL. Pointers would be great ~Benjamin, KB9LFZ From electricity440 at gmail.com Wed Sep 20 03:24:54 2017 From: electricity440 at gmail.com (Skyler F) Date: Tue, 19 Sep 2017 21:24:54 -0600 Subject: [App_rpt-users] Supermon In-Reply-To: <1505877445.29031.119.camel@Project23D.com> References: <1505877445.29031.119.camel@Project23D.com> Message-ID: You could just use AllMon II, which you will have to install manually from the github, DIAL does not include supermon by default. https://github.com/tsawyer/allmon2 Can anybody give the difference between SuperMON and AllMon? To me supermon looks just like allmon but with an uglier color scheme. On Tue, Sep 19, 2017 at 9:17 PM, Benjamin Naber wrote: > I'm looking for supermon install files to put on my DIAL machine. > Perhaps I'm missing something, but only found so far Supermon is on the > hamvoip distro of ASL. > > Pointers would be great > > ~Benjamin, KB9LFZ > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Thu Sep 21 19:20:57 2017 From: Bryan at bryanfields.net (Bryan Fields) Date: Thu, 21 Sep 2017 15:20:57 -0400 Subject: [App_rpt-users] USB GPIO recommended circuit Message-ID: Is there a best practices for interfacing 5v TTL logic with the 3.3v logic on the GPIO pins? I was thinking a bi-directional shifter would be good, but there are so many different ways to do this. Is there a best current practice for this? -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net From george at dyb.com Thu Sep 21 22:24:09 2017 From: george at dyb.com (George Csahanin) Date: Thu, 21 Sep 2017 17:24:09 -0500 Subject: [App_rpt-users] node list Message-ID: Well, just discovered an issue with making connections. rc.updatenodelist has an issue. Two nodes I normally connect to, 27849 and 27891 are not in the list. But in online node status they are active. So I manually ran rc.updatenodelist and it just hangs. But looking at /var/lib/asterisk/rc_extnodes it is updating every ten minutes. Really stumped...?? tried http://nodes1.allstarlink.org/cgi-bin/nodes.pl and I get the list that doesn't show 27849 and 27891... /Anybody steer me to a reason why they show up in the online node list but not in the directory?/ GeorgeC W2DB 2360 -- George Csahanin 10100 Carson Ranch Rd. Crowley, TX 76036 682-708-5716 home 401-338-0568 cel http://dyb.com PLEASE NOTE: Effective January 1, 2018 george at dyb.com will no longer function USE george at w2db.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From shawpbx at gmail.com Fri Sep 22 14:34:13 2017 From: shawpbx at gmail.com (David Shaw) Date: Fri, 22 Sep 2017 07:34:13 -0700 Subject: [App_rpt-users] node list In-Reply-To: References: Message-ID: Hello George, I checked rpt_extnodes. I found that 27849 shows up and 27891 doesn't. But my last list update was on the 18th. [root at asl2063 asterisk]# cat rpt_extnodes | grep 27849 27849=radio at 173.80.6.130:4569/27849,173.80.6.130 [root at asl2063 asterisk]# cat rpt_extnodes | grep 27891 nodes1 and 2 I get errors. nodes 3 and 4 hang. [root at asl2063 ~]# wget nodes1.allstarlink.org/cgi-bin/nodes.pl --07:30:48-- http://nodes1.allstarlink.org/cgi-bin/nodes.pl => `nodes.pl' Resolving nodes1.allstarlink.org... 96.36.57.202 Connecting to nodes1.allstarlink.org|96.36.57.202|:80... connected. HTTP request sent, awaiting response... 403 07:30:48 ERROR 403: (no description). [root at asl2063 ~]# wget nodes2.allstarlink.org/cgi-bin/nodes.pl --07:30:59-- http://nodes2.allstarlink.org/cgi-bin/nodes.pl => `nodes.pl' Resolving nodes2.allstarlink.org... 209.159.155.200 Connecting to nodes2.allstarlink.org|209.159.155.200|:80... connected. HTTP request sent, awaiting response... 403 Forbidden 07:30:59 ERROR 403: Forbidden. [root at asl2063 ~]# wget nodes3.allstarlink.org/cgi-bin/nodes.pl --07:31:08-- http://nodes3.allstarlink.org/cgi-bin/nodes.pl => `nodes.pl' Resolving nodes3.allstarlink.org... 65.110.110.172 Connecting to nodes3.allstarlink.org|65.110.110.172|:80... ^C [root at asl2063 ~]# wget nodes4.allstarlink.org/cgi-bin/nodes.pl --07:31:53-- http://nodes4.allstarlink.org/cgi-bin/nodes.pl => `nodes.pl' Resolving nodes4.allstarlink.org... 67.214.190.109 Connecting to nodes4.allstarlink.org|67.214.190.109|:80... ^C David KE6UPI -- Thanks, David "Laws that forbid the carrying of arms...disarm only those who are neither inclined nor determined to commit crimes. Such laws make things worse for the assaulted and better for the assailants; they serve rather to encourage than prevent homicides, for an unarmed man may be attacked with greater confidence than an armed one." Thomas Jefferson On Thu, Sep 21, 2017 at 3:24 PM, George Csahanin wrote: > Well, just discovered an issue with making connections. rc.updatenodelist > has an issue. Two nodes I normally connect to, 27849 and 27891 are not in > the list. But in online node status they are active. So I manually ran > rc.updatenodelist and it just hangs. But looking at > /var/lib/asterisk/rc_extnodes it is updating every ten minutes. Really > stumped... tried http://nodes1.allstarlink.org/cgi-bin/nodes.pl and I > get the list that doesn't show 27849 and 27891... > *Anybody steer me to a reason why they show up in the online node list but > not in the directory?* > > GeorgeC > > W2DB 2360 > > -- > George Csahanin > 10100 Carson Ranch Rd. > Crowley, TX 76036682-708-5716 <(682)%20708-5716> home401-338-0568 <(401)%20338-0568> celhttp://dyb.com > PLEASE NOTE: Effective January 1, 2018 george at dyb.com will no longer function > USE george at w2db.com > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From nessenj at jimsoffice.org Fri Sep 22 15:42:03 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Fri, 22 Sep 2017 15:42:03 +0000 Subject: [App_rpt-users] node list In-Reply-To: References: Message-ID: FYI, when you manually run rc.updatenodelist, you should not receive any output. That is expected, however it is still grabbing the list. I looked in my node list this morning, and I see 27849, but not 27891. Jim, K6JWN ________________________________ From: App_rpt-users on behalf of George Csahanin Sent: Thursday, September 21, 2017 3:24 PM To: app_rpt-users at lists.allstarlink.org; Ed W8VT Wilhelm; Joe Wigal Subject: [App_rpt-users] node list Well, just discovered an issue with making connections. rc.updatenodelist has an issue. Two nodes I normally connect to, 27849 and 27891 are not in the list. But in online node status they are active. So I manually ran rc.updatenodelist and it just hangs. But looking at /var/lib/asterisk/rc_extnodes it is updating every ten minutes. Really stumped... tried http://nodes1.allstarlink.org/cgi-bin/nodes.pl and I get the list that doesn't show 27849 and 27891... Anybody steer me to a reason why they show up in the online node list but not in the directory? GeorgeC W2DB 2360 -- George Csahanin 10100 Carson Ranch Rd. Crowley, TX 76036 682-708-5716 home 401-338-0568 cel http://dyb.com PLEASE NOTE: Effective January 1, 2018 george at dyb.com will no longer function USE george at w2db.com DYB dyb.com DYB ONLINE Entertaining zillions since 1996. EXCELLENT COLLECTION OF VACUUM TUBE INFO. HF PROPAGATION -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at lockwood.us.com Sat Sep 23 04:06:06 2017 From: michael at lockwood.us.com (Michael "Lee" Lockwood) Date: Fri, 22 Sep 2017 23:06:06 -0500 Subject: [App_rpt-users] Motorola MTR2000 Message-ID: Does anyone have input on programming a Motorola MTR2000 repeater for use with app_rpt? I'd like to know what your RSS settings are, as well as your usbradio.conf parameters. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Sat Sep 23 23:30:33 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 23 Sep 2017 16:30:33 -0700 Subject: [App_rpt-users] node list In-Reply-To: References: Message-ID: My nodes test script reports the following: -rw-r--r-- 1 root root 114047 Sep 23 16:26 rpt_extnodes-nodes1 -rw-r--r-- 1 root root 114000 Sep 23 16:26 rpt_extnodes-nodes2 -rw-r--r-- 1 root root 113947 Sep 23 16:26 rpt_extnodes-nodes3 -rw-r--r-- 1 root root 0 Sep 23 16:26 rpt_extnodes-nodes4 grep 27849 rpt_extnodes-nodes* rpt_extnodes-nodes1:27849=radio at 173.80.6.130:4569/27849,173.80.6.130 rpt_extnodes-nodes2:27849=radio at 173.80.6.130:4569/27849,173.80.6.130 rpt_extnodes-nodes3:27849=radio at 173.80.6.130:4569/27849,173.80.6.130 On Fri, Sep 22, 2017 at 7:34 AM, David Shaw wrote: > Hello George, I checked rpt_extnodes. I found that 27849 shows up and > 27891 doesn't. But my last list update was on the 18th. > [root at asl2063 asterisk]# cat rpt_extnodes | grep 27849 > 27849=radio at 173.80.6.130:4569/27849,173.80.6.130 > [root at asl2063 asterisk]# cat rpt_extnodes | grep 27891 > > nodes1 and 2 I get errors. nodes 3 and 4 hang. > > > [root at asl2063 ~]# wget nodes1.allstarlink.org/cgi-bin/nodes.pl > --07:30:48-- http://nodes1.allstarlink.org/cgi-bin/nodes.pl > => `nodes.pl' > Resolving nodes1.allstarlink.org... 96.36.57.202 > Connecting to nodes1.allstarlink.org|96.36.57.202|:80... connected. > HTTP request sent, awaiting response... 403 > 07:30:48 ERROR 403: (no description). > > [root at asl2063 ~]# wget nodes2.allstarlink.org/cgi-bin/nodes.pl > --07:30:59-- http://nodes2.allstarlink.org/cgi-bin/nodes.pl > => `nodes.pl' > Resolving nodes2.allstarlink.org... 209.159.155.200 > Connecting to nodes2.allstarlink.org|209.159.155.200|:80... connected. > HTTP request sent, awaiting response... 403 Forbidden > 07:30:59 ERROR 403: Forbidden. > > [root at asl2063 ~]# wget nodes3.allstarlink.org/cgi-bin/nodes.pl > --07:31:08-- http://nodes3.allstarlink.org/cgi-bin/nodes.pl > => `nodes.pl' > Resolving nodes3.allstarlink.org... 65.110.110.172 > Connecting to nodes3.allstarlink.org|65.110.110.172|:80... ^C > [root at asl2063 ~]# wget nodes4.allstarlink.org/cgi-bin/nodes.pl > --07:31:53-- http://nodes4.allstarlink.org/cgi-bin/nodes.pl > => `nodes.pl' > Resolving nodes4.allstarlink.org... 67.214.190.109 > Connecting to nodes4.allstarlink.org|67.214.190.109|:80... ^C > > David > KE6UPI > > > > -- > Thanks, David > > "Laws that forbid the carrying of arms...disarm only those who are neither > inclined nor determined to commit crimes. Such laws make things worse for > the assaulted and better for the assailants; they serve rather to encourage > than prevent homicides, for an unarmed man may be attacked with greater > confidence than an armed one." > Thomas Jefferson > > On Thu, Sep 21, 2017 at 3:24 PM, George Csahanin wrote: > >> Well, just discovered an issue with making connections. rc.updatenodelist >> has an issue. Two nodes I normally connect to, 27849 and 27891 are not in >> the list. But in online node status they are active. So I manually ran >> rc.updatenodelist and it just hangs. But looking at >> /var/lib/asterisk/rc_extnodes it is updating every ten minutes. Really >> stumped... tried http://nodes1.allstarlink.org/cgi-bin/nodes.pl and I >> get the list that doesn't show 27849 and 27891... >> *Anybody steer me to a reason why they show up in the online node list >> but not in the directory?* >> >> GeorgeC >> >> W2DB 2360 >> >> -- >> George Csahanin >> 10100 Carson Ranch Rd. >> Crowley, TX 76036682-708-5716 <(682)%20708-5716> home401-338-0568 <(401)%20338-0568> celhttp://dyb.com >> PLEASE NOTE: Effective January 1, 2018 george at dyb.com will no longer function >> USE george at w2db.com >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at lists.allstarlink.org >> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://lists.allstarlink.org/c >> gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of >> the page. Enter your email address and press the "Unsubscribe or edit >> options button" >> You do not need a password to unsubscribe, you can do it via email >> confirmation. If you have trouble unsubscribing, please send a message to >> the list detailing the problem. >> > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From haydenph91 at gmail.com Sun Sep 24 00:28:16 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Sun, 24 Sep 2017 10:28:16 +1000 Subject: [App_rpt-users] Desense (Echo) on RTCM Message-ID: I fixed this issue that I posted about earlier... The problem happened to be RF getting into the receiver directly and horrible desense occurring. Managed to tighten things down and fix the issue. I am a little concerned as weather conditions are a bit variable at one of our sites, and it has been known to cause the repeater to talk to itself. Are there any easier way to disable individual transmitters if needed rather than creating multiple voter.conf files and reloading? -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve7fet at tparc.org Sun Sep 24 00:40:14 2017 From: ve7fet at tparc.org (Lee Woldanski) Date: Sat, 23 Sep 2017 17:40:14 -0700 Subject: [App_rpt-users] Desense (Echo) on RTCM In-Reply-To: References: Message-ID: Use Allmon2/Supermon to disable things on the fly. Lee On Sep 23, 2017 5:28 PM, "Hayden Honeywood" wrote: I fixed this issue that I posted about earlier... The problem happened to be RF getting into the receiver directly and horrible desense occurring. Managed to tighten things down and fix the issue. I am a little concerned as weather conditions are a bit variable at one of our sites, and it has been known to cause the repeater to talk to itself. Are there any easier way to disable individual transmitters if needed rather than creating multiple voter.conf files and reloading? _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From haydenph91 at gmail.com Sun Sep 24 00:41:13 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Sun, 24 Sep 2017 10:41:13 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: More testing last night and today. I set the TX Buffer to 1200 last night, rebooted both RTCM units and it was working fine last night. Switched off one of the sites (at home) overnight. Came back this morning, powered up and getting the packet out of bounds issues again. Changed up to 1600 and rebooted both units, worked again. buflen set to 250. Is it just a matter of increasing these up and up until it's stable even after a power reset? I've been swapping out ethernet cables too just checking to make sure that is not the issue... Could still be a hardware problem. Next thing to change is the port from 667 to make sure there is no limiting down at the ISP level. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve7fet at tparc.org Sun Sep 24 01:27:13 2017 From: ve7fet at tparc.org (Lee Woldanski) Date: Sat, 23 Sep 2017 18:27:13 -0700 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds In-Reply-To: References: Message-ID: Have you quantified your network parameters and set your buffers using the tuning procedure? http://docs.allstarlink.org/drupal/node/108 Where is your asterisk/allstar server, in relation to your MASTER site? Per the votersystem.pdf: There must be a VOTER (RTCM) board on the same LAN (very low latency) as the Asterisk server implementing the ?master site?, which acts as the Master Timing source. This allows chan_voter to have a consistent, reliable, accurate timing source with which the timing information from all other inbound packets are compared and appropriately processed, and from which to generate accurate timing information for time-consistent transmission purposes. Cheers! Lee On Sat, Sep 23, 2017 at 5:41 PM, Hayden Honeywood wrote: > More testing last night and today. > > I set the TX Buffer to 1200 last night, rebooted both RTCM units and it > was working fine last night. > > Switched off one of the sites (at home) overnight. Came back this morning, > powered up and getting the packet out of bounds issues again. Changed up to > 1600 and rebooted both units, worked again. buflen set to 250. > > Is it just a matter of increasing these up and up until it's stable even > after a power reset? > > I've been swapping out ethernet cables too just checking to make sure that > is not the issue... Could still be a hardware problem. Next thing to change > is the port from 667 to make sure there is no limiting down at the ISP > level. > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- Lee Woldanski, AScT VE7FET -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve7lyd at gmail.com Sun Sep 24 02:46:28 2017 From: ve7lyd at gmail.com (Jesse Lloyd) Date: Sat, 23 Sep 2017 19:46:28 -0700 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds In-Reply-To: References: Message-ID: <2CD9FB52-4E33-46D6-AFB3-0DE2E2145E20@gmail.com> Here's how I do it, seems to work... Calculate the maximum latency in network. If its less than 60 ms use 60ms for the calculations. For RTCM Tx Buffer length, take latency * 8. Minimum therefore is 480 (this value is in packets (8 packets per ms)) For buflen in voter.conf, take latency + 100. Minimum therefore is 160 (this value is in ms) The delay of the system is RTCM Tx Buffer Length /8 + tx buffer length in Asterisk. Minimum therefore is 220ms If you have voter.conf set to 250 the RTCM should be set to 1200. This should make the system able to handle latency spikes to 150ms. Note: If your GPS is weak on the RTCM which is connected to your Asterisk server it'll cause lots of problems. I've also had better luck using a dedicated RTCM for the server timing and using a different one for the radio/repeater, even if they are in the same building. I suspect the UDP TX audio stream combined with the 10Mbps 1/2 duplex RTCM ethernet causes packet collisions which messes up the server timing packets (this is a hunch at this point). Cheers, Jesse > On Sep 23, 2017, at 5:41 PM, Hayden Honeywood wrote: > > More testing last night and today. > > I set the TX Buffer to 1200 last night, rebooted both RTCM units and it was working fine last night. > > Switched off one of the sites (at home) overnight. Came back this morning, powered up and getting the packet out of bounds issues again. Changed up to 1600 and rebooted both units, worked again. buflen set to 250. > > Is it just a matter of increasing these up and up until it's stable even after a power reset? > > I've been swapping out ethernet cables too just checking to make sure that is not the issue... Could still be a hardware problem. Next thing to change is the port from 667 to make sure there is no limiting down at the ISP level. > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Benjamin at Project23D.com Sun Sep 24 05:12:54 2017 From: Benjamin at Project23D.com (Benjamin Naber) Date: Sun, 24 Sep 2017 01:12:54 -0400 Subject: [App_rpt-users] stats.allstarlink.org Message-ID: <1506229974.2475.41.camel@Project23D.com> I'm very well aware the next lines of this message could be a very time consuming project. I think the ability for something along the lines to sort ASL nodes, separated by, at least, Country and State/Province would possibly encourage more activity among nodes connected to repeaters that do not see a lot of local activity for whatever reason. Trying to find a ASL node in state like GA, searching the stats page for "GA" results in many matches with wherever "GA" is found. Given the nature of a community updated site like repeater-book, which is awesome, does not have all open repeaters with ASL. Echostink and IRLP have this capability. During our weekly ASL TechNet, the available search options on stats.allstarlink.org, gets brought up. Perhaps, just a few mods can be made to the Allstar Server config page, where City, State/Province, Country are separate entry dialog boxes, and select boxes for "testing" or "Portable". If one or the other select box is checked for "Testing" or "Portable", location info is not required and portable/test ASL nodes could have a separate "location" category of their own. Which by the way, this category could be at the bottom of the stats page, as most portable nodes, when used on cellular networks, do not allow incoming connections, anyhow. The top of the stats page can use the arrow-sort type 'buttons' to select sort display results, next to the column name. This may enable sorting by frequency, country, state, city, callsign, first heard, or node number. This kind of thing, as stated, will take time. That said, reasonable refining ideas should be made by the group, and perhaps volunteers for coding to make it work, and on the present stats page, a link to the developmental stats page. I cannot tell you the first thing about coding, but I can offer a public IP and dev. server space at a datacenter I work in. Obviously, the implementation is ultimately up to the powers-that-be, but it sure would be nice to have some 'sort' of better sorting. Especially for travelers looking for ASL nodes in areas they are transiting through or visiting. ~Benjamin, KB9LFZ From haydenph91 at gmail.com Sun Sep 24 09:28:54 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Sun, 24 Sep 2017 19:28:54 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: Thanks to you both Lee and Jesse. Yes I've followed the buffer setting as per the link you sent Lee. I've slowly increased the values though as I've run into this issue. The asterisk server is located on the same router as the Master RTCM (latency <2ms). Just today another ham mentioned to me that having the RTCM set on auto negotiation can cause ethernet issues... so I've changed that to negotiate only at 10Mbps 1/2 duplex on the Master site. -------------- next part -------------- An HTML attachment was scrubbed... URL: From kizzy at lusfiber.net Sun Sep 24 12:27:10 2017 From: kizzy at lusfiber.net (Steve Mahler) Date: Sun, 24 Sep 2017 07:27:10 -0500 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: <1506229974.2475.41.camel@Project23D.com> References: <1506229974.2475.41.camel@Project23D.com> Message-ID: <006f1236-61dd-7188-efab-3c7f43a17ec6@lusfiber.net> I have given some thought to this before and suggest the following: 1) Take all ASL sites that did not provided Lat Lon and put them at? 0 - 0 ... or in the middle an ocean 2A)? Somewhere there has to be a database to convert Lat Lon to a city and state name.? Use this to populate City and State.? This will allow you to look at ASL Nodes in a City or State. 2B)? The formula to obtain distance between two sets of Lat Lons is pretty simple.? You could use those results to find ASL nodes within X miles of some other node. 3) If 2A and/or 2B is implemented bolster assistance in setting Lat Lon information when obtaining a new ASL node number. 73, ...STeve - KF5VH On 9/24/2017 12:12 AM, Benjamin Naber wrote: > I'm very well aware the next lines of this message could be a very time > consuming project. > > I think the ability for something along the lines to sort ASL nodes, > separated by, at least, Country and State/Province would possibly > encourage more activity among nodes connected to repeaters that do not > see a lot of local activity for whatever reason. Trying to find a ASL > node in state like GA, searching the stats page for "GA" results in many > matches with wherever "GA" is found. Given the nature of a community > updated site like repeater-book, which is awesome, does not have all > open repeaters with ASL. > > Echostink and IRLP have this capability. During our weekly ASL TechNet, > the available search options on stats.allstarlink.org, gets brought up. > > Perhaps, just a few mods can be made to the Allstar Server config page, > where City, State/Province, Country are separate entry dialog boxes, and > select boxes for "testing" or "Portable". If one or the other select box > is checked for "Testing" or "Portable", location info is not required > and portable/test ASL nodes could have a separate "location" category of > their own. Which by the way, this category could be at the bottom of the > stats page, as most portable nodes, when used on cellular networks, do > not allow incoming connections, anyhow. > > The top of the stats page can use the arrow-sort type 'buttons' to > select sort display results, next to the column name. This may enable > sorting by frequency, country, state, city, callsign, first heard, or > node number. > > This kind of thing, as stated, will take time. That said, reasonable > refining ideas should be made by the group, and perhaps volunteers for > coding to make it work, and on the present stats page, a link to the > developmental stats page. > > I cannot tell you the first thing about coding, but I can offer a public > IP and dev. server space at a datacenter I work in. > > Obviously, the implementation is ultimately up to the powers-that-be, > but it sure would be nice to have some 'sort' of better sorting. > Especially for travelers looking for ASL nodes in areas they are > transiting through or visiting. > > ~Benjamin, KB9LFZ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. > > --- > This email has been checked for viruses by AVG. > http://www.avg.com From tisawyer at gmail.com Sun Sep 24 15:27:55 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Sun, 24 Sep 2017 08:27:55 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: <1506229974.2475.41.camel@Project23D.com> References: <1506229974.2475.41.camel@Project23D.com> Message-ID: There is some work being done in that area and more. I'm rebuilding the AllStar Portal, slowly. This node list https://allstar.aargdmr.net/nodelist/ has a filter box in the upper right. It gives some of the functionality you're looking for. Login is not required to see the node list. You may login just to test the feature but it won't let you do much as there is not much there yet. The database is a copy of the actual current database and it might be months old or only seconds old, depends on when I've worked on it last. You're welcome to bang on it and provide feedback. I hope to have time in coming weeks for further development. On Sat, Sep 23, 2017 at 10:12 PM, Benjamin Naber wrote: > I'm very well aware the next lines of this message could be a very time > consuming project. > > I think the ability for something along the lines to sort ASL nodes, > separated by, at least, Country and State/Province would possibly > encourage more activity among nodes connected to repeaters that do not > see a lot of local activity for whatever reason. Trying to find a ASL > node in state like GA, searching the stats page for "GA" results in many > matches with wherever "GA" is found. Given the nature of a community > updated site like repeater-book, which is awesome, does not have all > open repeaters with ASL. > > Echostink and IRLP have this capability. During our weekly ASL TechNet, > the available search options on stats.allstarlink.org, gets brought up. > > Perhaps, just a few mods can be made to the Allstar Server config page, > where City, State/Province, Country are separate entry dialog boxes, and > select boxes for "testing" or "Portable". If one or the other select box > is checked for "Testing" or "Portable", location info is not required > and portable/test ASL nodes could have a separate "location" category of > their own. Which by the way, this category could be at the bottom of the > stats page, as most portable nodes, when used on cellular networks, do > not allow incoming connections, anyhow. > > The top of the stats page can use the arrow-sort type 'buttons' to > select sort display results, next to the column name. This may enable > sorting by frequency, country, state, city, callsign, first heard, or > node number. > > This kind of thing, as stated, will take time. That said, reasonable > refining ideas should be made by the group, and perhaps volunteers for > coding to make it work, and on the present stats page, a link to the > developmental stats page. > > I cannot tell you the first thing about coding, but I can offer a public > IP and dev. server space at a datacenter I work in. > > Obviously, the implementation is ultimately up to the powers-that-be, > but it sure would be nice to have some 'sort' of better sorting. > Especially for travelers looking for ASL nodes in areas they are > transiting through or visiting. > > ~Benjamin, KB9LFZ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomh.us Sun Sep 24 15:43:26 2017 From: tom at tomh.us (Tom Hayward) Date: Sun, 24 Sep 2017 08:43:26 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: On Sun, Sep 24, 2017 at 8:27 AM, Tim Sawyer wrote: > There is some work being done in that area and more. I'm rebuilding the > AllStar Portal, slowly. This node list https://allstar.aargdmr.net/nodelist/ > has a filter box in the upper right. It gives some of the functionality > you're looking for. > > Login is not required to see the node list. You may login just to test the > feature but it won't let you do much as there is not much there yet. The > database is a copy of the actual current database and it might be months old > or only seconds old, depends on when I've worked on it last. > > You're welcome to bang on it and provide feedback. I hope to have time in > coming weeks for further development. Have you considered open sourcing this project? That would allow it to progress faster than you could do on your own. Or as a half measure, publish an API so that independent frontends could be developed. I took a look at the unofficial API you are using here. Would it be possible to add the lat and lon fields to the response? This would allow mapping the results in the client. Tom KD7LXL From tisawyer at gmail.com Sun Sep 24 17:07:32 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Sun, 24 Sep 2017 10:07:32 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: What "unofficial API" are you referring to. There is none I'm aware of. Some sort of web service could easily be developed... at least to pull data, there is one fort Allmon but no lat/lon there. I would like to open sourcing the project but need to think about how without creating a security risk. On Sun, Sep 24, 2017 at 8:43 AM, Tom Hayward wrote: > On Sun, Sep 24, 2017 at 8:27 AM, Tim Sawyer wrote: > > There is some work being done in that area and more. I'm rebuilding the > > AllStar Portal, slowly. This node list https://allstar.aargdmr.net/ > nodelist/ > > has a filter box in the upper right. It gives some of the functionality > > you're looking for. > > > > Login is not required to see the node list. You may login just to test > the > > feature but it won't let you do much as there is not much there yet. The > > database is a copy of the actual current database and it might be months > old > > or only seconds old, depends on when I've worked on it last. > > > > You're welcome to bang on it and provide feedback. I hope to have time in > > coming weeks for further development. > > Have you considered open sourcing this project? That would allow it to > progress faster than you could do on your own. > > Or as a half measure, publish an API so that independent frontends > could be developed. I took a look at the unofficial API you are using > here. Would it be possible to add the lat and lon fields to the > response? This would allow mapping the results in the client. > > Tom KD7LXL > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomh.us Sun Sep 24 19:03:22 2017 From: tom at tomh.us (Tom Hayward) Date: Sun, 24 Sep 2017 12:03:22 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > What "unofficial API" are you referring to. There is none I'm aware of. This is the backend your page is hitting: Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php Request Method:POST You could do quite a bit with this data in terms of frontend features, but what I was hoping was that lat/lon could be added so that this data could be mapped. Tom KD7LXL From tisawyer at gmail.com Sun Sep 24 19:59:59 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Sun, 24 Sep 2017 12:59:59 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: Oh yes, that's the backend that handles ajax requests for the nodes list. What you are asking for would do something very similar. I got ya! What format would you expect the data? Do you grep json? On Sun, Sep 24, 2017 at 12:03 PM, Tom Hayward wrote: > On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > > What "unofficial API" are you referring to. There is none I'm aware of. > > This is the backend your page is hitting: > Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php > Request Method:POST > > You could do quite a bit with this data in terms of frontend features, > but what I was hoping was that lat/lon could be added so that this > data could be mapped. > > Tom KD7LXL > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From Dbecar at charter.net Sun Sep 24 21:20:42 2017 From: Dbecar at charter.net (Becar Family) Date: Sun, 24 Sep 2017 14:20:42 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: <6AB7F000A43F46E28051F9E9EF3C469B@HomePC> Please unsubscribe dbecar at charter.net -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Tom Hayward Sent: Sunday, September 24, 2017 12:03 PM To: Users of Asterisk app_rpt Subject: Re: [App_rpt-users] stats.allstarlink.org On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > What "unofficial API" are you referring to. There is none I'm aware of. This is the backend your page is hitting: Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php Request Method:POST You could do quite a bit with this data in terms of frontend features, but what I was hoping was that lat/lon could be added so that this data could be mapped. Tom KD7LXL _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From nessenj at jimsoffice.org Sun Sep 24 23:22:55 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Sun, 24 Sep 2017 23:22:55 +0000 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: <6AB7F000A43F46E28051F9E9EF3C469B@HomePC> References: <1506229974.2475.41.camel@Project23D.com> <6AB7F000A43F46E28051F9E9EF3C469B@HomePC> Message-ID: <91A1AD3F-3018-4435-8ED9-4CFE6F468E65@jimsoffice.org> You can unsubscribe yourself by going here: http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users On 9/24/17, 2:20 PM, "App_rpt-users on behalf of Becar Family" wrote: Please unsubscribe dbecar at charter.net -----Original Message----- From: App_rpt-users [mailto:app_rpt-users-bounces at lists.allstarlink.org] On Behalf Of Tom Hayward Sent: Sunday, September 24, 2017 12:03 PM To: Users of Asterisk app_rpt Subject: Re: [App_rpt-users] stats.allstarlink.org On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > What "unofficial API" are you referring to. There is none I'm aware of. This is the backend your page is hitting: Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php Request Method:POST You could do quite a bit with this data in terms of frontend features, but what I was hoping was that lat/lon could be added so that this data could be mapped. Tom KD7LXL _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From k1lnx at k1lnx.net Mon Sep 25 13:16:36 2017 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Mon, 25 Sep 2017 09:16:36 -0400 Subject: [App_rpt-users] USB GPIO recommended circuit In-Reply-To: References: Message-ID: I haven't used it yet, but I purchased one of these for that exact purpose: https://www.adafruit.com/product/1875 It's a bi-directional shifter, which you've already thought of, so may or may not help :) 73 Stephen K1LNX On Thu, Sep 21, 2017 at 3:20 PM, Bryan Fields wrote: > Is there a best practices for interfacing 5v TTL logic with the 3.3v logic > on > the GPIO pins? I was thinking a bi-directional shifter would be good, but > there are so many different ways to do this. > > Is there a best current practice for this? > -- > Bryan Fields > > 727-409-1194 - Voice > http://bryanfields.net > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at erguth.com Mon Sep 25 17:26:05 2017 From: eric at erguth.com (Eric EG. Guth) Date: Mon, 25 Sep 2017 17:26:05 +0000 Subject: [App_rpt-users] Kenwood TKR-820 repairs Message-ID: Any experts here on the Kenwood TKR-820 repeater that can answer some repair questions? 73, Eric Guth 4Z1UG Allstar: 28422 QSO Today -------------- next part -------------- An HTML attachment was scrubbed... URL: From richard at batemansr.us Mon Sep 25 17:36:57 2017 From: richard at batemansr.us (Richard Bateman) Date: Mon, 25 Sep 2017 11:36:57 -0600 Subject: [App_rpt-users] Kenwood TKR-820 repairs In-Reply-To: References: Message-ID: I wouldn't call myself an expert, but I've worked on them a bit and there is a chance I might be able to help. Richard On Mon, Sep 25, 2017 at 11:26 AM, Eric EG. Guth wrote: > Any experts here on the Kenwood TKR-820 repeater that can answer some repair > questions? > > > > 73, > > > > Eric Guth > > 4Z1UG > > Allstar: 28422 > > QSO Today > > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and > scroll down to the bottom of the page. Enter your email address and press > the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. From petem001 at gmail.com Tue Sep 26 00:20:15 2017 From: petem001 at gmail.com (Pierre Martel) Date: Tue, 26 Sep 2017 00:20:15 +0000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds In-Reply-To: References: Message-ID: I would not put my link in half duplex as it will put a lot more latency then in full duplex, if auto negotiate is a problem you can still keep the link in higher speed and full duplex, it is just if the hardware facing the rtcm that is not fully compatible at the hardware level as the speed negotiation is a hardware thing, not a tcp/ip protocol thing. One other thing, if you ever have one device on the network that start broadcasting a lot if it has a 100 Mbps connection to your switch/router it will over saturate the 10 Mbps link and make it loose a lot of packet. Even if it's just using 20 Mbps for its broadcast it will be twice the bandwidth the rtcm can handle. Be careful with such setup. I had a place where a 10 Mbps alarm system it would signal a trouble as soon someone would listen to a ip radio station cause the router/proxy was converting multicast packet as broadcast packet to the local network. The poling packet from the central station was lost in noise... Le dim. 24 sept. 2017 ? 05:29, Hayden Honeywood a ?crit : > Thanks to you both Lee and Jesse. > > Yes I've followed the buffer setting as per the link you sent Lee. I've > slowly increased the values though as I've run into this issue. > > The asterisk server is located on the same router as the Master RTCM > (latency <2ms). > > Just today another ham mentioned to me that having the RTCM set on auto > negotiation can cause ethernet issues... so I've changed that to negotiate > only at 10Mbps 1/2 duplex on the Master site. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and > scroll down to the bottom of the page. Enter your email address and press > the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From scotthibbs at hotmail.com Tue Sep 26 04:03:09 2017 From: scotthibbs at hotmail.com (scott hibbs) Date: Tue, 26 Sep 2017 04:03:09 +0000 Subject: [App_rpt-users] Allstar Node Requests Message-ID: Hello, I'm a new user to allstar. I requested and got my secure personal pin number very quickly. Since I was unable to use the java web transceiver, I decided to build a micro node. I'm currently wiring (yet another new version) BF-888s to a sound card (I'm going to document it for others if successful) and I have downloaded the software for my Raspberry Pi. I requested a node number but didn't get a response. Thinking that I didn't do it correctly, I requested one again. My third request was on Sept 13. In my research, I have noted that there was a recent death of a very active ham in this technology. My sincerest condolences. I wanted to bring it to someone's attention, that although I did get a secure personal pin very quickly, I have been unsuccessful with getting a node number or a response from one of the emails on the support site. I did not get an email regarding a pending status, or a rejection so I'm wondering if my requests are not being received. I would appreciate any assistance or information someone could provide. Thank you and 73, Scott Hibbs KD4SIR -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ramesh at va3uv.com Tue Sep 26 04:22:03 2017 From: Ramesh at va3uv.com (Ramesh Dhami) Date: Mon, 25 Sep 2017 18:22:03 -1000 Subject: [App_rpt-users] Allstar Node Requests In-Reply-To: References: Message-ID: <57081E59-9AAA-4D28-B2CF-D64D2F62C7FC@va3uv.com> Hi Scott: I have recently taken on a role of providing assistance in reviewing and authorizing new node numbers, callsigns, etc. Admittedly, I am behind as I've been busy with work and now on vacation in Maui! I'll see if I get some time while on vacation.... Aloha! Ramesh. Sent from my iPhone > On Sep 25, 2017, at 6:03 PM, scott hibbs wrote: > > Hello, > > > I'm a new user to allstar. I requested and got my secure personal pin number very quickly. Since I was unable to use the java web transceiver, I decided to build a micro node. I'm currently wiring (yet another new version) BF-888s to a sound card (I'm going to document it for others if successful) and I have downloaded the software for my Raspberry Pi. I requested a node number but didn't get a response. Thinking that I didn't do it correctly, I requested one again. My third request was on Sept 13. > > > In my research, I have noted that there was a recent death of a very active ham in this technology. My sincerest condolences. > > > I wanted to bring it to someone's attention, that although I did get a secure personal pin very quickly, I have been unsuccessful with getting a node number or a response from one of the emails on the support site. I did not get an email regarding a pending status, or a rejection so I'm wondering if my requests are not being received. > > > I would appreciate any assistance or information someone could provide. > > > Thank you and 73, > > Scott Hibbs > > KD4SIR > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From eric at erguth.com Tue Sep 26 12:29:23 2017 From: eric at erguth.com (Eric EG. Guth) Date: Tue, 26 Sep 2017 12:29:23 +0000 Subject: [App_rpt-users] Autopatch mode to control a DTMF device Message-ID: Our group has a remote control device that sits on a telephone line that is DTMF controlled. Can I designate it as a VoIP service and get to it through the autopatch mode? Will DTMF pass through the trunk to this VoIP service? 73, Eric Guth 4Z1UG Allstar: 28422 QSO Today -------------- next part -------------- An HTML attachment was scrubbed... URL: From Benjamin at Project23D.com Tue Sep 26 13:17:47 2017 From: Benjamin at Project23D.com (Benjamin Naber) Date: Tue, 26 Sep 2017 09:17:47 -0400 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: References: <1506229974.2475.41.camel@Project23D.com> Message-ID: <1506431867.2475.58.camel@Project23D.com> Tom: remember that lat/lon has been and is still purely voluntary and may not even be close to being accurate to any degree! Tom: I do like it they way it is turning out. I think the option to select to see only online nodes, and then sort from there would be great. ~Benjamin, KB9LFZ On Sun, 2017-09-24 at 12:03 -0700, Tom Hayward wrote: > On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > > What "unofficial API" are you referring to. There is none I'm aware of. > > This is the backend your page is hitting: > Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php > Request Method:POST > > You could do quite a bit with this data in terms of frontend features, > but what I was hoping was that lat/lon could be added so that this > data could be mapped. > > Tom KD7LXL > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. From kuggie at kuggie.com Tue Sep 26 15:28:54 2017 From: kuggie at kuggie.com (Kevin Custer) Date: Tue, 26 Sep 2017 11:28:54 -0400 Subject: [App_rpt-users] Allstar Node Requests In-Reply-To: References: Message-ID: Scott, I process membership and node requests several times a day - usually.? I don't remember seeing a node request from you and I've processed several (hundred) since September 13, including three this morning. You hadn't changed your membership type to administrator, which I've done for you manually just now.? Please request for a node number again.? Feel free to follow up with me in a personal email when you do, and I'll watch for it. Thanks, Kevin PS - Thank you for your note of condolence.? Jim Dixon was the inventor of AllStar Link and most of its technology.? It's been about 9 months since his death, and we miss him every day. On 9/26/2017 12:03 AM, scott hibbs wrote: > > Hello, > > > I'm a new user to allstar. I requested and got my secure?personal pin > number very quickly. Since I was unable to use the java web > transceiver, I decided to build a micro node. I'm currently wiring > (yet another new version)?BF-888s to a sound card (I'm going to > document it for others if successful)?and I have downloaded the > software for my Raspberry Pi. I requested a node number but didn't get > a response. Thinking that I didn't do it correctly, I requested one > again. My third request was on Sept 13. > > > In my research, I have noted that there was a recent death of a very > active ham in this technology. My sincerest condolences. > > > I wanted to bring it to someone's attention, that although I did get a > secure?personal pin very quickly, I have been unsuccessful with > getting a node number or a response from one of the emails on the > support site. I did not get an email regarding a pending status, or a > rejection so I'm wondering if my requests are not being received. > > > I would appreciate any assistance or information someone could provide. > > > Thank you and?73, > > Scott Hibbs > > KD4SIR > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Tue Sep 26 18:53:49 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Tue, 26 Sep 2017 11:53:49 -0700 Subject: [App_rpt-users] stats.allstarlink.org In-Reply-To: <1506431867.2475.58.camel@Project23D.com> References: <1506229974.2475.41.camel@Project23D.com> <1506431867.2475.58.camel@Project23D.com> Message-ID: Benjamin, Even though you got my name wrong I still like your comment and suggestion. Thank you. I probably will add a filter for online. 73, Tim not Tom Sawyer WD6AWP On Tue, Sep 26, 2017 at 6:17 AM, Benjamin Naber wrote: > Tom: remember that lat/lon has been and is still purely voluntary and > may not even be close to being accurate to any degree! > > > Tom: I do like it they way it is turning out. I think the option to > select to see only online nodes, and then sort from there would be > great. > > ~Benjamin, KB9LFZ > > > On Sun, 2017-09-24 at 12:03 -0700, Tom Hayward wrote: > > On Sun, Sep 24, 2017 at 10:07 AM, Tim Sawyer wrote: > > > What "unofficial API" are you referring to. There is none I'm aware of. > > > > This is the backend your page is hitting: > > Request URL:https://allstar.aargdmr.net/nodelist/nodelist_server.php > > Request Method:POST > > > > You could do quite a bit with this data in terms of frontend features, > > but what I was hoping was that lat/lon could be added so that this > > data could be mapped. > > > > Tom KD7LXL > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at lists.allstarlink.org > > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Tue Sep 26 19:11:12 2017 From: tisawyer at gmail.com (Tim Sawyer) Date: Tue, 26 Sep 2017 12:11:12 -0700 Subject: [App_rpt-users] Autopatch mode to control a DTMF device In-Reply-To: References: Message-ID: I use DTMF on my home VoIP line all the time. But YMMV. Give it a try before you pull the POTS line. On Tue, Sep 26, 2017 at 5:29 AM, Eric EG. Guth wrote: > Our group has a remote control device that sits on a telephone line that > is DTMF controlled. > > > > Can I designate it as a VoIP service and get to it through the autopatch > mode? > > > > Will DTMF pass through the trunk to this VoIP service? > > > > > > 73, > > > > Eric Guth > > 4Z1UG > > Allstar: 28422 > > QSO Today > > > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomh.us Tue Sep 26 21:17:52 2017 From: tom at tomh.us (Tom Hayward) Date: Tue, 26 Sep 2017 14:17:52 -0700 Subject: [App_rpt-users] Node Password Message-ID: I just noticed that all of my node passwords are 6-digit numbers. I would like to change the passwords to something more secure, like a 16+ character alphanumeric key. I can't find the place to change these. Where do I go to do that? I also find it a bit odd that the Allstar portal can decrypt my passwords and display them to me. Isn't it standard practice to store passwords with a one-way hash such that it's impossible to recover the original? This seems like something I could fix myself, but I wasn't able to find any of the server code on Github. https://github.com/AllStarLink?tab=repositories Tom KD7LXL From nessenj at jimsoffice.org Tue Sep 26 21:33:26 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Tue, 26 Sep 2017 21:33:26 +0000 Subject: [App_rpt-users] Node Password In-Reply-To: References: Message-ID: The registration passwords have always been 6 digits. They are generated when the node number is assigned and looks like they can't be changed by the user. Jim, K6JWN ________________________________ From: App_rpt-users on behalf of Tom Hayward Sent: Tuesday, September 26, 2017 2:17 PM To: Users of Asterisk app_rpt Subject: [App_rpt-users] Node Password I just noticed that all of my node passwords are 6-digit numbers. I would like to change the passwords to something more secure, like a 16+ character alphanumeric key. I can't find the place to change these. Where do I go to do that? I also find it a bit odd that the Allstar portal can decrypt my passwords and display them to me. Isn't it standard practice to store passwords with a one-way hash such that it's impossible to recover the original? This seems like something I could fix myself, but I wasn't able to find any of the server code on Github. https://github.com/AllStarLink?tab=repositories [https://avatars0.githubusercontent.com/u/24500210?v=4&s=400] AllStarLink (AllStarLink) / Repositories ? GitHub github.com AllStarLink has 12 repositories available. Follow their code on GitHub. Tom KD7LXL _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomh.us Tue Sep 26 21:38:26 2017 From: tom at tomh.us (Tom Hayward) Date: Tue, 26 Sep 2017 14:38:26 -0700 Subject: [App_rpt-users] Node Password In-Reply-To: References: Message-ID: On Tue, Sep 26, 2017 at 2:33 PM, Jim Nessen wrote: > The registration passwords have always been 6 digits. Sounds like you have also noticed the problem! Step 2: figure out who has the power to fix it. Tom KD7LXL From nessenj at jimsoffice.org Tue Sep 26 21:47:59 2017 From: nessenj at jimsoffice.org (Jim Nessen) Date: Tue, 26 Sep 2017 21:47:59 +0000 Subject: [App_rpt-users] Node Password In-Reply-To: References: , Message-ID: Well, honestly, its never bothered me. It's just the password used to handshake between your node and allstar. The worse that could happen is that someone figures out your code and "borrows" your node number. I've had my node (and my registration password) since 2010, I haven't had any issues with it. ________________________________ From: App_rpt-users on behalf of Tom Hayward Sent: Tuesday, September 26, 2017 2:38 PM To: Users of Asterisk app_rpt Subject: Re: [App_rpt-users] Node Password On Tue, Sep 26, 2017 at 2:33 PM, Jim Nessen wrote: > The registration passwords have always been 6 digits. Sounds like you have also noticed the problem! Step 2: figure out who has the power to fix it. Tom KD7LXL _______________________________________________ App_rpt-users mailing list App_rpt-users at lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" App_rpt-users Info Page - AllStar Link lists.allstarlink.org This list is for users of the app_rpt.c Asterisk application, the Debian Install (for) Allstar Link (DIAL) This site is dedicated to the memory of Jim Dixon WB6NIL You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: From haydenph91 at gmail.com Wed Sep 27 00:40:40 2017 From: haydenph91 at gmail.com (Hayden Honeywood) Date: Wed, 27 Sep 2017 10:40:40 +1000 Subject: [App_rpt-users] RTCM Inbound (Eth Rx) packet out of bounds Message-ID: Thanks for your reply Pierre, I read on the forums here that a lot of users put their RTCM's into 10Mbps 1/2 duplex, as it fixes stability issues with the Ethernet. In fact it is that by default when you load the firmware. The only other device on the network LAN at the main site is the repeater controller (running at 100Mbps). The test one at home is running into a 16 port switch with many other computers connected to the switch. I'm not sure how much broadcast traffic is sent around however. Hayden -------------- next part -------------- An HTML attachment was scrubbed... URL: From benjamin at project23d.com Wed Sep 27 02:24:00 2017 From: benjamin at project23d.com (Benjamin Naber) Date: Tue, 26 Sep 2017 22:24:00 -0400 Subject: [App_rpt-users] Hub Node Usage Message-ID: I hope this is not a loaded topic. I'd like to know the usage allowed of what appears to be 'general public' nodes, such as 2000, 2100, 2120, and the like. Also, any public use node that has a good internet connection for 30+ links and is not running on a RPi. The reason for inquiring is what started out to be a small, Columbus, GA Allstarlink Tech net has grown and is growing.? Reaching out to other hub nodes, would, I hope, encourage more activity, as well as provide a means of redundancy when a hanful count of nodes are listed for "connect here for this net" Input?Benjamin, KB9LFZ -------------- next part -------------- An HTML attachment was scrubbed... URL: From kuggie at kuggie.com Wed Sep 27 03:53:55 2017 From: kuggie at kuggie.com (Kevin Custer) Date: Tue, 26 Sep 2017 23:53:55 -0400 Subject: [App_rpt-users] Hub Node Usage In-Reply-To: References: Message-ID: <75050078-2590-7748-f167-39851abe7391@kuggie.com> Benjamin, I can't speak for all of the nodes you reference, but 2120 can be used for your net if desired.? It's in my ham radio NOC and is connected to the Internet via a fiber backhaul.? Its network is provisioned 100 Mbps synchronous Internet 1. Just knock it off of WAN (using the standard commands) prior to your usage, and put it back when you are done. Thanks, Kevin On 9/26/2017 10:24 PM, Benjamin Naber wrote: > I hope this is not a loaded topic. > > I'd like to know the usage allowed of what appears to be 'general > public' nodes, such as 2000, 2100, 2120, and the like. > > Also, any public use node that has a good internet connection for 30+ > links and is not running on a RPi. > > The reason for inquiring is what started out to be a small, Columbus, > GA Allstarlink Tech net has grown and is growing. > > Reaching out to other hub nodes, would, I hope, encourage more > activity, as well as provide a means of redundancy when a hanful count > of nodes are listed for "connect here for this net" > > Input? > Benjamin, KB9LFZ From sam.nabkey at gmail.com Wed Sep 27 09:42:28 2017 From: sam.nabkey at gmail.com (Sam Nabkey) Date: Wed, 27 Sep 2017 05:42:28 -0400 Subject: [App_rpt-users] Hub Node Usage In-Reply-To: References: Message-ID: 29096 is also available. On Sep 26, 2017 22:24, "Benjamin Naber" wrote: > I hope this is not a loaded topic. > > I'd like to know the usage allowed of what appears to be 'general public' > nodes, such as 2000, 2100, 2120, and the like. > > Also, any public use node that has a good internet connection for 30+ > links and is not running on a RPi. > > The reason for inquiring is what started out to be a small, Columbus, GA > Allstarlink Tech net has grown and is growing. > > Reaching out to other hub nodes, would, I hope, encourage more activity, > as well as provide a means of redundancy when a hanful count of nodes are > listed for "connect here for this net" > > Input? > Benjamin, KB9LFZ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at lockwood.us.com Wed Sep 27 13:54:39 2017 From: michael at lockwood.us.com (Michael "Lee" Lockwood) Date: Wed, 27 Sep 2017 08:54:39 -0500 Subject: [App_rpt-users] ctcss Encode Issues In-Reply-To: <7d8fc427-c28a-3876-d322-a25b61c931cd@msgstor.com> References: <4f30bf96-8639-5617-ba0b-30ecb5746760@lusfiber.net> <7d8fc427-c28a-3876-d322-a25b61c931cd@msgstor.com> Message-ID: I was doing some more thinking on the ctcss topic recently. In addition to my previous request of having the repeater tail/courtesy tone transmitted using the same ctcss that it was originally received on, would it also be possible to allow only certain ctcss tones to broadcast over the linked nodes? Whereas other ctcss tones in usbradio.conf would only key the local repeater? For example: 151.4 Only keys local repeater 71.9 Keys local repeater and linked node repeaters On Fri, Aug 11, 2017 at 10:51 AM, Steve Zingman wrote: > It will be looked at. Work is happening on channel drivers now. (among a > LOT of other things) > > Steve N4IRS > > > On 8/11/2017 11:39 AM, Michael "Lee" Lockwood wrote: > > Understood, thanks Tom! I hope this does get implemented, or finalized at > some point. > > On Fri, Aug 11, 2017 at 10:36 AM, Tom Hayward wrote: > >> On Fri, Aug 11, 2017 at 8:28 AM, Michael "Lee" Lockwood >> wrote: >> > >> > Just to circle back on this topic... >> > >> > I tried itxctcss = as both 1 and 0 and no difference on this. >> > >> > If I'm understanding correctly, at this point app_rpt does only >> transmit the "default" ctcss for the repeater tail and courtesy tone, by >> design. It does not transmit the other txctcss tones in the usbradio.conf >> file. I haven't misconfigured anything? >> >> If I were designing it, I would have done it this way, so I think that >> yes it is acting as designed. >> >> However, since the itxctcss command exists, it should follow the >> itxctcss command. It sounds like that piece was never implemented. >> This is sort of halfway between a feature request and a bug report, >> but I think it should be programmed so that when itxctcss == 1 it >> operates as it does now, and when itxctcss == 0 it should operate as >> you request, transmitting the input tone through the end of the >> transmission. >> >> Tom KD7LXL >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at lists.allstarlink.org >> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://lists.allstarlink.org/c >> gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of >> the page. Enter your email address and press the "Unsubscribe or edit >> options button" >> You do not need a password to unsubscribe, you can do it via email >> confirmation. If you have trouble unsubscribing, please send a message to >> the list detailing the problem. >> > > > > -- > > *Michael "Lee" Lockwood* > michael at lockwood.us.com > > > _______________________________________________ > App_rpt-users mailing listApp_rpt-users at lists.allstarlink.orghttp://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" > You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at lists.allstarlink.org > http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://lists.allstarlink.org/ > cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of > the page. Enter your email address and press the "Unsubscribe or edit > options button" > You do not need a password to unsubscribe, you can do it via email > confirmation. If you have trouble unsubscribing, please send a message to > the list detailing the problem. > -- *Michael "Lee" Lockwood* michael at lockwood.us.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From michael at lockwood.us.com Wed Sep 27 14:03:12 2017 From: michael at lockwood.us.com (Michael "Lee" Lockwood) Date: Wed, 27 Sep 2017 09:03:12 -0500 Subject: [App_rpt-users] Additional Details in Supermon Message-ID: Would it be possible to display the CTCSS tone that's received, as well as MDC ID of the transmitting radio, in the Supermon/Allmon display? -------------- next part -------------- An HTML attachment was scrubbed... URL: From tom at tomh.us Wed Sep 27 14:39:21 2017 From: tom at tomh.us (Tom Hayward) Date: Wed, 27 Sep 2017 07:39:21 -0700 Subject: [App_rpt-users] ctcss Encode Issues In-Reply-To: References: <4f30bf96-8639-5617-ba0b-30ecb5746760@lusfiber.net> <7d8fc427-c28a-3876-d322-a25b61c931cd@msgstor.com> Message-ID: On Sep 27, 2017 06:54, "Michael "Lee" Lockwood" wrote: I was doing some more thinking on the ctcss topic recently. In addition to my previous request of having the repeater tail/courtesy tone transmitted using the same ctcss that it was originally received on, would it also be possible to allow only certain ctcss tones to broadcast over the linked nodes? Whereas other ctcss tones in usbradio.conf would only key the local repeater? For example: 151.4 Only keys local repeater 71.9 Keys local repeater and linked node repeaters +1. I am also interested in this. Tom KD7LXL -------------- next part -------------- An HTML attachment was scrubbed... URL: From scotthibbs at hotmail.com Thu Sep 28 03:37:59 2017 From: scotthibbs at hotmail.com (scott hibbs) Date: Thu, 28 Sep 2017 03:37:59 +0000 Subject: [App_rpt-users] Allstar Node Requests Message-ID: I figured it out. There is a bug in the request page in that if you type a single apostrophe or quote (') in the comments field it will NOT submit the request like it states. All the other special characters including double apostrophe or quote (") work well and land on the pending request page. The submit webpage needs correction to warn the user not to use a single quote and/or the back end programming of the webpage needs to parse out the single quotes before actually submitting the result if possible. Big Thanks to Kevin for helping me figure out why my requests weren't being seen. Scott KD4SIR -------------- next part -------------- An HTML attachment was scrubbed... URL: