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