[App_rpt-users] App_rpt-users Digest, Vol 96, Issue 57

Jeff Carrier k0jsc.jeff at gmail.com
Sun Feb 26 16:17:30 UTC 2017


You can also use the permanent connect command built into app_rpt do
maintain a connection.  I normally works flawlessly.

951=ilink,11 ; Permanent link disconnect
952=ilink,12 ; Permanent link receive
953=ilink,13 ; Permanent link transceive

as  opposed to

1=ilink,1 ;disconnect
2=ilink,2 ;monitor
3=ilink,3 ; connect



On Sun, Feb 26, 2017 at 9:13 AM, <
app_rpt-users-request at lists.allstarlink.org> wrote:

> Send App_rpt-users mailing list submissions to
>         app_rpt-users at lists.allstarlink.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_
> rpt-users
> or, via email, send a message with subject or body 'help' to
>         app_rpt-users-request at lists.allstarlink.org
>
> You can reach the person managing the list at
>         app_rpt-users-owner at lists.allstarlink.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of App_rpt-users digest..."
>
> This site is dedicated to the memory of Jim Dixon WB6NIL
>
>
> Today's Topics:
>
>    1. Re: Auto Reconnect? (Steven Donegan)
>    2. Re: parallel port (Steve Zingman)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 26 Feb 2017 15:45:49 +0000 (UTC)
> From: Steven Donegan <donegan at donegan.org>
> To: Users of Asterisk app_rpt <app_rpt-users at lists.allstarlink.org>
> Subject: Re: [App_rpt-users] Auto Reconnect?
> Message-ID: <936294357.1274493.1488123949876 at mail.yahoo.com>
> Content-Type: text/plain; charset="utf-8"
>
> I use a crontab task to do this - the task is:
> /usr/local/bin/lsnodes 40920 >/root/nodelist 2>&1
> nodecount=`wc -l </root/nodelist`
> export nodecount
> echocount=`grep ECHOLINK </root/nodelist|wc -l`
> export echocount
> echo "Asterisk is connected to "$nodecount" nodes, $echocount are
> ECHOLINK."
> [ "$nodecount" -lt 20 ] && sh /root/restart.sh
> And restart.sh contains:
> restarttime=`date`
> echo "Asterisk restart at "$restarttime >>/root/restart.log
> asterisk -rx 'restart now'
> Works dandy, any time my nodelist gets less than normal it restarts...
>  Steven Donegan
> KK6IVC General Class FCC License
> FAA PP-ASEL Pilots License
> Silver State Car #86
> www.sscc.us
>
>       From: Bob <k6ecm1 at gmail.com>
>  To: App_rpt-users at lists.allstarlink.org
>  Sent: Saturday, February 25, 2017 7:41 PM
>  Subject: [App_rpt-users] Auto Reconnect?
>
> Is there a way to setup an auto reconnect after an internet interruption? I
> would want to set it for a specific period of time, which I could perform
> manually, but I don't want to have to monitor the repeater to catch the
> disconnect. Thoughts?
>
> Thanks,
> Bob
> k6ecm
>
> _______________________________________________
> 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: <http://lists.allstarlink.org/pipermail/app_rpt-users/
> attachments/20170226/f5f5d6c3/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 26 Feb 2017 11:13:31 -0500
> From: Steve Zingman <szingman at msgstor.com>
> To: Users of Asterisk app_rpt <app_rpt-users at lists.allstarlink.org>
> Subject: Re: [App_rpt-users] parallel port
> Message-ID: <f5741a2a-1826-8d37-503c-8a206ca94451 at msgstor.com>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> True. Go for it.
>
> <https://github.com/AllStarLink/Asterisk/tree/master/asterisk/channels>
>
>
> On 02/26/2017 10:41 AM, Steven Donegan wrote:
> > This would take all of a few minutes to do - the up/down on a Pi GPIO
> > part I mean. Look up this: WiringPi <http://wiringpi.com/>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >     WiringPi
> >
> > GPIO Library for the Raspberry Pi
> >
> >
> > <http://wiringpi.com/>
> >
> >
> > Steven Donegan
> > KK6IVC General Class FCC License
> > FAA PP-ASEL Pilots License
> > Silver State Car #86
> > www.sscc.us
> >
> >
> > ------------------------------------------------------------------------
> > *From:* George Csahanin <george at dyb.com>
> > *To:* app_rpt-users at lists.allstarlink.org
> > *Sent:* Saturday, February 25, 2017 6:51 PM
> > *Subject:* [App_rpt-users] parallel port
> >
> >
> > The Pi parallel lines would be perfect. This really keeping me from
> > using Pi on more radios. Having to modify the CM108 FOB is a pain. I
> > have some that are not globbed. I also bought a pile of CM108's and was
> > going to come up with my own but Kevin Custer beat me to that one. He
> > has a somewhat less costly URI. But can't beat $6 for a USB FOB and
> > wiggle a line on the Pi's I/O. I saw that VK stuff too, there was some
> > other-than-technical reason I was told to not use it, but it is a hazy
> > memory. And the other group (arm-allstar or whatever it is called flat
> > out said that they won't do it. Shouldn't have skipped those "C" classes
> > so I could roll my own. :-)
> >
> > GeorgeC W2DB
> > Node 2360
> >
> >
> > _______________________________________________
> > App_rpt-users mailing list
> > App_rpt-users at lists.allstarlink.org
> > <mailto: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: <http://lists.allstarlink.org/pipermail/app_rpt-users/
> attachments/20170226/d48a60d4/attachment.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> App_rpt-users mailing list
> App_rpt-users at lists.allstarlink.org
> http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
>
>
> ------------------------------
>
> End of App_rpt-users Digest, Vol 96, Issue 57
> *********************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.keekles.org/pipermail/app_rpt-users/attachments/20170226/2737b180/attachment.html>


More information about the App_rpt-users mailing list