From petem001 at hotmail.com Sat Nov 1 00:40:55 2014 From: petem001 at hotmail.com (pete M) Date: Fri, 31 Oct 2014 20:40:55 -0400 Subject: [App_rpt-users] connecting on private node number from an allstar node Message-ID: Ok I amsure it has been discussed before.. but google is not my friend tonight.. So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) the node number is 1100 I know I have to add this to the node stanza in rpt.conf 1100 = radio at ipadressofthenode:4570/1100,NONE But do I have to add something else somewhere? I was under the impression I had to add something in extension.conf? Thanks for the help ve2pf -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Sat Nov 1 01:26:03 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Fri, 31 Oct 2014 18:26:03 -0700 Subject: [App_rpt-users] connecting on private node number from an allstar node In-Reply-To: References: Message-ID: <2C4A071A-554F-42F2-BA7C-C69EF05AA846@mac.com> Yes, you have to do two steps. 1) On the web site ( the AllStar portal), go into your server network configuration and change the port to 4570 2) On your node edit /etc/asterisk/iax.config to add a line bindport=4570 above the bindaddr=0.0.0.0 line. restart you node. -- Tim WD6AWP > On Oct 31, 2014, at 5:40 PM, pete M wrote: > > Ok I amsure it has been discussed before.. but google is not my friend tonight.. > > So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) > > the node number is 1100 > > I know I have to add this to the node stanza in rpt.conf > > 1100 = radio at ipadressofthenode:4570/1100,NONE > > But do I have to add something else somewhere? > > I was under the impression I had to add something in extension.conf? > > Thanks for the help > > ve2pf > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Sat Nov 1 01:32:17 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 31 Oct 2014 21:32:17 -0400 Subject: [App_rpt-users] connecting on private node number from an allstar node In-Reply-To: References: Message-ID: In extensions.conf - [radio-secure] exten => 1100,1,rpt,1100 The entry in rpt.conf would be - [nodes] 1100 = radio at 127.0.0.1/1100,NONE and in iax.conf - [general] bindport=4570 The OTHER end of the connection would need an rpt.conf entry like - [nodes] 1100 = radio at ip_address_of_1100:4570/1100,NONE Note that the IP address above is the local IP address if on the same network or the public IP address if remote. In that case it would also have to be port forwarded in your router. If the node 1100 was connecting to was also private it would need to have an entry in it's nodes stanza of rpt.conf with the address and port information of the remote node. 73 Doug WA3DSP http://www.crompton.com/hamradio From: petem001 at hotmail.com To: app_rpt-users at ohnosec.org Date: Fri, 31 Oct 2014 20:40:55 -0400 Subject: [App_rpt-users] connecting on private node number from an allstar node Ok I amsure it has been discussed before.. but google is not my friend tonight.. So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) the node number is 1100 I know I have to add this to the node stanza in rpt.conf 1100 = radio at ipadressofthenode:4570/1100,NONE But do I have to add something else somewhere? I was under the impression I had to add something in extension.conf? Thanks for the help ve2pf _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Sat Nov 1 04:18:53 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Fri, 31 Oct 2014 21:18:53 -0700 Subject: [App_rpt-users] connecting on private node number from an allstar node In-Reply-To: References: Message-ID: <233E1B57-666F-4EB7-BD18-B85CD4CBDEAF@mac.com> I missed that fact that it?s a private node. It that case you do not need, in fact can?t, modify the server entry on the portal. In addition to Doug?s example below there are a couple of things to add. In the local [nodes] stanza in rpt.conf the loopback needs the port. And it needs a list of all the other private nodes you want to connect. If the other end was node 1000 then the local [nodes] stanza would look like this: [nodes] 1100 = radio at 127.0.0.1 :4570/1100,NONE 1000 = radio at IP_address_of_1000:port_if_not_4569/1000,NONE Also, if you don?t have a registered public node you will not be able to connect to other public nodes. -- Tim :wq > On Oct 31, 2014, at 6:32 PM, Doug Crompton wrote: > > In extensions.conf - > > [radio-secure] > exten => 1100,1,rpt,1100 > > The entry in rpt.conf would be - > > [nodes] > 1100 = radio at 127.0.0.1 /1100,NONE > > and in iax.conf - > > [general] > bindport=4570 > > The OTHER end of the connection would need an rpt.conf entry like - > > [nodes] > 1100 = radio at ip_address_of_1100:4570/1100,NONE > > Note that the IP address above is the local IP address if on the same network or the public IP address if remote. In that case it would also have to be port forwarded in your router. If the node 1100 was connecting to was also private it would need to have an entry in it's nodes stanza of rpt.conf with the address and port information of the remote node. > > 73 Doug > WA3DSP > http://www.crompton.com/hamradio > > > From: petem001 at hotmail.com > To: app_rpt-users at ohnosec.org > Date: Fri, 31 Oct 2014 20:40:55 -0400 > Subject: [App_rpt-users] connecting on private node number from an allstar node > > Ok I amsure it has been discussed before.. but google is not my friend tonight.. > > So I got that private node at a fix ip on the net.the port it run on is 4570 (4569 was not available cause of an asterisk pbx on the smae network) > > the node number is 1100 > > I know I have to add this to the node stanza in rpt.conf > > 1100 = radio at ipadressofthenode:4570/1100,NONE > > But do I have to add something else somewhere? > > I was under the impression I had to add something in extension.conf? > > Thanks for the help > > ve2pf > > > > _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 kc7mrq at bresnan.net Sat Nov 1 13:48:47 2014 From: kc7mrq at bresnan.net (COREY BADGLEY) Date: Sat, 01 Nov 2014 07:48:47 -0600 Subject: [App_rpt-users] Gps18 lvc Message-ID: I purchased two garmin 18 lvc to hook to a rtcm. No data output on rxd or pps when I apply 5v. Is there a step I a step I am missing when hooking them up? Best regards, Corey Badgley From mike at midnighteng.com Sat Nov 1 15:14:34 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sat, 01 Nov 2014 08:14:34 -0700 Subject: [App_rpt-users] =?utf-8?q?Gps18_lvc?= Message-ID: <20141101081434.71befee5dbd13c5325dd1a521b4e73ee.fe8b43b00a.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Sat Nov 1 22:33:09 2014 From: electricity440 at gmail.com (Skyler Fennell) Date: Sat, 1 Nov 2014 16:33:09 -0600 Subject: [App_rpt-users] Serial communication Message-ID: I have a pk232 packet TNC and a computer with a serial port. I would like to be able to control the pk232 from my computer used for Allstar via a terminal for serial communication, and eventually might want to integrate the packet stuff with Allstar. Is there a simple centOS program to communicate with serial ( 1200 or 9600 baud, standard protocol etc.)? And yes, my computer has a serial port, not usb to serial. Thanks Skyler KD?WHB From n3fe at repeater.net Sat Nov 1 23:02:25 2014 From: n3fe at repeater.net (Corey Dean) Date: Sat, 1 Nov 2014 19:02:25 -0400 Subject: [App_rpt-users] Serial communication In-Reply-To: References: Message-ID: <67DF8C93-E8F0-468D-BB5B-FA634B726637@repeater.net> Look at minicom Corey N3FE > On Nov 1, 2014, at 6:33 PM, Skyler Fennell wrote: > > I have a pk232 packet TNC and a computer with a serial port. I would like to be able to control the pk232 from my computer used for Allstar via a terminal for serial communication, and eventually might want to integrate the packet stuff with Allstar. Is there a simple centOS program to communicate with serial ( 1200 or 9600 baud, standard protocol etc.)? > > And yes, my computer has a serial port, not usb to serial. > > Thanks > Skyler KD?WHB > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 Nov 4 04:54:50 2014 From: kuggie at kuggie.com (Kevin Custer) Date: Mon, 03 Nov 2014 23:54:50 -0500 Subject: [App_rpt-users] SYBA USB sound adapter modification. In-Reply-To: <54585BC9.4070305@kuggie.com> References: <5457D707.8080804@kuggie.com> <54585BC9.4070305@kuggie.com> Message-ID: <54585C1A.2000105@kuggie.com> Here is another article that details the construction of a USB radio interface from a SYBA UAUD71 USB sound adapter. This one makes use of Chuck Kelsey's circuit board and an inexpensive plastic case. http://www.repeater-builder.com/voip/voip-index.html Scroll down to the bottom of the page and click the SYBA UAUD71 link. (other articles for other devices are also listed) Comments, questions, and constructive criticisms welcomed in private email. Thanks, Kevin Custer - W3KKC From petem001 at hotmail.com Wed Nov 5 14:48:10 2014 From: petem001 at hotmail.com (pete M) Date: Wed, 5 Nov 2014 09:48:10 -0500 Subject: [App_rpt-users] mooving a tkr 750 frequency Message-ID: Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + And my friend MSR2000 is failling on him.. So I was wondering if he could use my tkr-750 for his frequency 146.790 - with out having to retune the repeater cause it is temporary but still have fair/good performance out of the tkr750? it is a large difference switching from RX 147.720 to 146.190 (1.530 mhz) but is it that much too large? Thaks for your feedback.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Wed Nov 5 16:14:26 2014 From: jrorke at cogeco.ca (Jon Rorke) Date: Wed, 05 Nov 2014 11:14:26 -0500 Subject: [App_rpt-users] mooving a tkr 750 frequency In-Reply-To: References: Message-ID: <545A4CE2.4020304@cogeco.ca> The TKR 750 should go ok with out any retuning. If its properly tuned for the center ham band (both VCO and Front end) then it should go the whole band without retuning. I think its good for 10 to 15 meg tuning range with little or no degredation. YMMV. Jon VA3RQ On 11/5/2014 9:48 AM, pete M wrote: > Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + > And my friend MSR2000 is failling on him.. > So I was wondering if he could use my tkr-750 for his frequency > 146.790 - with out having to retune the repeater cause it is temporary > but still have fair/good performance out of the tkr750? > it is a large difference switching from RX 147.720 to 146.190 (1.530 > mhz) but is it that much too large? > Thaks for your feedback.. > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ars.w5omr at gmail.com Wed Nov 5 16:28:49 2014 From: ars.w5omr at gmail.com (Geoff) Date: Wed, 05 Nov 2014 10:28:49 -0600 Subject: [App_rpt-users] mooving a tkr 750 frequency Message-ID: I'd retune the repeater. ?At least the reciever . That's the easiest. ?His cans are already tuned.
-------- Original message --------
From: pete M
Date:11/05/2014 08:48 (GMT-06:00)
To: APP RPT
Subject: [App_rpt-users] mooving a tkr 750 frequency
Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + And my friend MSR2000 is failling on him.. So I was wondering if he could use my tkr-750 for his frequency 146.790 - with out having to retune the repeater cause it is temporary but still have fair/good performance out of the tkr750? it is a large difference switching from RX 147.720 to 146.190 (1.530 mhz) but is it that much too large? Thaks for your feedback.. -------------- next part -------------- An HTML attachment was scrubbed... URL: From alberto_e_puig at hotmail.com Wed Nov 5 19:12:34 2014 From: alberto_e_puig at hotmail.com (alberto e. puig) Date: Wed, 5 Nov 2014 14:12:34 -0500 Subject: [App_rpt-users] Recomendeded commands for ajusting the time in my node. In-Reply-To: References: Message-ID: Hi everyone, Newbie on allstar,no linux expert.Trying to follow these recommended commands for adjusting the time in my node. Adjusting the Time Zone By default ACID is configured for the US Pacific time zone. The file /etc/localtime controls which time zone the system thinks it is in. All of the time zone files the rest of the world are located in /usr/share/zoneinfo. To change the time zone, find the time zone file you want to use, and make a soft link to it like this: cd /etc cp localtime localtime.orig ln -sf /usr/share/zoneinfo/Australia/Victoria localtime You can check to see that the time zone is now correct by using the date command from the shell. Can someone give me a hint on how to do this? All help will be appreciated.Thanks Alberto, node 41355 73s KP4AP > From: app_rpt-users-request at ohnosec.org > Subject: App_rpt-users Digest, Vol 69, Issue 5 > To: app_rpt-users at ohnosec.org > Date: Wed, 5 Nov 2014 12:00:01 -0500 > > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. mooving a tkr 750 frequency (pete M) > 2. Re: mooving a tkr 750 frequency (Jon Rorke) > 3. Re: mooving a tkr 750 frequency (Geoff) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 5 Nov 2014 09:48:10 -0500 > From: pete M > To: "APP RPT" > Subject: [App_rpt-users] mooving a tkr 750 frequency > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + And my friend MSR2000 is failling on him.. > So I was wondering if he could use my tkr-750 for his frequency 146.790 - with out having to retune the repeater cause it is temporary but still have fair/good performance out of the tkr750? > > it is a large difference switching from RX 147.720 to 146.190 (1.530 mhz) but is it that much too large? > > Thaks for your feedback.. > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Wed, 05 Nov 2014 11:14:26 -0500 > From: Jon Rorke > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] mooving a tkr 750 frequency > Message-ID: <545A4CE2.4020304 at cogeco.ca> > Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" > > The TKR 750 should go ok with out any retuning. > > If its properly tuned for the center ham band (both VCO and Front end) > then it should go the whole band without retuning. I think its good for > 10 to 15 meg tuning range with little or no degredation. > YMMV. > > Jon VA3RQ > > On 11/5/2014 9:48 AM, pete M wrote: > > Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + > > And my friend MSR2000 is failling on him.. > > So I was wondering if he could use my tkr-750 for his frequency > > 146.790 - with out having to retune the repeater cause it is temporary > > but still have fair/good performance out of the tkr750? > > it is a large difference switching from RX 147.720 to 146.190 (1.530 > > mhz) but is it that much too large? > > Thaks for your feedback.. > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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: > > ------------------------------ > > Message: 3 > Date: Wed, 05 Nov 2014 10:28:49 -0600 > From: Geoff > To: pete M , APP RPT > Subject: Re: [App_rpt-users] mooving a tkr 750 frequency > Message-ID: > Content-Type: text/plain; charset="utf-8" > > I'd retune the repeater. ?At least the reciever . That's the easiest. ?His cans are already tuned. > >
-------- Original message --------
From: pete M
Date:11/05/2014 08:48 (GMT-06:00)
To: APP RPT
Subject: [App_rpt-users] mooving a tkr 750 frequency
>
Got a tkr 750 waiting for a spot, and is already tuned to 147.120 + And my friend MSR2000 is failling on him.. > So I was wondering if he could use my tkr-750 for his frequency 146.790 - with out having to retune the repeater cause it is temporary but still have fair/good performance out of the tkr750? > > it is a large difference switching from RX 147.720 to 146.190 (1.530 mhz) but is it that much too large? > > Thaks for your feedback.. > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 5 > ******************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Wed Nov 5 19:52:53 2014 From: doug at crompton.com (Doug Crompton) Date: Wed, 5 Nov 2014 14:52:53 -0500 Subject: [App_rpt-users] Recomendeded commands for ajusting the time in my node. In-Reply-To: References: , Message-ID: Alberto, You do exactly the commands you gave - here is some more detail... At the linux prompt typecd /etc cp localtime localtime.orig This copies the existing localtime file to localtime.orig This is not really necessary but should you ever want to return it to original it is there. Then look at the directory where the time zone files are stored. ls /usr/share/zoneinfo/ You should see something like this - Africa Chile GB Indian Mideast posixrules US America CST6CDT GB-Eire Iran MST PRC UTC Antarctica Cuba GMT iso3166.tab MST7MDT PST8PDT WET Arctic EET GMT0 Israel Navajo right W-SU Asia Egypt GMT-0 Jamaica NZ ROC zone.tab Atlantic Eire GMT+0 Japan NZ-CHAT ROK Zulu Australia EST Greenwich Kwajalein Pacific Singapore Brazil EST5EDT Hongkong Libya Poland Turkey Canada Etc HST MET Portugal UCT CET Europe Iceland Mexico posix Universal Choose the one that applies to your zone - I think you are Puerto Rico so you would then look at the America directory and listed there is Puerto_Rico So the entire path would be - /usr/share/zoneinfo/America/Puerto_Rico Now make sure you are in the /etc directory - cd /etc Then create a link of that file to localtime - ln -sf /usr/share/zoneinfo/America/Puerto_Rico localtime Remember case is important! Then do a date command and hopefully see you r local time - date Wed Nov 5 14:51:06 EST 2014 73 Doug WA3DSP http://www.crompton.com/hamradio From: alberto_e_puig at hotmail.com To: app_rpt-users at ohnosec.org Date: Wed, 5 Nov 2014 14:12:34 -0500 Subject: [App_rpt-users] Recomendeded commands for ajusting the time in my node. Hi everyone, Newbie on allstar,no linux expert.Trying to follow these recommended commands for adjusting the time in my node. Adjusting the Time Zone By default ACID is configured for the US Pacific time zone. The file /etc/localtime controls which time zone the system thinks it is in. All of the time zone files the rest of the world are located in /usr/share/zoneinfo. To change the time zone, find the time zone file you want to use, and make a soft link to it like this: cd /etc cp localtime localtime.orig ln -sf /usr/share/zoneinfo/Australia/Victoria localtime You can check to see that the time zone is now correct by using the date command from the shell. Can someone give me a hint on how to do this? All help will be appreciated.Thanks Alberto, node 41355 73s KP4AP -------------- next part -------------- An HTML attachment was scrubbed... URL: From N1XBM at amsat.org Thu Nov 6 03:05:29 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Wed, 5 Nov 2014 22:05:29 -0500 Subject: [App_rpt-users] Portanode Message-ID: I've had this vision of making a portable simplex node that I could take anywhere and use my wifi broadcast feature on my Android phone. I figured a BBB would fit the bill. I'm not totally up in everything available networking wise. Would it make more sense to use something that plugs into the ethernet port of the BBB that would pick up the wifi? Does such a device exist? Or just plug some sort of wifi device into the USB of of the BBB. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Thu Nov 6 03:51:26 2014 From: doug at crompton.com (Doug Crompton) Date: Wed, 5 Nov 2014 22:51:26 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: References: Message-ID: You should probably ask that question over on the arm-allstar list but the short answer is we don't have a lot of data on it. The USB wifi on the BBB works fine if you follow the directions and use the prescribed hardware. There are Ethernet wifi adapters but they are more expensive. The BBB would see that as just another Ethernet connection and I am sure work fine. The problem is the connection to the Internet, whether it is a USB adapter or some other means, often does not work well in a mobile environment. Some questions would be, how good is the connection? Does the IP address change when moving between cells or when moving over greater distances. You could possibly use a VPN to eliminate that problem. I suppose you could test the circuit by using your smart phone to connect to your node using iaxrpt or even echolink while you are traveling around and see how well it works. My guess is that since we are use to good connections and not very tolerant of anything less the breakups and disconnections you would encounter would probably be more aggravation than its worth. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Wed, 5 Nov 2014 22:05:29 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Portanode I've had this vision of making a portable simplex node that I could take anywhere and use my wifi broadcast feature on my Android phone. I figured a BBB would fit the bill. I'm not totally up in everything available networking wise. Would it make more sense to use something that plugs into the ethernet port of the BBB that would pick up the wifi? Does such a device exist? Or just plug some sort of wifi device into the USB of of the BBB. Thank you _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 dl1flo at u01.de Thu Nov 6 05:33:14 2014 From: dl1flo at u01.de (Florian Schmid) Date: Thu, 6 Nov 2014 06:33:14 +0100 Subject: [App_rpt-users] Portanode In-Reply-To: References: Message-ID: <57A8C83F-8676-4834-ABF8-113EB07A68CC@u01.de> Hi, I use the thing what you need. Not for a repeater, bunt it works in Raspberry. http://www.amazon.de/dp/B005HMQQ72/ref=asc_df_B005HMQQ7222122004?smid=A1LQYFDLCMS5W8&tag=geizhals10-21&linkCode=df0&creative=22514&creativeASIN=B005HMQQ72&childASIN=B005HMQQ72 It is in German, sorry. It called: Hama 53122 Or Hama N150 You can connect the device with wlan and with cable than a Computer,Raspberry... You can go in with lan cable to and make a WLAN Access Point. Both ways are possible. You Need only one USB Port for Voltage and current to tun the device. 73 Florian > Am 06.11.2014 um 04:05 schrieb Robert Newberry : > > I've had this vision of making a portable simplex node that I could take anywhere and use my wifi broadcast feature on my Android phone. I figured a BBB would fit the bill. > > I'm not totally up in everything available networking wise. Would it make more sense to use something that plugs into the ethernet port of the BBB that would pick up the wifi? Does such a device exist? > > Or just plug some sort of wifi device into the USB of of the BBB. > > Thank you > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Thu Nov 6 06:04:55 2014 From: doug at crompton.com (Doug Crompton) Date: Thu, 6 Nov 2014 01:04:55 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: References: Message-ID: On a side note to this I see Forf is offering wifi in some of their models this year. I suspect others will follow. It will be interesting to see how well that works out. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Wed, 5 Nov 2014 22:05:29 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Portanode I've had this vision of making a portable simplex node that I could take anywhere and use my wifi broadcast feature on my Android phone. I figured a BBB would fit the bill. I'm not totally up in everything available networking wise. Would it make more sense to use something that plugs into the ethernet port of the BBB that would pick up the wifi? Does such a device exist? Or just plug some sort of wifi device into the USB of of the BBB. Thank you _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 mark at micro-node.com Thu Nov 6 06:23:36 2014 From: mark at micro-node.com (Mark Guibord) Date: Wed, 5 Nov 2014 22:23:36 -0800 Subject: [App_rpt-users] Portanode In-Reply-To: References: Message-ID: <00ab01cff98a$334c5f80$99e51e80$@com> This device works very well and is relatively inexpensive at $17. http://www.amazon.com/Vonets-Wireless-Dreambox-Network-Printer/dp/B00H4WMZ1O /ref=sr_1_2?ie=UTF8&qid=1415254814&sr=8-2&keywords=vonets Mark K7IZA http://Micro-node.com From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Crompton Sent: Wednesday, November 05, 2014 10:05 PM To: Robert Newberry Cc: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode On a side note to this I see Forf is offering wifi in some of their models this year. I suspect others will follow. It will be interesting to see how well that works out. 73 Doug WA3DSP http://www.crompton.com/hamradio _____ Date: Wed, 5 Nov 2014 22:05:29 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Portanode I've had this vision of making a portable simplex node that I could take anywhere and use my wifi broadcast feature on my Android phone. I figured a BBB would fit the bill. I'm not totally up in everything available networking wise. Would it make more sense to use something that plugs into the ethernet port of the BBB that would pick up the wifi? Does such a device exist? Or just plug some sort of wifi device into the USB of of the BBB. Thank you _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 alberto_e_puig at hotmail.com Thu Nov 6 14:47:22 2014 From: alberto_e_puig at hotmail.com (alberto e. puig) Date: Thu, 6 Nov 2014 09:47:22 -0500 Subject: [App_rpt-users] Recomendeded commands for ajusting the time in my node. In-Reply-To: References: , , Message-ID: Doug, Ian; Thanks very much for your advice.Run those time zone commands and after running the date command, now I have the node showing "Nov 6 08:50:17 UTC 2014" One hour earlier than my local time (showing actual US eastern time). Have I overlook something? Thanks, KP4AP Alberto From: doug at crompton.com To: alberto_e_puig at hotmail.com CC: app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Recomendeded commands for ajusting the time in my node. Date: Wed, 5 Nov 2014 14:52:53 -0500 Alberto, You do exactly the commands you gave - here is some more detail... At the linux prompt typecd /etc cp localtime localtime.orig This copies the existing localtime file to localtime.orig This is not really necessary but should you ever want to return it to original it is there. Then look at the directory where the time zone files are stored. ls /usr/share/zoneinfo/ You should see something like this - Africa Chile GB Indian Mideast posixrules US America CST6CDT GB-Eire Iran MST PRC UTC Antarctica Cuba GMT iso3166.tab MST7MDT PST8PDT WET Arctic EET GMT0 Israel Navajo right W-SU Asia Egypt GMT-0 Jamaica NZ ROC zone.tab Atlantic Eire GMT+0 Japan NZ-CHAT ROK Zulu Australia EST Greenwich Kwajalein Pacific Singapore Brazil EST5EDT Hongkong Libya Poland Turkey Canada Etc HST MET Portugal UCT CET Europe Iceland Mexico posix Universal Choose the one that applies to your zone - I think you are Puerto Rico so you would then look at the America directory and listed there is Puerto_Rico So the entire path would be - /usr/share/zoneinfo/America/Puerto_Rico Now make sure you are in the /etc directory - cd /etc Then create a link of that file to localtime - ln -sf /usr/share/zoneinfo/America/Puerto_Rico localtime Remember case is important! Then do a date command and hopefully see you r local time - date Wed Nov 5 14:51:06 EST 2014 73 Doug WA3DSP http://www.crompton.com/hamradio From: alberto_e_puig at hotmail.com To: app_rpt-users at ohnosec.org Date: Wed, 5 Nov 2014 14:12:34 -0500 Subject: [App_rpt-users] Recomendeded commands for ajusting the time in my node. Hi everyone, Newbie on allstar,no linux expert.Trying to follow these recommended commands for adjusting the time in my node. Adjusting the Time Zone By default ACID is configured for the US Pacific time zone. The file /etc/localtime controls which time zone the system thinks it is in. All of the time zone files the rest of the world are located in /usr/share/zoneinfo. To change the time zone, find the time zone file you want to use, and make a soft link to it like this: cd /etc cp localtime localtime.orig ln -sf /usr/share/zoneinfo/Australia/Victoria localtime You can check to see that the time zone is now correct by using the date command from the shell. Can someone give me a hint on how to do this? All help will be appreciated.Thanks Alberto, node 41355 73s KP4AP -------------- next part -------------- An HTML attachment was scrubbed... URL: From vacuumtubesforever at gmail.com Thu Nov 6 14:53:31 2014 From: vacuumtubesforever at gmail.com (Ed Wilhelm) Date: Thu, 06 Nov 2014 09:53:31 -0500 Subject: [App_rpt-users] URI GPIO Message-ID: <545B8B6B.10701@gmail.com> Trying to use URI GPIO for the first time and having issues. I am using simpleusb and in the config file have them defined like this: GPIO4=out1 GPIO5=out1 I can only manipulate GPIO4. Have tried all of them and can only access GPIO4. Thought may be my URI had issues, so tried a different one. Same results. Tried using the parallel port and that works just fine. Can use that if I have to, but would really like to find out what the deal is with URI GPIO. Doing something stupid somewhere but can't find it. Suggestions? W8VT Nodes 27849 29496 Beckley WV --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com From N1XBM at amsat.org Thu Nov 6 15:40:09 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Thu, 6 Nov 2014 10:40:09 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: <00ab01cff98a$334c5f80$99e51e80$@com> References: <00ab01cff98a$334c5f80$99e51e80$@com> Message-ID: >From googling and the replies here. It looks like a wifi bridge would receive the wifi and allow me to plug in and ethernet cable from the bridge to the BBB. This would be something I would haul to camp and setup as a temporary location or take to a ham fest. -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Thu Nov 6 17:35:55 2014 From: doug at crompton.com (Doug Crompton) Date: Thu, 6 Nov 2014 12:35:55 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: References: , <00ab01cff98a$334c5f80$99e51e80$@com>, Message-ID: Robert, In a fixed location this might work quite well. The problem is moving, poor signal quality and IP address changes could be an issue. But keep in mind that even if you establish a stable wifi connection at a fixed location you still have to be able to connect to it. You need to know the ssid and you would have to setup a profile in the BBB to tell it to connect to that ssid. In addition many "free" sites require you to go in on a web page and agree to terms of service. If this were the case you would need to have a way to console control the BBB to accomplish that. If you had control over the wifi such as a hotspot created by a phone or other device then the BBB would connect either to your known wifi or an ethernet connection created by an external device and it would eliminate those problems. You would know the ssid and you could setup a profile ahead of time. All this is ripe for experimentation and it will be interesting to hear about the results people have with it. I still think this discussion especially if it applies to the BBB wifi should be over on the arm-allstar list. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Thu, 6 Nov 2014 10:40:09 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode >From googling and the replies here. It looks like a wifi bridge would receive the wifi and allow me to plug in and ethernet cable from the bridge to the BBB. This would be something I would haul to camp and setup as a temporary location or take to a ham fest. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 N1XBM at amsat.org Thu Nov 6 19:26:20 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Thu, 6 Nov 2014 14:26:20 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: References: <00ab01cff98a$334c5f80$99e51e80$@com> Message-ID: Maybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Thu Nov 6 22:42:11 2014 From: doug at crompton.com (Doug Crompton) Date: Thu, 6 Nov 2014 17:42:11 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: References: , <00ab01cff98a$334c5f80$99e51e80$@com>, , , Message-ID: Robert, No not at all as far as tone. It is just sometimes hard to understand exactly what ones intentions are when writing. When you think of it, it is a little crazy how much time we spend texting and writing and if we just spoke it could probably be resolved in a few minutes! Yes, your approach is sound and it should work. In any case you would need to create a wifi hotspot on your phone and then either use the wifi adapter on the BBB or a stand-alone Ethernet to wifi adapter. The one mentioned - http://www.amazon.com/gp/product/B00H4WMZ1O/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1535523722&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00C08GTA0&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=05BRWWZ8BFR6JAGX7MZP or here is a more expensive one but name brand unit - http://www.amazon.com/NETGEAR-Universal-Ethernet-Adapter-WNCE2001/dp/B003KPBRRW If you get the wifi adapter for the BBB that is mentioned and supported in the docs I see no reason for the external adapter. Either way the wifi would need to be setup to talk to your phone hotspot. No mater how you do this you probably won't have the ability to do incoming port forwarding so you will only have outgoing connection capability which is probably fine in most cases. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Thu, 6 Nov 2014 14:26:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Maybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 mark at micro-node.com Fri Nov 7 00:00:24 2014 From: mark at micro-node.com (Mark Guibord) Date: Thu, 6 Nov 2014 16:00:24 -0800 Subject: [App_rpt-users] Portanode In-Reply-To: References: , <00ab01cff98a$334c5f80$99e51e80$@com>, , , Message-ID: <005801cffa1d$d5873fc0$8095bf40$@com> Since the BBB has only one USB port you will have to use an external hub or switch to allow connection of the sound dongle and the WiFi adapter if you go with the one supported in the documentation. My suggestion is to use the Vonet VAR11N Mini Bridge/Wireless router or similar unit. I believe these units support multiple wireless hotspot connections in a prioritized manner. This mean that if you setup multiple SSID's and passwords for different WiFi hotspots the unit will connect to whatever hotspot is available at the time. Mark K7IZA http://micro-node.com From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 2:42 PM To: Robert Newberry; app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Robert, No not at all as far as tone. It is just sometimes hard to understand exactly what ones intentions are when writing. When you think of it, it is a little crazy how much time we spend texting and writing and if we just spoke it could probably be resolved in a few minutes! Yes, your approach is sound and it should work. In any case you would need to create a wifi hotspot on your phone and then either use the wifi adapter on the BBB or a stand-alone Ethernet to wifi adapter. The one mentioned - http://www.amazon.com/gp/product/B00H4WMZ1O/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1 535523722 &pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00C08GTA0&pf_rd_m=ATVPDKIKX0D ER&pf_rd_r=05BRWWZ8BFR6JAGX7MZP or here is a more expensive one but name brand unit - http://www.amazon.com/NETGEAR-Universal-Ethernet-Adapter-WNCE2001/dp/B003KPB RRW If you get the wifi adapter for the BBB that is mentioned and supported in the docs I see no reason for the external adapter. Either way the wifi would need to be setup to talk to your phone hotspot. No mater how you do this you probably won't have the ability to do incoming port forwarding so you will only have outgoing connection capability which is probably fine in most cases. 73 Doug WA3DSP http://www.crompton.com/hamradio _____ Date: Thu, 6 Nov 2014 14:26:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Maybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Fri Nov 7 01:14:04 2014 From: doug at crompton.com (Doug Crompton) Date: Thu, 6 Nov 2014 20:14:04 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: <005801cffa1d$d5873fc0$8095bf40$@com> References: , <00ab01cff98a$334c5f80$99e51e80$@com>, , , ,<005801cffa1d$d5873fc0$8095bf40$@com> Message-ID: Mark, Yes, you would need to use a hub to run the wifi dongle on the BBB but the vonet would also need power which could come from a usb port or a stand-alone power source. Having a hub on the BBB is not a bad thing though as it allows the use of a USB memory stick for backup and additional storage as well as other USB devices you might want to support. The wifi on the BBB will also support multiple wifi connections. So it is really a tossup as both methods have advantages and disadvantages. In either case if you want to take it on the road you would still have to deal with the fact that most "free" wifi hotspots do require some user intervention, like access through a web page, for authorization. 73 Doug WA3DSP http://www.crompton.com/hamradio From: mark at micro-node.com To: doug at crompton.com; n1xbm at amsat.org; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Date: Thu, 6 Nov 2014 16:00:24 -0800 Since the BBB has only one USB port you will have to use an external hub or switch to allow connection of the sound dongle and the WiFi adapter if you go with the one supported in the documentation. My suggestion is to use the Vonet VAR11N Mini Bridge/Wireless router or similar unit. I believe these units support multiple wireless hotspot connections in a prioritized manner. This mean that if you setup multiple SSID's and passwords for different WiFi hotspots the unit will connect to whatever hotspot is available at the time. MarkK7IZAhttp://micro-node.com From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 2:42 PM To: Robert Newberry; app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Robert, No not at all as far as tone. It is just sometimes hard to understand exactly what ones intentions are when writing. When you think of it, it is a little crazy how much time we spend texting and writing and if we just spoke it could probably be resolved in a few minutes! Yes, your approach is sound and it should work. In any case you would need to create a wifi hotspot on your phone and then either use the wifi adapter on the BBB or a stand-alone Ethernet to wifi adapter. The one mentioned - http://www.amazon.com/gp/product/B00H4WMZ1O/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1535523722&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00C08GTA0&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=05BRWWZ8BFR6JAGX7MZP or here is a more expensive one but name brand unit - http://www.amazon.com/NETGEAR-Universal-Ethernet-Adapter-WNCE2001/dp/B003KPBRRW If you get the wifi adapter for the BBB that is mentioned and supported in the docs I see no reason for the external adapter. Either way the wifi would need to be setup to talk to your phone hotspot. No mater how you do this you probably won't have the ability to do incoming port forwarding so you will only have outgoing connection capability which is probably fine in most cases. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Thu, 6 Nov 2014 14:26:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] PortanodeMaybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 mark at micro-node.com Fri Nov 7 05:11:43 2014 From: mark at micro-node.com (Mark Guibord) Date: Thu, 6 Nov 2014 21:11:43 -0800 Subject: [App_rpt-users] Portanode In-Reply-To: References: , <00ab01cff98a$334c5f80$99e51e80$@com>, , , , <005801cffa1d$d5873fc0$8095bf40$@com> Message-ID: <007201cffa49$52a38b00$f7eaa100$@com> Doug, Agreed there are many advantages to using a hub with multiple ports, I just wanted to make sure he was aware there is only one USB port available on the BBB. BTW... I want congratulate and thank you and all that have worked to put this image together for the BBB it works great. We have used it to host multiple RTCM's simultaneously without a hitch. Mark K7IZA http://micro-node.com From: outlook_97fc649978f54bf0 at outlook.com [mailto:outlook_97fc649978f54bf0 at outlook.com] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 5:14 PM To: Mark Guibord; 'Robert Newberry'; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Mark, Yes, you would need to use a hub to run the wifi dongle on the BBB but the vonet would also need power which could come from a usb port or a stand-alone power source. Having a hub on the BBB is not a bad thing though as it allows the use of a USB memory stick for backup and additional storage as well as other USB devices you might want to support. The wifi on the BBB will also support multiple wifi connections. So it is really a tossup as both methods have advantages and disadvantages. In either case if you want to take it on the road you would still have to deal with the fact that most "free" wifi hotspots do require some user intervention, like access through a web page, for authorization. 73 Doug WA3DSP http://www.crompton.com/hamradio _____ From: mark at micro-node.com To: doug at crompton.com; n1xbm at amsat.org; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Date: Thu, 6 Nov 2014 16:00:24 -0800 Since the BBB has only one USB port you will have to use an external hub or switch to allow connection of the sound dongle and the WiFi adapter if you go with the one supported in the documentation. My suggestion is to use the Vonet VAR11N Mini Bridge/Wireless router or similar unit. I believe these units support multiple wireless hotspot connections in a prioritized manner. This mean that if you setup multiple SSID's and passwords for different WiFi hotspots the unit will connect to whatever hotspot is available at the time. Mark K7IZA http://micro-node.com From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 2:42 PM To: Robert Newberry; app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Robert, No not at all as far as tone. It is just sometimes hard to understand exactly what ones intentions are when writing. When you think of it, it is a little crazy how much time we spend texting and writing and if we just spoke it could probably be resolved in a few minutes! Yes, your approach is sound and it should work. In any case you would need to create a wifi hotspot on your phone and then either use the wifi adapter on the BBB or a stand-alone Ethernet to wifi adapter. The one mentioned - http://www.amazon.com/gp/product/B00H4WMZ1O/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1 535523722 &pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00C08GTA0&pf_rd_m=ATVPDKIKX0D ER&pf_rd_r=05BRWWZ8BFR6JAGX7MZP or here is a more expensive one but name brand unit - http://www.amazon.com/NETGEAR-Universal-Ethernet-Adapter-WNCE2001/dp/B003KPB RRW If you get the wifi adapter for the BBB that is mentioned and supported in the docs I see no reason for the external adapter. Either way the wifi would need to be setup to talk to your phone hotspot. No mater how you do this you probably won't have the ability to do incoming port forwarding so you will only have outgoing connection capability which is probably fine in most cases. 73 Doug WA3DSP http://www.crompton.com/hamradio _____ Date: Thu, 6 Nov 2014 14:26:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Maybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Fri Nov 7 14:39:16 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 7 Nov 2014 09:39:16 -0500 Subject: [App_rpt-users] Portanode In-Reply-To: <007201cffa49$52a38b00$f7eaa100$@com> References: , <00ab01cff98a$334c5f80$99e51e80$@com>, , , ,<005801cffa1d$d5873fc0$8095bf40$@com> ,<007201cffa49$52a38b00$f7eaa100$@com> Message-ID: Mark, Thanks for the kind comments on the BBB. It is a labor of love and we are very happy it turned out the way it did and hopefully much more to come. 73 Doug WA3DSP http://www.crompton.com/hamradio From: mark at micro-node.com To: doug at crompton.com; n1xbm at amsat.org; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Date: Thu, 6 Nov 2014 21:11:43 -0800 Doug, Agreed there are many advantages to using a hub with multiple ports, I just wanted to make sure he was aware there is only one USB port available on the BBB. BTW... I want congratulate and thank you and all that have worked to put this image together for the BBB it works great. We have used it to host multiple RTCM's simultaneously without a hitch. MarkK7IZAhttp://micro-node.com From: outlook_97fc649978f54bf0 at outlook.com [mailto:outlook_97fc649978f54bf0 at outlook.com] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 5:14 PM To: Mark Guibord; 'Robert Newberry'; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Mark, Yes, you would need to use a hub to run the wifi dongle on the BBB but the vonet would also need power which could come from a usb port or a stand-alone power source. Having a hub on the BBB is not a bad thing though as it allows the use of a USB memory stick for backup and additional storage as well as other USB devices you might want to support. The wifi on the BBB will also support multiple wifi connections. So it is really a tossup as both methods have advantages and disadvantages. In either case if you want to take it on the road you would still have to deal with the fact that most "free" wifi hotspots do require some user intervention, like access through a web page, for authorization. 73 Doug WA3DSP http://www.crompton.com/hamradio From: mark at micro-node.com To: doug at crompton.com; n1xbm at amsat.org; app_rpt-users at ohnosec.org Subject: RE: [App_rpt-users] Portanode Date: Thu, 6 Nov 2014 16:00:24 -0800 Since the BBB has only one USB port you will have to use an external hub or switch to allow connection of the sound dongle and the WiFi adapter if you go with the one supported in the documentation. My suggestion is to use the Vonet VAR11N Mini Bridge/Wireless router or similar unit. I believe these units support multiple wireless hotspot connections in a prioritized manner. This mean that if you setup multiple SSID's and passwords for different WiFi hotspots the unit will connect to whatever hotspot is available at the time. MarkK7IZAhttp://micro-node.com From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Crompton Sent: Thursday, November 06, 2014 2:42 PM To: Robert Newberry; app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Portanode Robert, No not at all as far as tone. It is just sometimes hard to understand exactly what ones intentions are when writing. When you think of it, it is a little crazy how much time we spend texting and writing and if we just spoke it could probably be resolved in a few minutes! Yes, your approach is sound and it should work. In any case you would need to create a wifi hotspot on your phone and then either use the wifi adapter on the BBB or a stand-alone Ethernet to wifi adapter. The one mentioned - http://www.amazon.com/gp/product/B00H4WMZ1O/ref=pd_lpo_sbs_dp_ss_2?pf_rd_p=1535523722&pf_rd_s=lpo-top-stripe-1&pf_rd_t=201&pf_rd_i=B00C08GTA0&pf_rd_m=ATVPDKIKX0DER&pf_rd_r=05BRWWZ8BFR6JAGX7MZP or here is a more expensive one but name brand unit - http://www.amazon.com/NETGEAR-Universal-Ethernet-Adapter-WNCE2001/dp/B003KPBRRW If you get the wifi adapter for the BBB that is mentioned and supported in the docs I see no reason for the external adapter. Either way the wifi would need to be setup to talk to your phone hotspot. No mater how you do this you probably won't have the ability to do incoming port forwarding so you will only have outgoing connection capability which is probably fine in most cases. 73 Doug WA3DSP http://www.crompton.com/hamradioDate: Thu, 6 Nov 2014 14:26:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] PortanodeMaybe my terminology is off or I didn't communicate that I'd be using my android phone to broadcast wifi in a fixed locations that are known to have stable/reliable signal. I was planning to use some sort of wifi bridge and then plug the BBB into the bridge. Please don't assume my reply has a rude tone. Maybe you did understand me and I'm just missing the big picture. I'll take your advice into consideration when I try to test this. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Fri Nov 7 16:15:42 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Fri, 07 Nov 2014 08:15:42 -0800 Subject: [App_rpt-users] Public node as a gateway.. In-Reply-To: References: Message-ID: <7FEE4941-F250-483C-8E7A-318977E0D162@mac.com> If you?re not on the gateway node then yes, you have to do the *4xxxx ?by your command? bit. You could set that up as a macro. For example if 1000 will be the private node and 2000 the public. [macro] 1 = *31000*41000*32000# now *51 will connect to the public node. You could put the IP address of the gateway in each of your private nodes (and visa versa) which would save the whole *4 thing to connect to the gateway. But you?d still need to do *4 to connect the public node to other public nodes. -- Tim :wq > On Nov 7, 2014, at 6:59 AM, Sam Nabkey wrote: > > Can you share how you would configure the private modes to use the public as a gateway? > > I am doing something similar but I command the public node to connect to another public using the *4 commands. . > > Do you know of a direct way? > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From N1XBM at amsat.org Tue Nov 11 15:41:20 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Tue, 11 Nov 2014 10:41:20 -0500 Subject: [App_rpt-users] Bandwidth usage In-Reply-To: References: Message-ID: I am talking with a site owner about connecting a repeater currently at his site to the allstar network. He is on board with the idea but asked how much bandwidth will be needed. I found this website. Is this still an accurate measurement of my needs? http://docs.allstarlink.org/drupal/node/145 -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Tue Nov 11 16:19:22 2014 From: doug at crompton.com (Doug Crompton) Date: Tue, 11 Nov 2014 11:19:22 -0500 Subject: [App_rpt-users] Bandwidth usage In-Reply-To: References: , Message-ID: Robert, Yes it is an accurate spec, but remember that EACH connection would take the additional BW. If you expect a lot of connections you could keep it down by using an external server at a location where BW is abundant and only connecting the repeater server to that external server. The repeater server could be unlisted so no one would know about it and you could advertise the external server like it was the repeater. A single G726 connection would go unnoticed on anything but the slowest Internet connections today. Maybe if he is running the slowest DSL and there is a lot of other traffic it might be an impact but probably not otherwise. Between BBB's, and to PC's if installed on any Acid release, you can run the ilbc codec which is darn near indistinguishable from G726 with about 1/3 the BW. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Tue, 11 Nov 2014 10:41:20 -0500 From: N1XBM at amsat.org To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Bandwidth usage I am talking with a site owner about connecting a repeater currently at his site to the allstar network. He is on board with the idea but asked how much bandwidth will be needed. I found this website. Is this still an accurate measurement of my needs? http://docs.allstarlink.org/drupal/node/145 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 kk6ecm at gmail.com Tue Nov 11 21:51:33 2014 From: kk6ecm at gmail.com (kk6ecm) Date: Tue, 11 Nov 2014 13:51:33 -0800 Subject: [App_rpt-users] EchoLink Policy Reminder References: Message-ID: <39375883-A7AD-4A8F-B8A0-D33C008A4645@gmail.com> Can anyone shed light on this Echolink requirement and Allstar? I'm not sure what makes us compliant. We have Echolink enabled on our repeater... I know of no way a non-ham could link in during an Echolink connection. Is there a way of setting app_rpt so an Echolink connection precludes all others? Also, Echolink has Apps for the PC, Android, and the iPhone/iPad... Their PC app (phones are RF, but not ham) seems to invalidate their rf only policy, although they do verify a license before granting a node number. What am I missing? Thanks, Bob kk6ecm Sent from iPad > > ---------- Forwarded message ---------- > From: EchoLink Support > Date: Wed, Sep 3, 2014 at 9:14 AM > Subject: EchoLink Policy Reminder > To: > > > We wanted to remind you of an important item in EchoLink's access policies (which can be found online at http://www.echolink.org/access_policies.htm). > > In general, EchoLink does not permit cross-linking. > > More specifically, EchoLink does not permit cross-linking with other VoIP systems that can be accessed off-the-air (for example, directly from a PC or Web browser). This is because other systems may have a validation procedure that is far less comprehensive than EchoLink's, and we want to continue to ensure that EchoLink is solely for use by licensed Amateur Radio operators around the world. > > Therefore, while excellent systems such as Zello, AllStar, eQSO, WIRES-II, etc. all serve an important purpose within the Amateur Radio community, our policy is that they cannot be directly connected to a registered EchoLink node. > > In other words, your node must function only as a direct RF gateway, and not as a cross-link to another system. If your node is reachable through another path, that path must be disabled when an EchoLink connection is in progress. For example, an EchoIRLP node is permitted, since it functions only as an RF gateway when an EchoLink connection is made. > > If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel. > > Thanks for ensuring that your node adheres to this policy. In some cases we do restrict logins to be sure the policy is being followed. > > 73 > EchoLink Support > > (Note: This mailbox is not able to handle replies. For help and information, please see www.echolink.org/support.htm) > -------------- next part -------------- An HTML attachment was scrubbed... URL: From wb6egr at gmail.com Wed Nov 12 00:08:17 2014 From: wb6egr at gmail.com (Kirk Just Kirk) Date: Tue, 11 Nov 2014 16:08:17 -0800 Subject: [App_rpt-users] EchoLink Policy Reminder In-Reply-To: <39375883-A7AD-4A8F-B8A0-D33C008A4645@gmail.com> References: <39375883-A7AD-4A8F-B8A0-D33C008A4645@gmail.com> Message-ID: They can close/kill my account anytime. EchoStink sounds horrible most of the time...constant drivebys from dingalings that connect and disconnect over and over and say nothing...or connect at 3 in the morning and call CQ CQ. For 5 minutes.....I am so tired of that shit I could delete it tonight. On Nov 11, 2014 2:00 PM, "kk6ecm" wrote: > Can anyone shed light on this Echolink requirement and Allstar? I'm not > sure what makes us compliant. We have Echolink enabled on our repeater... I > know of no way a non-ham could link in during an Echolink connection. Is > there a way of setting app_rpt so an Echolink connection precludes all > others? Also, Echolink has Apps for the PC, Android, and the iPhone/iPad... > Their PC app (phones are RF, but not ham) seems to invalidate their rf only > policy, although they do verify a license before granting a node number. > What am I missing? > > Thanks, > Bob > kk6ecm > > Sent from iPad > > > ---------- Forwarded message ---------- > From: EchoLink Support > Date: Wed, Sep 3, 2014 at 9:14 AM > Subject: EchoLink Policy Reminder > To: > > > We wanted to remind you of an important item in EchoLink's access policies > (which can be found online at http://www.echolink.org/access_policies.htm > ). > > In general, EchoLink does not permit cross-linking. > > More specifically, EchoLink does not permit cross-linking with other VoIP > systems that can be accessed off-the-air (for example, directly from a PC > or Web browser). This is because other systems may have a validation > procedure that is far less comprehensive than EchoLink's, and we want to > continue to ensure that EchoLink is solely for use by licensed Amateur > Radio operators around the world. > > Therefore, while excellent systems such as Zello, AllStar, eQSO, WIRES-II, > etc. all serve an important purpose within the Amateur Radio community, our > policy is that they cannot be directly connected to a registered EchoLink > node. > > In other words, your node must function only as a direct RF gateway, and > not as a cross-link to another system. If your node is reachable through > another path, that path must be disabled when an EchoLink connection is in > progress. For example, an EchoIRLP node is permitted, since it functions > only as an RF gateway when an EchoLink connection is made. > > If you are running Asterisk with app_rpt and an EchoLink channel, be sure > it is configured not to allow other VoIP connections when an EchoLink > station is connected. If this isn't practical, please disable the EchoLink > channel. > > Thanks for ensuring that your node adheres to this policy. In some cases > we do restrict logins to be sure the policy is being followed. > > 73 > EchoLink Support > > (Note: This mailbox is not able to handle replies. For help and > information, please see www.echolink.org/support.htm) > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 kk6ecm at gmail.com Wed Nov 12 03:13:12 2014 From: kk6ecm at gmail.com (Bob) Date: Tue, 11 Nov 2014 19:13:12 -0800 Subject: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* Message-ID: <8B46018EE1E44951A42478AAF5B24CD5@ThePykesHP> OK... Echolink quality aside, I'm looking for some clarification how app_rpt works with Echolink. Attempting to understand the statement from Echolink, "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel." It seems that "other VoIP" means non-Echolink nodes; not sure how Allstar can do this. How does permit=*-* ("prohibit computer-based connections") work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? I think I get their point they don't want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. I am dismayed with Echolink's assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. Thanks, Bob kk6ecm -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Wed Nov 12 03:43:37 2014 From: doug at crompton.com (Doug Crompton) Date: Tue, 11 Nov 2014 22:43:37 -0500 Subject: [App_rpt-users] EchoLink Policy Reminder In-Reply-To: References: , <39375883-A7AD-4A8F-B8A0-D33C008A4645@gmail.com>, Message-ID: We have been through this before. There was just a long winded discussion on here about this about a month ago. My advice is disregard. We don't do anything illegal nor do we allow non hams. We police the Allstar networks as well as anyone else. If anything the trash, both audio and people quality, is on echolink. So if anyone should have a restriction it should be us not allowing them! I personally have never heard anything illegal on any of my nodes other than someone maybe not identifying properly. Please don't turn this is into another big discussion. It is not worth it. If you feel like obeying their crazy rules then just do what they say, if not then business as usual. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Tue, 11 Nov 2014 16:08:17 -0800 From: wb6egr at gmail.com To: kk6ecm at gmail.com CC: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] EchoLink Policy Reminder They can close/kill my account anytime. EchoStink sounds horrible most of the time...constant drivebys from dingalings that connect and disconnect over and over and say nothing...or connect at 3 in the morning and call CQ CQ. For 5 minutes.....I am so tired of that shit I could delete it tonight. On Nov 11, 2014 2:00 PM, "kk6ecm" wrote: Can anyone shed light on this Echolink requirement and Allstar? I'm not sure what makes us compliant. We have Echolink enabled on our repeater... I know of no way a non-ham could link in during an Echolink connection. Is there a way of setting app_rpt so an Echolink connection precludes all others? Also, Echolink has Apps for the PC, Android, and the iPhone/iPad... Their PC app (phones are RF, but not ham) seems to invalidate their rf only policy, although they do verify a license before granting a node number. What am I missing? Thanks,Bobkk6ecm Sent from iPad ---------- Forwarded message ---------- From: EchoLink Support Date: Wed, Sep 3, 2014 at 9:14 AM Subject: EchoLink Policy Reminder To: We wanted to remind you of an important item in EchoLink's access policies (which can be found online at http://www.echolink.org/access_policies.htm). In general, EchoLink does not permit cross-linking. More specifically, EchoLink does not permit cross-linking with other VoIP systems that can be accessed off-the-air (for example, directly from a PC or Web browser). This is because other systems may have a validation procedure that is far less comprehensive than EchoLink's, and we want to continue to ensure that EchoLink is solely for use by licensed Amateur Radio operators around the world. Therefore, while excellent systems such as Zello, AllStar, eQSO, WIRES-II, etc. all serve an important purpose within the Amateur Radio community, our policy is that they cannot be directly connected to a registered EchoLink node. In other words, your node must function only as a direct RF gateway, and not as a cross-link to another system. If your node is reachable through another path, that path must be disabled when an EchoLink connection is in progress. For example, an EchoIRLP node is permitted, since it functions only as an RF gateway when an EchoLink connection is made. If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel. Thanks for ensuring that your node adheres to this policy. In some cases we do restrict logins to be sure the policy is being followed. 73 EchoLink Support (Note: This mailbox is not able to handle replies. For help and information, please see www.echolink.org/support.htm) _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 mike at midnighteng.com Wed Nov 12 04:15:26 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Tue, 11 Nov 2014 21:15:26 -0700 Subject: [App_rpt-users] =?utf-8?q?Echolink_and_app=5Frpt=3A_Looking_for_m?= =?utf-8?q?ore_information_on_permit=3D*-*?= Message-ID: <20141111211526.71befee5dbd13c5325dd1a521b4e73ee.123621cf94.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From doug at crompton.com Wed Nov 12 06:13:18 2014 From: doug at crompton.com (Doug Crompton) Date: Wed, 12 Nov 2014 01:13:18 -0500 Subject: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* In-Reply-To: <20141111211526.71befee5dbd13c5325dd1a521b4e73ee.123621cf94.wbe@email06.secureserver.net> References: <20141111211526.71befee5dbd13c5325dd1a521b4e73ee.123621cf94.wbe@email06.secureserver.net> Message-ID: Mike, I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... They say.... "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. 73 Doug WA3DSP http://www.crompton.com/hamradio From: mike at midnighteng.com To: App_rpt-users at ohnosec.org Date: Tue, 11 Nov 2014 21:15:26 -0700 Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* Like many times before you, you don't seem to understand their statement.So nobody needs to go off on a tangent again. You only need to be concerned if you do something like"have a web portal to your system that has no limitation to who uses it" (as in non-hams). If you do then they have the possibility to use the echolink system through your system and that is what they do not want. Neither do we with allstar or via radio.I'm sure there are a few bad actors out there somewhere allowing access.just make sure it is not you. They could use better wording to keep the confusion/fuss down. As far as permit or deny...permit= a list that only allows calls you place in the list to connect.deny= a list of calls that can not connect.See the drupal site for info. ...mike/kb8jnm -------- Original Message -------- Subject: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* From: "Bob" Date: Tue, November 11, 2014 10:13 pm To: OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. Thanks, Bob kk6ecm _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 mike at midnighteng.com Wed Nov 12 10:28:15 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Wed, 12 Nov 2014 03:28:15 -0700 Subject: [App_rpt-users] =?utf-8?q?Echolink_and_app=5Frpt=3A_Looking_for_m?= =?utf-8?q?ore_information_on_permit=3D*-*?= Message-ID: <20141112032815.71befee5dbd13c5325dd1a521b4e73ee.1ec6625177.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From mike at midnighteng.com Wed Nov 12 11:36:14 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Wed, 12 Nov 2014 04:36:14 -0700 Subject: [App_rpt-users] =?utf-8?q?Echolink=5Fand=5Fapp=5Frpt=3A=5FLooking?= =?utf-8?q?=5Ffor=5Fm_ore=5Finformation=5Fon=5Fpermit=3D*-*?= Message-ID: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Wed Nov 12 13:22:29 2014 From: electricity440 at gmail.com (Skyler F) Date: Wed, 12 Nov 2014 06:22:29 -0700 Subject: [App_rpt-users] How to setup Allstar Monitor Message-ID: I downloaded the files for allstar monitor, and pasted them in my http directory. I also renamed the almon.ini.txt to almon.ini and changed the node number to mine. I loaded up the localhost webpage, and it displayed my node number and the frequency but said "loading" under it and then "could not connect" Does anyone have any other info on setting up allmon or troubleshooting? Am I correct that it will allow me to control the node (connect, disconnect etc.) via the internet? (I will use http password protect to prevent unwanted node controllers) Thanks, Skyler KD?WHB -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From bdboyle at bdboyle.com Wed Nov 12 13:46:58 2014 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Wed, 12 Nov 2014 08:46:58 -0500 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> Message-ID: <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> simple solution, considering the clueless majority of users in the Echolink world, the lousy audio codecs, and the ancient technology that has not kept pace with either praxis or software advances: turn the damn thing off. You won't miss the drive-bys, distorted computer audio, fumble-fingered operators, and bandwidth usage. It's just so not worth the effort to maintain, worry about the software and technology use conditions, or anything else surrounding it. It's just amateur radio, not the launch codes. -- Bryan Sent from my iPhone 5...No electrons were harmed in the sending of this message. > On Nov 12, 2014, at 06:36, wrote: > > > Additional info (as if the first was not enough)... > > I went to their (echolink) website looking for a rule... > > Here it is... > > Item #4 > Stations operating in Sysop mode may interconnect EchoLink only with equipment operating on Amateur frequencies. EchoLink does not permit use of the system with other services such as GMRS, FRS, or MARS. For security reasons, it is also not permitted to interconnect EchoLink with other VoIP systems that support direct access from a computer. > > > found on their access policy page at... > > echolink.org/access_policies.htm > > There is no mention of other systems interconnect, just the VoIP via computer direct. > I take the meaning of direct to mean "unverified" or unrestricted. > This is consistent with the way I have been reading the poorly written emails some of you get from echolink. > > > ...mike/kb8jnm > > > > > -------- Original Message -------- > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > From: > Date: Wed, November 12, 2014 5:28 am > To: app_rpt-users at ohnosec.org, "Bob" > > > Bob, Doug and all, > > I fully understand why you would think that. It is so poorly written. > And as I have watched this conversation get out of hand at least 2 times as you have Doug. > > This is the first time I thought I would clarify how I was reading their email statement before anyone gets elevated on it again. > > other VoIP connections not Radio Sourced RoIP connections and only if you can't verify the VoIP. > > They are saying VOIP connections from non-radio sources...ie phone and web portal without a security check. I have many non-experimental phone and web ports but nobody knows what it is so it is not a open port. I don't provide links to it from a web page or post a phone number and it "does" have multilevel security checks. Even if folks stumbled on it by accident or not, they would not have open access. > > There are a lot of folks experimenting with asterisk side of the set-up. Many of us that have been using asterisk for many years know that we can port just about any kind of streaming audio or other services to asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open on them and to where they go. > Because some folks don't think about the implications of their actions, things happen. We all know that even from the radio side of the equation. > > Problems can also occur if a unauthorized station/system is connected to others who are connected to you and there is no way to track that on the echolink side. > > They are asking that when "you" have a open port like that (unverified VoIP), to disable the echolink port while it is active so a unverified user does not get access to echolink through VoIP, not RoIP or Radio. And I'm sure we feel the same way about that through allstar. > > By the way some of you guys are interpreting this, the iPhone and Android apps and/or repeater to repeater echolink connects and PC to PC echolink connects would not be legal to them. > > Has anyone ever asked them to clarify the statement? Please tell us/me "exactly" what they said ! > > If nobody answers that, perhaps one of us needs to ask them so we can set the record straight as most of us use it on our systems and left unanswered definitively, this will come up many more times. > > And perhaps a text of a definitive rule could be included as a default comment in the echolink.conf so there is no ignorance of what they expect if you use it. > > Bob (kk6ecm), you win the prize since you asked the question from the email you received. > > Would you Send them a message/reply to clarify the type of connections "by example" they do not want and ask they not use the text from the email that you do not understand ? or what type of VoIP connections they are speaking of exactly. > > Sure would put a end to the silliness of it time and time again. > > I think what leads folks to get one of those emails is basically a list report of connected systems when a breach has been noticed. Problem is, they have a security problem with some of the proxies on their system. I have seen many a connect through a echo-proxy without an ID (callsign) and more. I don't think anyone could ever know it's true source. Hence the poorly worded generic email notice to all connected systems and obviously, they are not familiar with the other systems to word it correctly. > > Sorry to be long winded, but I don't want to this get elevated again without good reason. > > ...mike/kb8jnm > > -------- Original Message -------- > Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more > information on permit=*-* > From: Doug Crompton > Date: Wed, November 12, 2014 1:13 am > To: "app_rpt-users at ohnosec.org" > > Mike, > > I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... > > They say.... > > "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." > > They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. > > Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. > > My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. > > 73 Doug > WA3DSP > http://www.crompton.com/hamradio > > > From: mike at midnighteng.com > To: App_rpt-users at ohnosec.org > Date: Tue, 11 Nov 2014 21:15:26 -0700 > Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* > > > Like many times before you, you don't seem to understand their statement. > So nobody needs to go off on a tangent again. > > You only need to be concerned if you do something like > "have a web portal to your system that has no limitation to who uses it" (as in non-hams). > > If you do then they have the possibility to use the echolink system through your system and that is what they do not want. > > Neither do we with allstar or via radio. > I'm sure there are a few bad actors out there somewhere allowing access. > just make sure it is not you. > > They could use better wording to keep the confusion/fuss down. > > As far as permit or deny... > permit= a list that only allows calls you place in the list to connect. > deny= a list of calls that can not connect. > See the drupal site for info. > > ...mike/kb8jnm > -------- Original Message -------- > Subject: [App_rpt-users] Echolink and app_rpt: Looking for more > information on permit=*-* > From: "Bob" > Date: Tue, November 11, 2014 10:13 pm > To: > > OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. > > Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. > > How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? > > I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. > > I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. > > Thanks, > Bob > kk6ecm > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Wed Nov 12 14:25:49 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 06:25:49 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: Message-ID: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> Be sure to download Allmon 2 as it has security improvements and enhancements over Allmon 1. Please note that Allmon 2 does not work with Internet Explorer. Rename allmon.ini.txt to allmon.ini.php and edit the user ID and password to match your manager.conf. On your Allstar node edit manager.conf to have the same user ID and password as almond.ini.php and comment the bindaddr= line or set it to your server. bindaddr=127.0.0.1 is ok only if you run Allmon on the same computer as your node. Yes, Allmon will allow control of your node via the web. Allmon 1 provided linking control and monitoring. The new control panel in Allmon 2 provides control of any setting Asterisk or app_rpt is capable of doing. The sample control panel.ini.txt has many examples. Here?s some more example control panel commands that aren?t in the current sample file: labels[] = "Local Telemetry Output Enable" cmds[] = "rpt cmd %node% cop 33 xxx" labels[] = "Local Telemetry Output Disable" cmds[] = "rpt cmd %node% cop 34 xxx" labels[] = "Local Telemetry Output on Demand" cmds[] = "rpt cmd %node% cop 35 xxx" labels[] = "Force ID (local only)" cmds[] = "rpt cmd %node% status 11 xxx" labels[] = "Disable Linking" cmds[] = "rpt cmd %node% cop 12 xxx" labels[] = "Enable Linking" cmds[] = "rpt cmd %node% cop 11 xxx" labels[] = "Disable Autopatch" cmds[] = "rpt cmd %node% cop 10 xxx" labels[] = "Enable Autopatch" cmds[] = "rpt cmd %node% cop 9 xxx" labels[] = "Disable User Functions" cmds[] = "rpt cmd %node% cop 18 xxx" labels[] = "Enable User Functions" cmds[] = "rpt cmd %node% cop 17 xxx" labels[] = "System State 0 (normal)" cmds[] = "rpt cmd %node% cop 14 0" labels[] = "System State 1 (rpt only)" cmds[] = "rpt cmd %node% cop 14 1? If you have RTCMs these are handy: ; VOTER. Replace ?SiteX? with your client?s name labels[] = "Show Voter Status" cmds[] = "voter prio %node%" labels[] = "Voter All On" cmds[] = "voter prio %node% all 0" labels[] = "Voter SiteA Off" cmds[] = "voter prio %node% siteA -1" labels[] = "Voter SiteA On" cmds[] = "voter prio %node% SiteA 0" labels[] = "Voter SiteB Off" cmds[] = "voter prio %node% siteB -1" labels[] = "Voter SiteB On" cmds[] = "voter prio %node% SiteB 0" -- Tim WD6AWP > On Nov 12, 2014, at 5:22 AM, Skyler F wrote: > > I downloaded the files for allstar monitor, and pasted them in my http directory. I also renamed the almon.ini.txt to almon.ini and changed the node number to mine. > > I loaded up the localhost webpage, and it displayed my node number and the frequency but said "loading" under it and then "could not connect" > > Does anyone have any other info on setting up allmon or troubleshooting? Am I correct that it will allow me to control the node (connect, disconnect etc.) via the internet? (I will use http password protect to prevent unwanted node controllers) > > > Thanks, > Skyler KD?WHB > -- > Skyler Fennell > amsatnet.info > KD?WHB > electricity440 at gmail.com _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Wed Nov 12 14:51:56 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 06:51:56 -0800 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> Message-ID: <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> I removed EchoLink. In it?s place we need some smart mobile developer to write a iPhone/Android IAX client with PTT. Anyone???? For now we?re using Zoiper. It?s a bit clunky as you have to do *99 to make PTT and # to unkey. The lack of PTT indication is disconcerting and problematic but it works. The audio is 3,000 times better than EchoLink. And you have control of who connects. Here?s how you set up the node. In iax.conf add this stanza. Change UserID and UserPassword. [UserID] username=UserID type=friend context=hams host=dynamic auth=md5 secret=UserPassword disallow=all allow=ulaw allow=g726aal2 allow=gsm codecpriority=host transfer=no In extensions.conf add this stanza. This requires a caller ID or it will not connect. I have my users put their call sign in the caller ID. That way the status pages (including Allmon) shows who is connected with a -P appended. [hams] exten => _X!,1,Ringing exten => _X!,n,NoOp(${CALLERID(name)}) exten => _X!,n,NoOp(${CALLERID(number)}) exten => _X!,n,Set(CALLSIGN=${CALLERID(name)}) exten => _X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit) exten => _X!,n,Wait(3) exten => _X!,n,Answer exten => _X!,n,Playback(connecting) exten => _X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P) exten => _X!,n(hangit),Answer exten => _X!,n(hangit),Playback(connection-failed) exten => _X!,n(hangit),Wait(1) exten => _X!,n(hangit),Hangup -- Tim WD6AWP > On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle wrote: > > simple solution, considering the clueless majority of users in the Echolink world, the lousy audio codecs, and the ancient technology that has not kept pace with either praxis or software advances: turn the damn thing off. > > You won't miss the drive-bys, distorted computer audio, fumble-fingered operators, and bandwidth usage. > > It's just so not worth the effort to maintain, worry about the software and technology use conditions, or anything else surrounding it. It's just amateur radio, not the launch codes. > > > > -- > Bryan > Sent from my iPhone 5...No electrons were harmed in the sending of this message. > > > > On Nov 12, 2014, at 06:36, > > wrote: > >> >> Additional info (as if the first was not enough)... >> >> I went to their (echolink) website looking for a rule... >> >> Here it is... >> >> Item #4 >> Stations operating in Sysop mode may interconnect EchoLink only with equipment operating on Amateur frequencies. EchoLink does not permit use of the system with other services such as GMRS, FRS, or MARS. For security reasons, it is also not permitted to interconnect EchoLink with other VoIP systems that support direct access from a computer. >> >> >> found on their access policy page at... >> >> echolink.org/access_policies.htm >> >> There is no mention of other systems interconnect, just the VoIP via computer direct. >> I take the meaning of direct to mean "unverified" or unrestricted. >> This is consistent with the way I have been reading the poorly written emails some of you get from echolink. >> >> >> ...mike/kb8jnm >> >> >> >> >> -------- Original Message -------- >> Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m >> ore_information_on_permit=*-* >> From: > >> Date: Wed, November 12, 2014 5:28 am >> To: app_rpt-users at ohnosec.org , "Bob" > >> >> >> Bob, Doug and all, >> >> I fully understand why you would think that. It is so poorly written. >> And as I have watched this conversation get out of hand at least 2 times as you have Doug. >> >> This is the first time I thought I would clarify how I was reading their email statement before anyone gets elevated on it again. >> >> other VoIP connections not Radio Sourced RoIP connections and only if you can't verify the VoIP. >> >> They are saying VOIP connections from non-radio sources...ie phone and web portal without a security check. I have many non-experimental phone and web ports but nobody knows what it is so it is not a open port. I don't provide links to it from a web page or post a phone number and it "does" have multilevel security checks. Even if folks stumbled on it by accident or not, they would not have open access. >> >> There are a lot of folks experimenting with asterisk side of the set-up. Many of us that have been using asterisk for many years know that we can port just about any kind of streaming audio or other services to asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open on them and to where they go. >> Because some folks don't think about the implications of their actions, things happen. We all know that even from the radio side of the equation. >> >> Problems can also occur if a unauthorized station/system is connected to others who are connected to you and there is no way to track that on the echolink side. >> >> They are asking that when "you" have a open port like that (unverified VoIP), to disable the echolink port while it is active so a unverified user does not get access to echolink through VoIP, not RoIP or Radio. And I'm sure we feel the same way about that through allstar. >> >> By the way some of you guys are interpreting this, the iPhone and Android apps and/or repeater to repeater echolink connects and PC to PC echolink connects would not be legal to them. >> >> Has anyone ever asked them to clarify the statement? Please tell us/me "exactly" what they said ! >> >> If nobody answers that, perhaps one of us needs to ask them so we can set the record straight as most of us use it on our systems and left unanswered definitively, this will come up many more times. >> >> And perhaps a text of a definitive rule could be included as a default comment in the echolink.conf so there is no ignorance of what they expect if you use it. >> >> Bob (kk6ecm), you win the prize since you asked the question from the email you received. >> >> Would you Send them a message/reply to clarify the type of connections "by example" they do not want and ask they not use the text from the email that you do not understand ? or what type of VoIP connections they are speaking of exactly. >> >> Sure would put a end to the silliness of it time and time again. >> >> I think what leads folks to get one of those emails is basically a list report of connected systems when a breach has been noticed. Problem is, they have a security problem with some of the proxies on their system. I have seen many a connect through a echo-proxy without an ID (callsign) and more. I don't think anyone could ever know it's true source. Hence the poorly worded generic email notice to all connected systems and obviously, they are not familiar with the other systems to word it correctly. >> >> Sorry to be long winded, but I don't want to this get elevated again without good reason. >> >> ...mike/kb8jnm >> >> -------- Original Message -------- >> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more >> information on permit=*-* >> From: Doug Crompton > >> Date: Wed, November 12, 2014 1:13 am >> To: "app_rpt-users at ohnosec.org " > >> >> Mike, >> >> I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... >> >> They say.... >> >> "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." >> >> They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. >> >> Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. >> >> My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. >> >> 73 Doug >> WA3DSP >> http://www.crompton.com/hamradio >> >> >> From: mike at midnighteng.com >> To: App_rpt-users at ohnosec.org >> Date: Tue, 11 Nov 2014 21:15:26 -0700 >> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* >> >> >> Like many times before you, you don't seem to understand their statement. >> So nobody needs to go off on a tangent again. >> >> You only need to be concerned if you do something like >> "have a web portal to your system that has no limitation to who uses it" (as in non-hams). >> >> If you do then they have the possibility to use the echolink system through your system and that is what they do not want. >> >> Neither do we with allstar or via radio. >> I'm sure there are a few bad actors out there somewhere allowing access. >> just make sure it is not you. >> >> They could use better wording to keep the confusion/fuss down. >> >> As far as permit or deny... >> permit= a list that only allows calls you place in the list to connect. >> deny= a list of calls that can not connect. >> See the drupal site for info. >> >> ...mike/kb8jnm >> -------- Original Message -------- >> Subject: [App_rpt-users] Echolink and app_rpt: Looking for more >> information on permit=*-* >> From: "Bob" > >> Date: Tue, November 11, 2014 10:13 pm >> To: > >> >> OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. >> >> Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. >> >> How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? >> >> I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. >> >> I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. >> >> Thanks, >> Bob >> kk6ecm >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Wed Nov 12 17:20:22 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 09:20:22 -0800 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> Message-ID: <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> Another app_rpt poster just suggested the same thing. I?m trying that out now and it seems to work well. Just have to remember to hit the mute button right away after connecting if you don?t want to transmit immediately. -- Tim :wq > On Nov 12, 2014, at 8:04 AM, Stephen Curtis wrote: > > Hi Tim, > > I too am using Zoiper, I found it easier and more stable to change it to Vox and essentially use the mute button in Zoiper as a PTT. > > Steve M0HOY > > Sent from my iPhone > > On 12 Nov 2014, at 14:51, Tim Sawyer > wrote: > >> I removed EchoLink. In it?s place we need some smart mobile developer to write a iPhone/Android IAX client with PTT. Anyone???? >> >> For now we?re using Zoiper. It?s a bit clunky as you have to do *99 to make PTT and # to unkey. The lack of PTT indication is disconcerting and problematic but it works. The audio is 3,000 times better than EchoLink. And you have control of who connects. Here?s how you set up the node. >> >> In iax.conf add this stanza. Change UserID and UserPassword. >> >> [UserID] >> username=UserID >> type=friend >> context=hams >> host=dynamic >> auth=md5 >> secret=UserPassword >> disallow=all >> allow=ulaw >> allow=g726aal2 >> allow=gsm >> codecpriority=host >> transfer=no >> >> In extensions.conf add this stanza. This requires a caller ID or it will not connect. I have my users put their call sign in the caller ID. That way the status pages (including Allmon) shows who is connected with a -P appended. >> >> [hams] >> exten => _X!,1,Ringing >> exten => _X!,n,NoOp(${CALLERID(name)}) >> exten => _X!,n,NoOp(${CALLERID(number)}) >> exten => _X!,n,Set(CALLSIGN=${CALLERID(name)}) >> exten => _X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit) >> exten => _X!,n,Wait(3) >> exten => _X!,n,Answer >> exten => _X!,n,Playback(connecting) >> exten => _X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P) >> exten => _X!,n(hangit),Answer >> exten => _X!,n(hangit),Playback(connection-failed) >> exten => _X!,n(hangit),Wait(1) >> exten => _X!,n(hangit),Hangup >> >> -- >> Tim WD6AWP >> >>> On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle > wrote: >>> >>> simple solution, considering the clueless majority of users in the Echolink world, the lousy audio codecs, and the ancient technology that has not kept pace with either praxis or software advances: turn the damn thing off. >>> >>> You won't miss the drive-bys, distorted computer audio, fumble-fingered operators, and bandwidth usage. >>> >>> It's just so not worth the effort to maintain, worry about the software and technology use conditions, or anything else surrounding it. It's just amateur radio, not the launch codes. >>> >>> >>> >>> -- >>> Bryan >>> Sent from my iPhone 5...No electrons were harmed in the sending of this message. >>> >>> >>> >>> On Nov 12, 2014, at 06:36, > > wrote: >>> >>>> >>>> Additional info (as if the first was not enough)... >>>> >>>> I went to their (echolink) website looking for a rule... >>>> >>>> Here it is... >>>> >>>> Item #4 >>>> Stations operating in Sysop mode may interconnect EchoLink only with equipment operating on Amateur frequencies. EchoLink does not permit use of the system with other services such as GMRS, FRS, or MARS. For security reasons, it is also not permitted to interconnect EchoLink with other VoIP systems that support direct access from a computer. >>>> >>>> >>>> found on their access policy page at... >>>> >>>> echolink.org/access_policies.htm >>>> >>>> There is no mention of other systems interconnect, just the VoIP via computer direct. >>>> I take the meaning of direct to mean "unverified" or unrestricted. >>>> This is consistent with the way I have been reading the poorly written emails some of you get from echolink. >>>> >>>> >>>> ...mike/kb8jnm >>>> >>>> >>>> >>>> >>>> -------- Original Message -------- >>>> Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m >>>> ore_information_on_permit=*-* >>>> From: > >>>> Date: Wed, November 12, 2014 5:28 am >>>> To: app_rpt-users at ohnosec.org , "Bob" > >>>> >>>> >>>> Bob, Doug and all, >>>> >>>> I fully understand why you would think that. It is so poorly written. >>>> And as I have watched this conversation get out of hand at least 2 times as you have Doug. >>>> >>>> This is the first time I thought I would clarify how I was reading their email statement before anyone gets elevated on it again. >>>> >>>> other VoIP connections not Radio Sourced RoIP connections and only if you can't verify the VoIP. >>>> >>>> They are saying VOIP connections from non-radio sources...ie phone and web portal without a security check. I have many non-experimental phone and web ports but nobody knows what it is so it is not a open port. I don't provide links to it from a web page or post a phone number and it "does" have multilevel security checks. Even if folks stumbled on it by accident or not, they would not have open access. >>>> >>>> There are a lot of folks experimenting with asterisk side of the set-up. Many of us that have been using asterisk for many years know that we can port just about any kind of streaming audio or other services to asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open on them and to where they go. >>>> Because some folks don't think about the implications of their actions, things happen. We all know that even from the radio side of the equation. >>>> >>>> Problems can also occur if a unauthorized station/system is connected to others who are connected to you and there is no way to track that on the echolink side. >>>> >>>> They are asking that when "you" have a open port like that (unverified VoIP), to disable the echolink port while it is active so a unverified user does not get access to echolink through VoIP, not RoIP or Radio. And I'm sure we feel the same way about that through allstar. >>>> >>>> By the way some of you guys are interpreting this, the iPhone and Android apps and/or repeater to repeater echolink connects and PC to PC echolink connects would not be legal to them. >>>> >>>> Has anyone ever asked them to clarify the statement? Please tell us/me "exactly" what they said ! >>>> >>>> If nobody answers that, perhaps one of us needs to ask them so we can set the record straight as most of us use it on our systems and left unanswered definitively, this will come up many more times. >>>> >>>> And perhaps a text of a definitive rule could be included as a default comment in the echolink.conf so there is no ignorance of what they expect if you use it. >>>> >>>> Bob (kk6ecm), you win the prize since you asked the question from the email you received. >>>> >>>> Would you Send them a message/reply to clarify the type of connections "by example" they do not want and ask they not use the text from the email that you do not understand ? or what type of VoIP connections they are speaking of exactly. >>>> >>>> Sure would put a end to the silliness of it time and time again. >>>> >>>> I think what leads folks to get one of those emails is basically a list report of connected systems when a breach has been noticed. Problem is, they have a security problem with some of the proxies on their system. I have seen many a connect through a echo-proxy without an ID (callsign) and more. I don't think anyone could ever know it's true source. Hence the poorly worded generic email notice to all connected systems and obviously, they are not familiar with the other systems to word it correctly. >>>> >>>> Sorry to be long winded, but I don't want to this get elevated again without good reason. >>>> >>>> ...mike/kb8jnm >>>> >>>> -------- Original Message -------- >>>> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more >>>> information on permit=*-* >>>> From: Doug Crompton > >>>> Date: Wed, November 12, 2014 1:13 am >>>> To: "app_rpt-users at ohnosec.org " > >>>> >>>> Mike, >>>> >>>> I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... >>>> >>>> They say.... >>>> >>>> "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." >>>> >>>> They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. >>>> >>>> Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. >>>> >>>> My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. >>>> >>>> 73 Doug >>>> WA3DSP >>>> http://www.crompton.com/hamradio >>>> >>>> >>>> From: mike at midnighteng.com >>>> To: App_rpt-users at ohnosec.org >>>> Date: Tue, 11 Nov 2014 21:15:26 -0700 >>>> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* >>>> >>>> >>>> Like many times before you, you don't seem to understand their statement. >>>> So nobody needs to go off on a tangent again. >>>> >>>> You only need to be concerned if you do something like >>>> "have a web portal to your system that has no limitation to who uses it" (as in non-hams). >>>> >>>> If you do then they have the possibility to use the echolink system through your system and that is what they do not want. >>>> >>>> Neither do we with allstar or via radio. >>>> I'm sure there are a few bad actors out there somewhere allowing access. >>>> just make sure it is not you. >>>> >>>> They could use better wording to keep the confusion/fuss down. >>>> >>>> As far as permit or deny... >>>> permit= a list that only allows calls you place in the list to connect. >>>> deny= a list of calls that can not connect. >>>> See the drupal site for info. >>>> >>>> ...mike/kb8jnm >>>> -------- Original Message -------- >>>> Subject: [App_rpt-users] Echolink and app_rpt: Looking for more >>>> information on permit=*-* >>>> From: "Bob" > >>>> Date: Tue, November 11, 2014 10:13 pm >>>> To: > >>>> >>>> OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. >>>> >>>> Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. >>>> >>>> How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? >>>> >>>> I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. >>>> >>>> I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. >>>> >>>> Thanks, >>>> Bob >>>> kk6ecm >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 bbrown at byrg.net Wed Nov 12 17:37:26 2014 From: bbrown at byrg.net (=?UTF-8?B?Qm9iIEJyb3duIC0gV8OYTlFY?=) Date: Wed, 12 Nov 2014 11:37:26 -0600 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> Message-ID: We change the (*99) to * only for TX and use the( #) to RX. * to TX # to RX Hang up to disconnect. Work good last long time, -- Thanks in Advance Bob Brown, W?NQX Kansas City Metro Area http://drsm0ke.net http://byrg.net http://sm0kenet.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? -- On Wed, Nov 12, 2014 at 11:20 AM, Tim Sawyer wrote: > Another app_rpt poster just suggested the same thing. I?m trying that out > now and it seems to work well. Just have to remember to hit the mute button > right away after connecting if you don?t want to transmit immediately. > -- > Tim > :wq > > On Nov 12, 2014, at 8:04 AM, Stephen Curtis wrote: > > Hi Tim, > > I too am using Zoiper, I found it easier and more stable to change it to > Vox and essentially use the mute button in Zoiper as a PTT. > > Steve M0HOY > > Sent from my iPhone > > On 12 Nov 2014, at 14:51, Tim Sawyer wrote: > > I removed EchoLink. In it?s place we need some smart mobile developer to > write a iPhone/Android IAX client with PTT. Anyone???? > > For now we?re using Zoiper. It?s a bit clunky as you have to do *99 to > make PTT and # to unkey. The lack of PTT indication is disconcerting and > problematic but it works. The audio is 3,000 times better than EchoLink. > And you have control of who connects. Here?s how you set up the node. > > In iax.conf add this stanza. Change UserID and UserPassword. > > [UserID] > username=UserID > type=friend > context=hams > host=dynamic > auth=md5 > secret=UserPassword > disallow=all > allow=ulaw > allow=g726aal2 > allow=gsm > codecpriority=host > transfer=no > > In extensions.conf add this stanza. This requires a caller ID or it will > not connect. I have my users put their call sign in the caller ID. That way > the status pages (including Allmon) shows who is connected with a -P > appended. > > [hams] > exten => _X!,1,Ringing > exten => _X!,n,NoOp(${CALLERID(name)}) > exten => _X!,n,NoOp(${CALLERID(number)}) > exten => _X!,n,Set(CALLSIGN=${CALLERID(name)}) > exten => _X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit) > exten => _X!,n,Wait(3) > exten => _X!,n,Answer > exten => _X!,n,Playback(connecting) > exten => _X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P) > exten => _X!,n(hangit),Answer > exten => _X!,n(hangit),Playback(connection-failed) > exten => _X!,n(hangit),Wait(1) > exten => _X!,n(hangit),Hangup > > -- > Tim WD6AWP > > On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle wrote: > > simple solution, considering the clueless majority of users in the > Echolink world, the lousy audio codecs, and the ancient technology that has > not kept pace with either praxis or software advances: turn the damn thing > off. > > You won't miss the drive-bys, distorted computer audio, fumble-fingered > operators, and bandwidth usage. > > It's just so not worth the effort to maintain, worry about the software > and technology use conditions, or anything else surrounding it. It's just > amateur radio, not the launch codes. > > > > -- > Bryan > Sent from my iPhone 5...No electrons were harmed in the sending of this > message. > > > > On Nov 12, 2014, at 06:36, > wrote: > > > Additional info (as if the first was not enough)... > > I went to their (echolink) website looking for a rule... > > Here it is... > > Item #4 > Stations operating in Sysop mode may interconnect EchoLink only with > equipment operating on Amateur frequencies. EchoLink does not permit use > of the system with other services such as GMRS, FRS, or MARS. For security > reasons, it is also not permitted to interconnect EchoLink with other VoIP > systems that support direct access from a computer. > > > found on their access policy page at... > > echolink.org/access_policies.htm > > There is no mention of other systems interconnect, just the VoIP via > computer direct. > I take the meaning of direct to mean "unverified" or unrestricted. > This is consistent with the way I have been reading the poorly written > emails some of you get from echolink. > > > ...mike/kb8jnm > > > > > -------- Original Message -------- > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > From: > Date: Wed, November 12, 2014 5:28 am > To: app_rpt-users at ohnosec.org, "Bob" > > > Bob, Doug and all, > > I fully understand why you would think that. It is so poorly written. > And as I have watched this conversation get out of hand at least 2 times > as you have Doug. > > This is the first time I thought I would clarify how I was reading their > email statement before anyone gets elevated on it again. > > other VoIP connections not Radio Sourced RoIP connections and only if you > can't verify the VoIP. > > They are saying VOIP connections from non-radio sources...ie phone and web > portal without a security check. I have many non-experimental phone and web > ports but nobody knows what it is so it is not a open port. I don't provide > links to it from a web page or post a phone number and it "does" have > multilevel security checks. Even if folks stumbled on it by accident or > not, they would not have open access. > > There are a lot of folks experimenting with asterisk side of the set-up. > Many of us that have been using asterisk for many years know that we can > port just about any kind of streaming audio or other services to asterisk > and thereby app_rpt. Hard to tell what interfaces/ports are open on them > and to where they go. > Because some folks don't think about the implications of their actions, > things happen. We all know that even from the radio side of the equation. > > Problems can also occur if a unauthorized station/system is connected to > others who are connected to you and there is no way to track that on the > echolink side. > > They are asking that when "you" have a open port like that (unverified > VoIP), to disable the echolink port while it is active so a unverified user > does not get access to echolink through VoIP, not RoIP or Radio. And I'm > sure we feel the same way about that through allstar. > > By the way some of you guys are interpreting this, the iPhone and Android > apps and/or repeater to repeater echolink connects and PC to PC echolink > connects would not be legal to them. > > Has anyone ever asked them to clarify the statement? Please tell us/me > "exactly" what they said ! > > If nobody answers that, perhaps one of us needs to ask them so we can set > the record straight as most of us use it on our systems and left unanswered > definitively, this will come up many more times. > > And perhaps a text of a definitive rule could be included as a default > comment in the echolink.conf so there is no ignorance of what they expect > if you use it. > > Bob (kk6ecm), you win the prize since you asked the question from the > email you received. > > Would you Send them a message/reply to clarify the type of connections "by > example" they do not want and ask they not use the text from the email that > you do not understand ? or what type of VoIP connections they are speaking > of exactly. > > Sure would put a end to the silliness of it time and time again. > > I think what leads folks to get one of those emails is basically a list > report of connected systems when a breach has been noticed. Problem is, > they have a security problem with some of the proxies on their system. I > have seen many a connect through a echo-proxy without an ID (callsign) and > more. I don't think anyone could ever know it's true source. Hence the > poorly worded generic email notice to all connected systems and obviously, > they are not familiar with the other systems to word it correctly. > > Sorry to be long winded, but I don't want to this get elevated again > without good reason. > > ...mike/kb8jnm > > -------- Original Message -------- > Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more > information on permit=*-* > From: Doug Crompton > Date: Wed, November 12, 2014 1:13 am > To: "app_rpt-users at ohnosec.org" > > Mike, > > I am going to break my own rule and respond here! I don't think you are > interpreting there statement correctly... > > They say.... > > "If you are running Asterisk with app_rpt and an EchoLink channel, be sure > it is configured not to allow other VoIP connections when an EchoLink > station is connected." > > They go on to specifically prohibit connections to Allstar, Wires, and > many others is not to be connected to Echolink. Bottom line is they think > their validation process is better than ours or others. I say we police it > just fine. A non ham popping up would stick out like a sore thumb. > > Bottom line they don't want us connected. In other words they want it like > IRLP with echolink. You can either connect to a echolink station or an IRLP > node, NOT both at the same time. > > My assertion still stands, ignore it but on the other hand like any good > ham make sure you police the activity on your nodes. There is no way to > practically isolate echolink from Allstar unless you somehow disconnect all > allstar nodes when an echolink call comes in and this would be crazy to do. > > > > *73 DougWA3DSPhttp://www.crompton.com/hamradio > * > > > ------------------------------ > From: mike at midnighteng.com > To: App_rpt-users at ohnosec.org > Date: Tue, 11 Nov 2014 21:15:26 -0700 > Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more > information on permit=*-* > > > Like many times before you, you don't seem to understand their statement. > So nobody needs to go off on a tangent again. > > You only need to be concerned if you do something like > "have a web portal to your system that has no limitation to who uses it" > (as in non-hams). > > If you do then they have the possibility to use the echolink system > through your system and that is what they do not want. > > Neither do we with allstar or via radio. > I'm sure there are a few bad actors out there somewhere allowing access. > just make sure it is not you. > > They could use better wording to keep the confusion/fuss down. > > As far as permit or deny... > permit= a list that only allows calls you place in the list to connect. > deny= a list of calls that can not connect. > See the drupal site for info. > > ...mike/kb8jnm > > -------- Original Message -------- > Subject: [App_rpt-users] Echolink and app_rpt: Looking for more > information on permit=*-* > From: "Bob" > Date: Tue, November 11, 2014 10:13 pm > To: > > OK... Echolink quality aside, I?m looking for some clarification how > app_rpt works with Echolink. > > Attempting to understand the statement from Echolink, ?If you are running > Asterisk with app_rpt and an EchoLink channel, be sure it is configured not > to allow other VoIP connections when an EchoLink station is connected. If > this isn't practical, please disable the EchoLink channel.? It seems that > ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. > > How does permit=*-* (?prohibit computer-based connections?) work with an > incoming Echolink computer based node, or with an app_rpt hosted Echolink > node in an Echolink to Echolink configuration. When the user enters *33 to > connect, is it actually Echolink nodes connecting, or is there a difference? > > I think I get their point they don?t want an Allstar node with Echolink > node, to simultaneously connect to another Allstar node that does not > support Echolink, but not sure why... still licensed amateurs involved. > > I am dismayed with Echolink?s assertion that the use of a copy of a paper > license is more official than the FCC recognized ULS site, which it appears > Allstarlink.org uses to validate the users > license. > > Thanks, > Bob > kk6ecm > > ------------------------------ > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe > from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 N1XBM at amsat.org Wed Nov 12 19:14:52 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Wed, 12 Nov 2014 14:14:52 -0500 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> Message-ID: I think this has come up before, but if you have a spare PC you can create a account on your box for zoiper set it for vox. Then get zello for PC and create a account for you node. Then create a channel for your node. Place the account into the repeater channel. Use virtual audio cables and point zello to zoiper and cross the cables. Works slicker than sh*t! Obviously your zoiper connection is left up full time. Also I password protect my channel. Feel free to connect to my node and I'll give you a demo. We have a regular user who is over the road trucker and zello plays nice with his blue parrot headset also much more "PTT radio like" friendly. Also I can record repeater activity too! -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Wed Nov 12 20:09:51 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 12:09:51 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> Message-ID: Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 -- Tim :wq > On Nov 12, 2014, at 11:58 AM, Scott Weis wrote: > > So where is allmon v2 being hosted? > > Thanks & 73, > Scott KB2EAR > > On 2014-11-12 09:25, Tim Sawyer wrote: -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Wed Nov 12 22:15:44 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 14:15:44 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> Message-ID: <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. -- Tim :wq > On Nov 12, 2014, at 2:05 PM, Lu Vencl wrote: > > Tim > Will this work with xipar nodes? > > Lu Vencl > > On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: > >> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >> -- >> Tim >> :wq >> >>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>> >>> So where is allmon v2 being hosted? >>> >>> Thanks & 73, >>> Scott KB2EAR >>> >>> On 2014-11-12 09:25, Tim Sawyer wrote: >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 steve at m0hoy.com Wed Nov 12 23:16:14 2014 From: steve at m0hoy.com (Stephen Curtis) Date: Wed, 12 Nov 2014 23:16:14 +0000 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> Message-ID: <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! Thanks Steve M0HOY > On 12 Nov 2014, at 22:15, Tim Sawyer wrote: > > I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. > -- > Tim > :wq > >> On Nov 12, 2014, at 2:05 PM, Lu Vencl > wrote: >> >> Tim >> Will this work with xipar nodes? >> >> Lu Vencl >> >> On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: >> >>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>> -- >>> Tim >>> :wq >>> >>>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>>> >>>> So where is allmon v2 being hosted? >>>> >>>> Thanks & 73, >>>> Scott KB2EAR >>>> >>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Wed Nov 12 23:19:52 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Wed, 12 Nov 2014 15:19:52 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> Message-ID: <52F40EDF-4092-4A81-9AAE-5B75A19E741A@mac.com> Boy do I have a bad memory. I remember now and you?re right. It won?t work with Xipar. Jim added code to app_rpt for Allmon. -- Tim :wq > On Nov 12, 2014, at 3:16 PM, Stephen Curtis wrote: > > I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! > > Thanks > Steve > M0HOY > > > > >> On 12 Nov 2014, at 22:15, Tim Sawyer > wrote: >> >> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. >> -- >> Tim >> :wq >> >>> On Nov 12, 2014, at 2:05 PM, Lu Vencl > wrote: >>> >>> Tim >>> Will this work with xipar nodes? >>> >>> Lu Vencl >>> >>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: >>> >>>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>>> -- >>>> Tim >>>> :wq >>>> >>>>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>>>> >>>>> So where is allmon v2 being hosted? >>>>> >>>>> Thanks & 73, >>>>> Scott KB2EAR >>>>> >>>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 n3fe at repeater.net Wed Nov 12 23:35:50 2014 From: n3fe at repeater.net (Corey Dean) Date: Wed, 12 Nov 2014 18:35:50 -0500 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> Message-ID: I second this... I have wanted to see this work for some time now but as stated it only does the commands and doesn't show the connected nodes. I really wish it did as I use the xipar voting and that would be great to see on allmon or something similar... Corey N3FE > On Nov 12, 2014, at 6:16 PM, Stephen Curtis wrote: > > I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! > > Thanks > Steve > M0HOY > > > > >> On 12 Nov 2014, at 22:15, Tim Sawyer wrote: >> >> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. >> -- >> Tim >> :wq >> >>> On Nov 12, 2014, at 2:05 PM, Lu Vencl wrote: >>> >>> Tim >>> Will this work with xipar nodes? >>> >>> Lu Vencl >>> >>>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer wrote: >>>> >>>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>>> -- >>>> Tim >>>> :wq >>>> >>>>> On Nov 12, 2014, at 11:58 AM, Scott Weis wrote: >>>>> >>>>> So where is allmon v2 being hosted? >>>>> >>>>> Thanks & 73, >>>>> Scott KB2EAR >>>>> >>>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 george at dyb.com Thu Nov 13 01:46:00 2014 From: george at dyb.com (George Csahanin) Date: Wed, 12 Nov 2014 19:46:00 -0600 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net><6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> Message-ID: <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> Hey guys, I?m not a programmer, and I didn?t stay at a HI Express last night, so I have to ask: are the volume buttons on smart phones hard wired to that function? Or can one be made to be a PTT function? Just set volume at max smoke, or make the other button step/cycle thru 8 preset volume levels? I really envy you guys who can write this stuff. Most I ever did was a HF remote controller using 6502 assembler. GeorgeC George J Csahanin W2DB Cedar Park, TX 512-401-2630 home 401-338-0568 cel From: Tim Sawyer Sent: Wednesday, November 12, 2014 8:51 AM To: Bryan D. Boyle Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* I removed EchoLink. In it?s place we need some smart mobile developer to write a iPhone/Android IAX client with PTT. Anyone???? For now we?re using Zoiper. It?s a bit clunky as you have to do *99 to make PTT and # to unkey. The lack of PTT indication is disconcerting and problematic but it works. The audio is 3,000 times better than EchoLink. And you have control of who connects. Here?s how you set up the node. In iax.conf add this stanza. Change UserID and UserPassword. [UserID] username=UserID type=friend context=hams host=dynamic auth=md5 secret=UserPassword disallow=all allow=ulaw allow=g726aal2 allow=gsm codecpriority=host transfer=no In extensions.conf add this stanza. This requires a caller ID or it will not connect. I have my users put their call sign in the caller ID. That way the status pages (including Allmon) shows who is connected with a -P appended. [hams] exten => _X!,1,Ringing exten => _X!,n,NoOp(${CALLERID(name)}) exten => _X!,n,NoOp(${CALLERID(number)}) exten => _X!,n,Set(CALLSIGN=${CALLERID(name)}) exten => _X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit) exten => _X!,n,Wait(3) exten => _X!,n,Answer exten => _X!,n,Playback(connecting) exten => _X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P) exten => _X!,n(hangit),Answer exten => _X!,n(hangit),Playback(connection-failed) exten => _X!,n(hangit),Wait(1) exten => _X!,n(hangit),Hangup -- Tim WD6AWP On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle wrote: simple solution, considering the clueless majority of users in the Echolink world, the lousy audio codecs, and the ancient technology that has not kept pace with either praxis or software advances: turn the damn thing off. You won't miss the drive-bys, distorted computer audio, fumble-fingered operators, and bandwidth usage. It's just so not worth the effort to maintain, worry about the software and technology use conditions, or anything else surrounding it. It's just amateur radio, not the launch codes. -- Bryan Sent from my iPhone 5...No electrons were harmed in the sending of this message. On Nov 12, 2014, at 06:36, wrote: Additional info (as if the first was not enough)... I went to their (echolink) website looking for a rule... Here it is... Item #4 Stations operating in Sysop mode may interconnect EchoLink only with equipment operating on Amateur frequencies. EchoLink does not permit use of the system with other services such as GMRS, FRS, or MARS. For security reasons, it is also not permitted to interconnect EchoLink with other VoIP systems that support direct access from a computer. found on their access policy page at... echolink.org/access_policies.htm There is no mention of other systems interconnect, just the VoIP via computer direct. I take the meaning of direct to mean "unverified" or unrestricted. This is consistent with the way I have been reading the poorly written emails some of you get from echolink. ...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* From: Date: Wed, November 12, 2014 5:28 am To: app_rpt-users at ohnosec.org, "Bob" Bob, Doug and all, I fully understand why you would think that. It is so poorly written. And as I have watched this conversation get out of hand at least 2 times as you have Doug. This is the first time I thought I would clarify how I was reading their email statement before anyone gets elevated on it again. other VoIP connections not Radio Sourced RoIP connections and only if you can't verify the VoIP. They are saying VOIP connections from non-radio sources...ie phone and web portal without a security check. I have many non-experimental phone and web ports but nobody knows what it is so it is not a open port. I don't provide links to it from a web page or post a phone number and it "does" have multilevel security checks. Even if folks stumbled on it by accident or not, they would not have open access. There are a lot of folks experimenting with asterisk side of the set-up. Many of us that have been using asterisk for many years know that we can port just about any kind of streaming audio or other services to asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open on them and to where they go. Because some folks don't think about the implications of their actions, things happen. We all know that even from the radio side of the equation. Problems can also occur if a unauthorized station/system is connected to others who are connected to you and there is no way to track that on the echolink side. They are asking that when "you" have a open port like that (unverified VoIP), to disable the echolink port while it is active so a unverified user does not get access to echolink through VoIP, not RoIP or Radio. And I'm sure we feel the same way about that through allstar. By the way some of you guys are interpreting this, the iPhone and Android apps and/or repeater to repeater echolink connects and PC to PC echolink connects would not be legal to them. Has anyone ever asked them to clarify the statement? Please tell us/me "exactly" what they said ! If nobody answers that, perhaps one of us needs to ask them so we can set the record straight as most of us use it on our systems and left unanswered definitively, this will come up many more times. And perhaps a text of a definitive rule could be included as a default comment in the echolink.conf so there is no ignorance of what they expect if you use it. Bob (kk6ecm), you win the prize since you asked the question from the email you received. Would you Send them a message/reply to clarify the type of connections "by example" they do not want and ask they not use the text from the email that you do not understand ? or what type of VoIP connections they are speaking of exactly. Sure would put a end to the silliness of it time and time again. I think what leads folks to get one of those emails is basically a list report of connected systems when a breach has been noticed. Problem is, they have a security problem with some of the proxies on their system. I have seen many a connect through a echo-proxy without an ID (callsign) and more. I don't think anyone could ever know it's true source. Hence the poorly worded generic email notice to all connected systems and obviously, they are not familiar with the other systems to word it correctly. Sorry to be long winded, but I don't want to this get elevated again without good reason. ...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* From: Doug Crompton Date: Wed, November 12, 2014 1:13 am To: "app_rpt-users at ohnosec.org" Mike, I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... They say.... "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. 73 Doug WA3DSP http://www.crompton.com/hamradio ------------------------------------------------------------------------ From: mike at midnighteng.com To: App_rpt-users at ohnosec.org Date: Tue, 11 Nov 2014 21:15:26 -0700 Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* Like many times before you, you don't seem to understand their statement. So nobody needs to go off on a tangent again. You only need to be concerned if you do something like "have a web portal to your system that has no limitation to who uses it" (as in non-hams). If you do then they have the possibility to use the echolink system through your system and that is what they do not want. Neither do we with allstar or via radio. I'm sure there are a few bad actors out there somewhere allowing access. just make sure it is not you. They could use better wording to keep the confusion/fuss down. As far as permit or deny... permit= a list that only allows calls you place in the list to connect. deny= a list of calls that can not connect. See the drupal site for info. ...mike/kb8jnm -------- Original Message -------- Subject: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* From: "Bob" Date: Tue, November 11, 2014 10:13 pm To: OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. Thanks, Bob kk6ecm ---------------------------------------------------------------------- _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 Nov 13 01:50:49 2014 From: electricity440 at gmail.com (Skyler Fennell) Date: Wed, 12 Nov 2014 18:50:49 -0700 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> Message-ID: <2762C2CE-EB84-48A3-B332-8350D357588B@gmail.com> The iPhone has the use of the volume button as a camera, i don't know of any apple approved apps that would do that but a jailbreak cydia tweak may be something to look into. > On Nov 12, 2014, at 6:46 PM, George Csahanin wrote: > > Hey guys, I?m not a programmer, and I didn?t stay at a HI Express last night, so I have to ask: are the volume buttons on smart phones hard wired to that function? Or can one be made to be a PTT function? Just set volume at max smoke, or make the other button step/cycle thru 8 preset volume levels? I really envy you guys who can write this stuff. Most I ever did was a HF remote controller using 6502 assembler. > > GeorgeC > > George J Csahanin > W2DB > Cedar Park, TX > 512-401-2630 home > 401-338-0568 cel > > From: Tim Sawyer > Sent: Wednesday, November 12, 2014 8:51 AM > To: Bryan D. Boyle > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* > > I removed EchoLink. In it?s place we need some smart mobile developer to write a iPhone/Android IAX client with PTT. Anyone???? > > For now we?re using Zoiper. It?s a bit clunky as you have to do *99 to make PTT and # to unkey. The lack of PTT indication is disconcerting and problematic but it works. The audio is 3,000 times better than EchoLink. And you have control of who connects. Here?s how you set up the node. > > In iax.conf add this stanza. Change UserID and UserPassword. > > [UserID] > username=UserID > type=friend > context=hams > host=dynamic > auth=md5 > secret=UserPassword > disallow=all > allow=ulaw > allow=g726aal2 > allow=gsm > codecpriority=host > transfer=no > > In extensions.conf add this stanza. This requires a caller ID or it will not connect. I have my users put their call sign in the caller ID. That way the status pages (including Allmon) shows who is connected with a -P appended. > > [hams] > exten => _X!,1,Ringing > exten => _X!,n,NoOp(${CALLERID(name)}) > exten => _X!,n,NoOp(${CALLERID(number)}) > exten => _X!,n,Set(CALLSIGN=${CALLERID(name)}) > exten => _X!,n,GotoIf($[${LEN(${CALLSIGN})} = 0]?hangit) > exten => _X!,n,Wait(3) > exten => _X!,n,Answer > exten => _X!,n,Playback(connecting) > exten => _X!,n,rpt(${EXTEN}|P|${CALLSIGN}-P) > exten => _X!,n(hangit),Answer > exten => _X!,n(hangit),Playback(connection-failed) > exten => _X!,n(hangit),Wait(1) > exten => _X!,n(hangit),Hangup > > -- > Tim WD6AWP > >> On Nov 12, 2014, at 5:46 AM, Bryan D. Boyle wrote: >> >> simple solution, considering the clueless majority of users in the Echolink world, the lousy audio codecs, and the ancient technology that has not kept pace with either praxis or software advances: turn the damn thing off. >> >> You won't miss the drive-bys, distorted computer audio, fumble-fingered operators, and bandwidth usage. >> >> It's just so not worth the effort to maintain, worry about the software and technology use conditions, or anything else surrounding it. It's just amateur radio, not the launch codes. >> >> >> >> -- >> Bryan >> Sent from my iPhone 5...No electrons were harmed in the sending of this message. >> >> >> >>> On Nov 12, 2014, at 06:36, wrote: >>> >>> >>> Additional info (as if the first was not enough)... >>> >>> I went to their (echolink) website looking for a rule... >>> >>> Here it is... >>> >>> Item #4 >>> Stations operating in Sysop mode may interconnect EchoLink only with equipment operating on Amateur frequencies. EchoLink does not permit use of the system with other services such as GMRS, FRS, or MARS. For security reasons, it is also not permitted to interconnect EchoLink with other VoIP systems that support direct access from a computer. >>> >>> >>> found on their access policy page at... >>> >>> echolink.org/access_policies.htm >>> >>> There is no mention of other systems interconnect, just the VoIP via computer direct. >>> I take the meaning of direct to mean "unverified" or unrestricted. >>> This is consistent with the way I have been reading the poorly written emails some of you get from echolink. >>> >>> >>> ...mike/kb8jnm >>> >>> >>> >>> >>> -------- Original Message -------- >>> Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m >>> ore_information_on_permit=*-* >>> From: >>> Date: Wed, November 12, 2014 5:28 am >>> To: app_rpt-users at ohnosec.org, "Bob" >>> >>> >>> Bob, Doug and all, >>> >>> I fully understand why you would think that. It is so poorly written. >>> And as I have watched this conversation get out of hand at least 2 times as you have Doug. >>> >>> This is the first time I thought I would clarify how I was reading their email statement before anyone gets elevated on it again. >>> >>> other VoIP connections not Radio Sourced RoIP connections and only if you can't verify the VoIP. >>> >>> They are saying VOIP connections from non-radio sources...ie phone and web portal without a security check. I have many non-experimental phone and web ports but nobody knows what it is so it is not a open port. I don't provide links to it from a web page or post a phone number and it "does" have multilevel security checks. Even if folks stumbled on it by accident or not, they would not have open access. >>> >>> There are a lot of folks experimenting with asterisk side of the set-up. Many of us that have been using asterisk for many years know that we can port just about any kind of streaming audio or other services to asterisk and thereby app_rpt. Hard to tell what interfaces/ports are open on them and to where they go. >>> Because some folks don't think about the implications of their actions, things happen. We all know that even from the radio side of the equation. >>> >>> Problems can also occur if a unauthorized station/system is connected to others who are connected to you and there is no way to track that on the echolink side. >>> >>> They are asking that when "you" have a open port like that (unverified VoIP), to disable the echolink port while it is active so a unverified user does not get access to echolink through VoIP, not RoIP or Radio. And I'm sure we feel the same way about that through allstar. >>> >>> By the way some of you guys are interpreting this, the iPhone and Android apps and/or repeater to repeater echolink connects and PC to PC echolink connects would not be legal to them. >>> >>> Has anyone ever asked them to clarify the statement? Please tell us/me "exactly" what they said ! >>> >>> If nobody answers that, perhaps one of us needs to ask them so we can set the record straight as most of us use it on our systems and left unanswered definitively, this will come up many more times. >>> >>> And perhaps a text of a definitive rule could be included as a default comment in the echolink.conf so there is no ignorance of what they expect if you use it. >>> >>> Bob (kk6ecm), you win the prize since you asked the question from the email you received. >>> >>> Would you Send them a message/reply to clarify the type of connections "by example" they do not want and ask they not use the text from the email that you do not understand ? or what type of VoIP connections they are speaking of exactly. >>> >>> Sure would put a end to the silliness of it time and time again. >>> >>> I think what leads folks to get one of those emails is basically a list report of connected systems when a breach has been noticed. Problem is, they have a security problem with some of the proxies on their system. I have seen many a connect through a echo-proxy without an ID (callsign) and more. I don't think anyone could ever know it's true source. Hence the poorly worded generic email notice to all connected systems and obviously, they are not familiar with the other systems to word it correctly. >>> >>> Sorry to be long winded, but I don't want to this get elevated again without good reason. >>> >>> ...mike/kb8jnm >>> >>> -------- Original Message -------- >>> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more >>> information on permit=*-* >>> From: Doug Crompton >>> Date: Wed, November 12, 2014 1:13 am >>> To: "app_rpt-users at ohnosec.org" >>> >>> Mike, >>> >>> I am going to break my own rule and respond here! I don't think you are interpreting there statement correctly... >>> >>> They say.... >>> >>> "If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected." >>> >>> They go on to specifically prohibit connections to Allstar, Wires, and many others is not to be connected to Echolink. Bottom line is they think their validation process is better than ours or others. I say we police it just fine. A non ham popping up would stick out like a sore thumb. >>> >>> Bottom line they don't want us connected. In other words they want it like IRLP with echolink. You can either connect to a echolink station or an IRLP node, NOT both at the same time. >>> >>> My assertion still stands, ignore it but on the other hand like any good ham make sure you police the activity on your nodes. There is no way to practically isolate echolink from Allstar unless you somehow disconnect all allstar nodes when an echolink call comes in and this would be crazy to do. >>> >>> 73 Doug >>> WA3DSP >>> http://www.crompton.com/hamradio >>> >>> >>> From: mike at midnighteng.com >>> To: App_rpt-users at ohnosec.org >>> Date: Tue, 11 Nov 2014 21:15:26 -0700 >>> Subject: Re: [App_rpt-users] Echolink and app_rpt: Looking for more information on permit=*-* >>> >>> >>> Like many times before you, you don't seem to understand their statement. >>> So nobody needs to go off on a tangent again. >>> >>> You only need to be concerned if you do something like >>> "have a web portal to your system that has no limitation to who uses it" (as in non-hams). >>> >>> If you do then they have the possibility to use the echolink system through your system and that is what they do not want. >>> >>> Neither do we with allstar or via radio. >>> I'm sure there are a few bad actors out there somewhere allowing access. >>> just make sure it is not you. >>> >>> They could use better wording to keep the confusion/fuss down. >>> >>> As far as permit or deny... >>> permit= a list that only allows calls you place in the list to connect. >>> deny= a list of calls that can not connect. >>> See the drupal site for info. >>> >>> ...mike/kb8jnm >>> -------- Original Message -------- >>> Subject: [App_rpt-users] Echolink and app_rpt: Looking for more >>> information on permit=*-* >>> From: "Bob" >>> Date: Tue, November 11, 2014 10:13 pm >>> To: >>> >>> OK... Echolink quality aside, I?m looking for some clarification how app_rpt works with Echolink. >>> >>> Attempting to understand the statement from Echolink, ?If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel.? It seems that ?other VoIP? means non-Echolink nodes; not sure how Allstar can do this. >>> >>> How does permit=*-* (?prohibit computer-based connections?) work with an incoming Echolink computer based node, or with an app_rpt hosted Echolink node in an Echolink to Echolink configuration. When the user enters *33 to connect, is it actually Echolink nodes connecting, or is there a difference? >>> >>> I think I get their point they don?t want an Allstar node with Echolink node, to simultaneously connect to another Allstar node that does not support Echolink, but not sure why... still licensed amateurs involved. >>> >>> I am dismayed with Echolink?s assertion that the use of a copy of a paper license is more official than the FCC recognized ULS site, which it appears Allstarlink.org uses to validate the users license. >>> >>> Thanks, >>> Bob >>> kk6ecm >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 Nov 13 15:56:04 2014 From: electricity440 at gmail.com (Skyler F) Date: Thu, 13 Nov 2014 08:56:04 -0700 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> Message-ID: Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt to allmon.ini. It still says "could not load allmon.ini" though, unlike with allmon 1. Do I need to forward port 5038 to work? And where it says to use " yourhost.com", I have a dynamic dns server kd0whb.duckdns.org, is that what I should use? Is the username root and password the password to login to the node? Skyler KD?WHB On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean wrote: > I second this... I have wanted to see this work for some time now but as > stated it only does the commands and doesn't show the connected nodes. I > really wish it did as I use the xipar voting and that would be great to see > on allmon or something similar... > > Corey N3FE > > On Nov 12, 2014, at 6:16 PM, Stephen Curtis wrote: > > I could not get Allmon to work with Xipar. You are able to connect and > disconnect nodes but it will not populate the table with information on > what nodes are connected. However, if there is anyone out there who has > managed to get it working I would also like to know how! > > Thanks > Steve > M0HOY > > > > > On 12 Nov 2014, at 22:15, Tim Sawyer wrote: > > I think it will work with Xipar as it?s merely an Asterisk Manager > Interface client. Maybe someone here on the list can confirm. > -- > Tim > :wq > > On Nov 12, 2014, at 2:05 PM, Lu Vencl wrote: > > Tim > Will this work with xipar nodes? > > Lu Vencl > > On Nov 12, 2014, at 3:09 PM, Tim Sawyer wrote: > > Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 > -- > Tim > :wq > > On Nov 12, 2014, at 11:58 AM, Scott Weis wrote: > > So where is allmon v2 being hosted? > > Thanks & 73, > Scott KB2EAR > > On 2014-11-12 09:25, Tim Sawyer wrote: > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 tim.sawyer at mac.com Thu Nov 13 17:13:26 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Thu, 13 Nov 2014 09:13:26 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> Message-ID: Allmon 2 changed the ini filename to almond.ini.php -- Tim :wq > On Nov 13, 2014, at 7:56 AM, Skyler F wrote: > > Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt to allmon.ini. It still says "could not load allmon.ini" though, unlike with allmon 1. > > Do I need to forward port 5038 to work? And where it says to use "yourhost.com ", I have a dynamic dns server kd0whb.duckdns.org , is that what I should use? Is the username root and password the password to login to the node? > > Skyler KD?WHB > > On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean > wrote: > I second this... I have wanted to see this work for some time now but as stated it only does the commands and doesn't show the connected nodes. I really wish it did as I use the xipar voting and that would be great to see on allmon or something similar... > > Corey N3FE > > On Nov 12, 2014, at 6:16 PM, Stephen Curtis > wrote: > >> I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! >> >> Thanks >> Steve >> M0HOY >> >> >> >> >>> On 12 Nov 2014, at 22:15, Tim Sawyer > wrote: >>> >>> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. >>> -- >>> Tim >>> :wq >>> >>>> On Nov 12, 2014, at 2:05 PM, Lu Vencl > wrote: >>>> >>>> Tim >>>> Will this work with xipar nodes? >>>> >>>> Lu Vencl >>>> >>>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: >>>> >>>>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>>>> -- >>>>> Tim >>>>> :wq >>>>> >>>>>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>>>>> >>>>>> So where is allmon v2 being hosted? >>>>>> >>>>>> Thanks & 73, >>>>>> Scott KB2EAR >>>>>> >>>>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>>>> >>>>> _______________________________________________ >>>>> App_rpt-users mailing list >>>>> App_rpt-users at ohnosec.org >>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>> >>>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 tim.sawyer at mac.com Thu Nov 13 17:14:49 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Thu, 13 Nov 2014 09:14:49 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> Message-ID: <887B641F-4306-4381-9081-763B59919873@mac.com> ARRG? auto correct. That filename should be allmon.ini.php -- Tim :wq > On Nov 13, 2014, at 9:13 AM, Tim Sawyer wrote: > > Allmon 2 changed the ini filename to almond.ini.php > -- > Tim > :wq > >> On Nov 13, 2014, at 7:56 AM, Skyler F > wrote: >> >> Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt to allmon.ini. It still says "could not load allmon.ini" though, unlike with allmon 1. >> >> Do I need to forward port 5038 to work? And where it says to use "yourhost.com ", I have a dynamic dns server kd0whb.duckdns.org , is that what I should use? Is the username root and password the password to login to the node? >> >> Skyler KD?WHB >> >> On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean > wrote: >> I second this... I have wanted to see this work for some time now but as stated it only does the commands and doesn't show the connected nodes. I really wish it did as I use the xipar voting and that would be great to see on allmon or something similar... >> >> Corey N3FE >> >> On Nov 12, 2014, at 6:16 PM, Stephen Curtis > wrote: >> >>> I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! >>> >>> Thanks >>> Steve >>> M0HOY >>> >>> >>> >>> >>>> On 12 Nov 2014, at 22:15, Tim Sawyer > wrote: >>>> >>>> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. >>>> -- >>>> Tim >>>> :wq >>>> >>>>> On Nov 12, 2014, at 2:05 PM, Lu Vencl > wrote: >>>>> >>>>> Tim >>>>> Will this work with xipar nodes? >>>>> >>>>> Lu Vencl >>>>> >>>>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: >>>>> >>>>>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>>>>> -- >>>>>> Tim >>>>>> :wq >>>>>> >>>>>>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>>>>>> >>>>>>> So where is allmon v2 being hosted? >>>>>>> >>>>>>> Thanks & 73, >>>>>>> Scott KB2EAR >>>>>>> >>>>>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>>>>> >>>>>> _______________________________________________ >>>>>> App_rpt-users mailing list >>>>>> App_rpt-users at ohnosec.org >>>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>>> >>>>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 saliksatti at yahoo.com Fri Nov 14 04:27:35 2014 From: saliksatti at yahoo.com (Salik Satti) Date: Fri, 14 Nov 2014 04:27:35 +0000 (UTC) Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt Message-ID: <1448380655.410804.1415939255537.JavaMail.yahoo@jws100169.mail.ne1.yahoo.com> Hi All,????????? I want to use DMK URIs with asterisk. But i am facing issues regarding installation and configuration of a node with ACID. Please help me in this regard. Thanks in advance. ?Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Fri Nov 14 05:20:03 2014 From: electricity440 at gmail.com (Skyler Fennell) Date: Thu, 13 Nov 2014 22:20:03 -0700 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> Message-ID: <1735F950-720E-41A1-A0D0-9FD7E106D412@gmail.com> Why does every link hate each other? IRLP hates Allstar, just because it can go through a phone and they want to keep the radio to it. Echolink now taken Allstar off its policy because of some "security issues" Allstar users dislike echolink because of the poor audio quality Isn't ham radio just for two way communication, whatever the most effecient way you can contact someone during an emergency should be prioritized. As time progresses, more and more Allstar nodes are becoming private in my area, and I can't connect to some places I used to have great friends on the systems. Can't we just get along? If a friend built an IRLP node far away, why can't someone talk to him, just because they have a system with more linking capabilities? During a disaster, an IRLP node on one side of the state should be able to connect to an Allstar node on another if communications are mandatory. The same goes toward Allstar users, people who come in through echolink and troll around will do just the same through something like the web transceiver if echolink gets shut off. And who says someone without a liscense can't buy a cheap BAOFENG on amazon for 40 bucks and troll around on any link system near them? We're radio amateurs, we know nothing is perfect, can't we work as a team to try to enhance two way communication as best as possible? HF is not limited by the brand radio you have. Skyler kd0whb From electricity440 at gmail.com Fri Nov 14 05:20:03 2014 From: electricity440 at gmail.com (Skyler Fennell) Date: Thu, 13 Nov 2014 22:20:03 -0700 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC> Message-ID: <1735F950-720E-41A1-A0D0-9FD7E106D412@gmail.com> Why does every link hate each other? IRLP hates Allstar, just because it can go through a phone and they want to keep the radio to it. Echolink now taken Allstar off its policy because of some "security issues" Allstar users dislike echolink because of the poor audio quality Isn't ham radio just for two way communication, whatever the most effecient way you can contact someone during an emergency should be prioritized. As time progresses, more and more Allstar nodes are becoming private in my area, and I can't connect to some places I used to have great friends on the systems. Can't we just get along? If a friend built an IRLP node far away, why can't someone talk to him, just because they have a system with more linking capabilities? During a disaster, an IRLP node on one side of the state should be able to connect to an Allstar node on another if communications are mandatory. The same goes toward Allstar users, people who come in through echolink and troll around will do just the same through something like the web transceiver if echolink gets shut off. And who says someone without a liscense can't buy a cheap BAOFENG on amazon for 40 bucks and troll around on any link system near them? We're radio amateurs, we know nothing is perfect, can't we work as a team to try to enhance two way communication as best as possible? HF is not limited by the brand radio you have. Skyler kd0whb From doug at crompton.com Fri Nov 14 06:01:19 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 14 Nov 2014 01:01:19 -0500 Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt In-Reply-To: <1448380655.410804.1415939255537.JavaMail.yahoo@jws100169.mail.ne1.yahoo.com> References: <1448380655.410804.1415939255537.JavaMail.yahoo@jws100169.mail.ne1.yahoo.com> Message-ID: Salik, I think you need to give us more information. What kind of problems are you having? Is it just with the DMK URI or Allstar in general? The DMK URI's green LED should light up at boot and if you type at the Linux prompt 'lsusb' you should see it listed. That would be your first step. It should look like this. The C-media device is the DMK URI. You may have other USB devices present also. [root at WA3DSP_Allstar ~]# lsusb Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 0d8c:013a C-Media Electronics, Inc. Bus 002 Device 001: ID 0000:0000 If that seems OK then when you start Asterisk and everything is configured properly the green LED should blink at about a 2pps rate. As far as your node is concerned, have you received a node number and password from allstarlink.org? If you have questions about the configuration files I am sure someone here could help you. Also have you considered using the Beagle Bone Black for your node? I am not sure if that is available in your country or how easy it is to get but it is much easier to setup and use. If you had all the hardware you could have it setup and running in 10 minutes or less. The DMK URI would be the most expensive item and you already have that. You can view the web page at: hamvoip.org 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Fri, 14 Nov 2014 04:27:35 +0000 From: saliksatti at yahoo.com To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt Hi All, I want to use DMK URIs with asterisk. But i am facing issues regarding installation and configuration of a node with ACID. Please help me in this regard. Thanks in advance. Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Fri Nov 14 07:04:24 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 14 Nov 2014 02:04:24 -0500 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: <1735F950-720E-41A1-A0D0-9FD7E106D412@gmail.com> References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net>, <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com>, <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com>, <2CD41B7D0C2A4C4F940628E71AE64757@georgecPC>, <1735F950-720E-41A1-A0D0-9FD7E106D412@gmail.com> Message-ID: Skyler, You are absolutely right, there is no reason for the turf wars other than politics and peoples egos. I don't think that Allstar has a policy against anything other than abiding by legal amateur radio practices and I think we police our networks well. You often hear the echolink audio quality statements on Allstar and in most cases it is true. Echolink originating on PC's with all kinds of crazy microphone arrangements often leads to bizarre and distorted audio. I have found that iphones, ipads, and other phones seems to work well and produce some of the best echolink audio. Even though we complain about it we still have an open policy on our end and welcome any and all (FCC) legal experimentation on our networks with any other digital format. The reason Allstar is more open is because it is open source software not owned by anyone and for the most part not controlled but a private individual or group. Yes there are databases, webpage, software repsoitory maintained by individuals that freely give their time to do that but if one wanted to setup their own database and start another network they could. I am certainly not advocating that just using it as an example. Of course you could start another completely different amateur VOIP network also. That is how all these were born in the first place. Someone had an idea and ran with it. As for people going "private" on Allstar well that is their prerogative. Often it is done because it is a link or specific repeater system. That is the beauty of Allstar, you can configure it, add to it, change it, use it any way you like. I think there are more individual Allstar nodes recently coming online with the advent of the BBB and most are not private. Both IRLP and Echolink are not open source and the code and networks are tightly controlled although they have very different philosophies. Echolink claims to have superior control of keeping non-hams off the network. I really think this is a non-issue because I have not seen this problem on any network and when it does happen it is quickly taken care of. Echolink is probably 75% or more computer to computer. Echolink is really more like an amateur radio only Teamviewer or Skype although both of them have better audio quality. To me IRLP is just bizarre in how it works and although I did use it I quickly realized it was not for me. It is run by one individual who (I guess) makes money on it as you have to buy a board from him before he assigns you a node number. It also has the policy of NO non-radio connections thus the beef with Allstar, although I think there was probably more to that though than the radio only issue. IRLP also is half duplex and only allows one connection at a time. They do have what they call reflectors that are special servers setup with the permission of Mr. IRLP which allow multiple connections. These reflectors become like repeaters, often very political with a single administrator that sets the rules, how long you can talk, who can connect, etc. Totally unlike Allstar's operation or philosophy. Today, in the real world these systems are often interconnected even though IRLP and now Echolink claim to be autonomous networks. The Alaska Morning net which is on for 2 hours 6 days a week is a prime example where Allstar, IRLP, and Echolink are interconnected and there are many others. And again I will repeat, as long as we are responsible, FCC rule abiding hams I don't think these interconnections are a problem and I am sure they will go on. This issue could be discussed to death and like politics and religion there will never be a consensus. These interconnection problems are not unique to amateur radio as everytime we have a disaster you always hear about one government agency not being able to talk to another because of radio systems not being compatible and it often boils down to a political (people) problem rather than an equipment problem. I think it is called life, why can't we all get along! 73 Doug WA3DSP http://www.crompton.com/hamradio > From: electricity440 at gmail.com > Date: Thu, 13 Nov 2014 22:20:03 -0700 > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* > > Why does every link hate each other? > > > IRLP hates Allstar, just because it can go through a phone and they want to keep the radio to it. > > Echolink now taken Allstar off its policy because of some "security issues" > > Allstar users dislike echolink because of the poor audio quality > > Isn't ham radio just for two way communication, whatever the most effecient way you can contact someone during an emergency should be prioritized. > > As time progresses, more and more Allstar nodes are becoming private in my area, and I can't connect to some places I used to have great friends on the systems. > > Can't we just get along? If a friend built an IRLP node far away, why can't someone talk to him, just because they have a system with more linking capabilities? > > During a disaster, an IRLP node on one side of the state should be able to connect to an Allstar node on another if communications are mandatory. > > The same goes toward Allstar users, people who come in through echolink and troll around will do just the same through something like the web transceiver if echolink gets shut off. And who says someone without a liscense can't buy a cheap BAOFENG on amazon for 40 bucks and troll around on any link system near them? > > We're radio amateurs, we know nothing is perfect, can't we work as a team to try to enhance two way communication as best as possible? > > HF is not limited by the brand radio you have. > > Skyler kd0whb > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ea8ee1 at gmail.com Fri Nov 14 09:41:18 2014 From: ea8ee1 at gmail.com (ea8ee) Date: Fri, 14 Nov 2014 09:41:18 +0000 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> Message-ID: how active the vox mode in zoiper? maybe with a dmtf numbers? 2014-11-12 19:14 GMT+00:00 Robert Newberry : > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 steve at m0hoy.com Fri Nov 14 10:07:56 2014 From: steve at m0hoy.com (Stephen Curtis) Date: Fri, 14 Nov 2014 10:07:56 +0000 Subject: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* In-Reply-To: References: <20141112043614.71befee5dbd13c5325dd1a521b4e73ee.0259f43b0d.wbe@email06.secureserver.net> <6ED8C708-8529-4164-82C7-B0F603E8A721@bdboyle.com> <61F03F36-B93A-4FAA-A049-6B49D6307526@mac.com> <1E790BE2-DBD7-4EDB-B2E3-1F00D2535393@mac.com> Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4@m0hoy.com> In extensions.conf final line add lowercase v after the P > exten=00000,1,answer() > exten=00000,n,Playback(rpt/node) > exten=00000,n,Playback(digits/0) ;Change this to your node number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node number - this is what it plays when you connect > exten=00000,n,Playback(rpt/connected) > exten=00000,n,rpt(0000|Pv) > On 14 Nov 2014, at 09:41, ea8ee wrote: > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry >: > I think this has come up before, but if you have a spare PC you can create a account on your box for zoiper set it for vox. Then get zello for PC and create a account for you node. Then create a channel for your node. Place the account into the repeater channel. Use virtual audio cables and point zello to zoiper and cross the cables. Works slicker than sh*t! Obviously your zoiper connection is left up full time. Also I password protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice with his blue parrot headset also much more "PTT radio like" friendly. Also I can record repeater activity too! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 cypresstower at yahoo.com Fri Nov 14 22:44:54 2014 From: cypresstower at yahoo.com (Johnny Keeker) Date: Fri, 14 Nov 2014 14:44:54 -0800 Subject: [App_rpt-users] EchoLink Policy Reminder In-Reply-To: Message-ID: <1416005094.33956.YahooMailBasic@web163604.mail.gq1.yahoo.com> When they kill our accounts we'll say EchoStink Stunk -------------------------------------------- On Tue, 11/11/14, Kirk Just Kirk wrote: Subject: Re: [App_rpt-users] EchoLink Policy Reminder To: "kk6ecm" Cc: "app_rpt mailing list" Date: Tuesday, November 11, 2014, 7:08 PM They can close/kill my account anytime. EchoStink sounds horrible most of the time...constant drivebys from dingalings that connect and disconnect over and over and say nothing...or connect at 3 in the morning and call CQ CQ. For 5 minutes.....I am so tired of that shit I could delete it tonight. On Nov 11, 2014 2:00 PM, "kk6ecm" wrote: Can anyone shed light on this Echolink requirement and Allstar? I'm not sure what makes us compliant. We have Echolink enabled on our repeater... I know of no way a non-ham could link in during an Echolink connection. Is there a way of setting app_rpt so an Echolink connection precludes all others? Also, Echolink has Apps for the PC, Android, and the iPhone/iPad... Their PC app (phones are RF, but not ham) seems to invalidate their rf only policy, although they do verify a license before granting a node number. What am I missing? Thanks,Bobkk6ecm Sent from iPad ---------- Forwarded message ---------- From: EchoLink Support Date: Wed, Sep 3, 2014 at 9:14 AM Subject: EchoLink Policy Reminder To: We wanted to remind you of an important item in EchoLink's access policies (which can be found online at http://www.echolink.org/access_policies.htm). In general, EchoLink does not permit cross-linking. More specifically, EchoLink does not permit cross-linking with other VoIP systems that can be accessed off-the-air (for example, directly from a PC or Web browser).? This is because other systems may have a validation procedure that is far less comprehensive than EchoLink's, and we want to continue to ensure that EchoLink is solely for use by licensed Amateur Radio operators around the world. Therefore, while excellent systems such as Zello, AllStar, eQSO, WIRES-II, etc. all serve an important purpose within the Amateur Radio community, our policy is that they cannot be directly connected to a registered EchoLink node. In other words, your node must function only as a direct RF gateway, and not as a cross-link to another system. If your node is reachable through another path, that path must be disabled when an EchoLink connection is in progress. For example, an EchoIRLP node is permitted, since it functions only as an RF gateway when an EchoLink connection is made. If you are running Asterisk with app_rpt and an EchoLink channel, be sure it is configured not to allow other VoIP connections when an EchoLink station is connected. If this isn't practical, please disable the EchoLink channel. Thanks for ensuring that your node adheres to this policy. In some cases we do restrict logins to be sure the policy is being followed. 73 EchoLink Support (Note: This mailbox is not able to handle replies. For help and information, please see www.echolink.org/support.htm) _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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. -----Inline Attachment Follows----- _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 kc7mrq at bresnan.net Sat Nov 15 06:10:57 2014 From: kc7mrq at bresnan.net (Corey) Date: Fri, 14 Nov 2014 23:10:57 -0700 Subject: [App_rpt-users] Voter board Message-ID: <5466EE71.1090107@bresnan.net> I built a through hole voter board and interfaced it to a GPS 18 LVC and my server. I set the board up as a master, transmit. The LED shows the GPS locked and 98 command shows the GPS, but I am getting the following error when telnetting into the board: Warning: GPS Data time period elapsed. The error is timestamped and occurs every second. I made sure the data format was NMEA per archived messages on here by connecting the GPS to SNSRCFG. The config appears to be set up correctly. What other areas do I need to look at to fix this warning? I did notice you can choose quite a few NMEA messages in the SNSRCFG profile. Does it matter if all are checked? I have a second issue with updating the firmware. The board is at Rev 1.41. I tried updating it, but haven't had any luck so far. Nothing happens when I click on the "capture target" button after resetting the voter board. The target ip is the voter board and the bootloader ip in the voter is my laptop with ENC_Loader. The IC(s) were originally programmed by a friend in another state so I never experienced what it take to do the initial programming. Thanks for your help, Corey From rpt2 at chuck.midlandsnetworking.com Sat Nov 15 06:27:46 2014 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Sat, 15 Nov 2014 00:27:46 -0600 Subject: [App_rpt-users] Voter board In-Reply-To: <5466EE71.1090107@bresnan.net> References: <5466EE71.1090107@bresnan.net> Message-ID: set the bootloader IP to be the same as the voter board IP, or make it different than anything else on the network. It is the IP that the voter board uses when it is running the bootloader code. It can not have the same IP as your laptop. That will not work. On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: > > I built a through hole voter board and interfaced it to a GPS 18 LVC and > my server. I set the board up as a master, transmit. The LED shows the GPS > locked and 98 command shows the GPS, > but I am getting the following error when telnetting into the board: > > Warning: GPS Data time period elapsed. > > The error is timestamped and occurs every second. I made sure the data > format was NMEA per archived messages on here by connecting the GPS to > SNSRCFG. The config appears to be set up correctly. > What other areas do I need to look at to fix this warning? > > I did notice you can choose quite a few NMEA messages in the SNSRCFG > profile. Does it matter if all are checked? > > I have a second issue with updating the firmware. The board is at Rev > 1.41. I tried updating it, but haven't had any luck so far. Nothing happens > when I click on the "capture target" button after resetting the voter > board. The target ip is the voter board and the bootloader ip in the voter > is my laptop with ENC_Loader. > > The IC(s) were originally programmed by a friend in another state so I > never experienced what it take to do the initial programming. > > > Thanks for your help, > Corey > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 rpt2 at chuck.midlandsnetworking.com Sat Nov 15 06:36:19 2014 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Sat, 15 Nov 2014 00:36:19 -0600 Subject: [App_rpt-users] Voter board In-Reply-To: References: <5466EE71.1090107@bresnan.net> Message-ID: An easy error is having the TX and RX swapped where you connect the GPS to the voter board. Try it the other way. On Sat, Nov 15, 2014 at 12:27 AM, Chuck Henderson < rpt2 at chuck.midlandsnetworking.com> wrote: > set the bootloader IP to be the same as the voter board IP, or make it > different than anything else on the network. It is the IP that the voter > board uses when it is running the bootloader code. It can not have the > same IP as your laptop. That will not work. > > On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: > >> >> I built a through hole voter board and interfaced it to a GPS 18 LVC and >> my server. I set the board up as a master, transmit. The LED shows the GPS >> locked and 98 command shows the GPS, >> but I am getting the following error when telnetting into the board: >> >> Warning: GPS Data time period elapsed. >> >> The error is timestamped and occurs every second. I made sure the data >> format was NMEA per archived messages on here by connecting the GPS to >> SNSRCFG. The config appears to be set up correctly. >> What other areas do I need to look at to fix this warning? >> >> I did notice you can choose quite a few NMEA messages in the SNSRCFG >> profile. Does it matter if all are checked? >> >> I have a second issue with updating the firmware. The board is at Rev >> 1.41. I tried updating it, but haven't had any luck so far. Nothing happens >> when I click on the "capture target" button after resetting the voter >> board. The target ip is the voter board and the bootloader ip in the voter >> is my laptop with ENC_Loader. >> >> The IC(s) were originally programmed by a friend in another state so I >> never experienced what it take to do the initial programming. >> >> >> Thanks for your help, >> Corey >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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 rpt2 at chuck.midlandsnetworking.com Sat Nov 15 06:51:05 2014 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Sat, 15 Nov 2014 00:51:05 -0600 Subject: [App_rpt-users] Voter board In-Reply-To: References: <5466EE71.1090107@bresnan.net> Message-ID: I should be asleep, or maybe I am. I just re-read your message and now I see you said that you do have GPS lock so ignore what I said about TX and RX. If you only have that problem when you telnet into the board, I have seen that when I have a poor quality network connection between the pc and the voter board. I think that the board gets too busy with re-sending on the ethernet and then has trouble reading the serial port data from the GPS. If they are on the same LAN then use a switch instead of a hub and make sure that duplex is correct for everything on the LAN segment. Also make sure that your netmask is set correctly (the same) on everything on the LAN. Also just go with the default NEMA messages, you do not need any other than the default. On Sat, Nov 15, 2014 at 12:36 AM, Chuck Henderson < rpt2 at chuck.midlandsnetworking.com> wrote: > An easy error is having the TX and RX swapped where you connect the GPS to > the voter board. Try it the other way. > > On Sat, Nov 15, 2014 at 12:27 AM, Chuck Henderson < > rpt2 at chuck.midlandsnetworking.com> wrote: > >> set the bootloader IP to be the same as the voter board IP, or make it >> different than anything else on the network. It is the IP that the voter >> board uses when it is running the bootloader code. It can not have the >> same IP as your laptop. That will not work. >> >> On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: >> >>> >>> I built a through hole voter board and interfaced it to a GPS 18 LVC and >>> my server. I set the board up as a master, transmit. The LED shows the GPS >>> locked and 98 command shows the GPS, >>> but I am getting the following error when telnetting into the board: >>> >>> Warning: GPS Data time period elapsed. >>> >>> The error is timestamped and occurs every second. I made sure the data >>> format was NMEA per archived messages on here by connecting the GPS to >>> SNSRCFG. The config appears to be set up correctly. >>> What other areas do I need to look at to fix this warning? >>> >>> I did notice you can choose quite a few NMEA messages in the SNSRCFG >>> profile. Does it matter if all are checked? >>> >>> I have a second issue with updating the firmware. The board is at Rev >>> 1.41. I tried updating it, but haven't had any luck so far. Nothing happens >>> when I click on the "capture target" button after resetting the voter >>> board. The target ip is the voter board and the bootloader ip in the voter >>> is my laptop with ENC_Loader. >>> >>> The IC(s) were originally programmed by a friend in another state so I >>> never experienced what it take to do the initial programming. >>> >>> >>> Thanks for your help, >>> Corey >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 mark at tinney.us Sat Nov 15 14:30:12 2014 From: mark at tinney.us (mark at tinney.us) Date: Sat, 15 Nov 2014 09:30:12 -0500 Subject: [App_rpt-users] App_rpt-users Channel A audio lost In-Reply-To: References: Message-ID: I am not sure if this is how I get help but here is my question: I have a BBB running and everything works fine until I eventually start getting a carrier only on channel A audio output, I have audio on channel B when A is not working as I have channel B setup as a monitor in the repeater building. Do you have any suggestions for me to try to figure out this problem? Thanks, Mark W4GVX -----Original Message----- From: app_rpt-users-request at ohnosec.org Sent: Friday, November 14, 2014 12:00 PM To: app_rpt-users at ohnosec.org Subject: App_rpt-users Digest, Vol 69, Issue 26 Send App_rpt-users mailing list submissions to app_rpt-users at ohnosec.org To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.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 ohnosec.org You can reach the person managing the list at app_rpt-users-owner at ohnosec.org When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (ea8ee) 2. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (Stephen Curtis) ---------------------------------------------------------------------- Message: 1 Date: Fri, 14 Nov 2014 09:41:18 +0000 From: ea8ee To: Robert Newberry Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: Content-Type: text/plain; charset="iso-8859-1" how active the vox mode in zoiper? maybe with a dmtf numbers? 2014-11-12 19:14 GMT+00:00 Robert Newberry : > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ Message: 2 Date: Fri, 14 Nov 2014 10:07:56 +0000 From: Stephen Curtis To: ea8ee Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> Content-Type: text/plain; charset="iso-8859-1" In extensions.conf final line add lowercase v after the P > exten=00000,1,answer() > exten=00000,n,Playback(rpt/node) > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(rpt/connected) > exten=00000,n,rpt(0000|Pv) > On 14 Nov 2014, at 09:41, ea8ee wrote: > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry >: > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users End of App_rpt-users Digest, Vol 69, Issue 26 ********************************************* ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 From doug at crompton.com Sat Nov 15 15:46:40 2014 From: doug at crompton.com (Doug Crompton) Date: Sat, 15 Nov 2014 10:46:40 -0500 Subject: [App_rpt-users] App_rpt-users Channel A audio lost In-Reply-To: References: , Message-ID: Perhaps you have a bad USB FOB. Did you try another? Are you sure the sudio is not being interrupted outside of the FOB? Can you switch the channels physically outside the FOB? 73 Doug WA3DSP http://www.crompton.com/hamradio > From: mark at tinney.us > To: app_rpt-users at ohnosec.org > Date: Sat, 15 Nov 2014 09:30:12 -0500 > Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost > > I am not sure if this is how I get help but here is my question: > > I have a BBB running and everything works fine until I eventually start > getting a carrier only on channel A audio output, I have audio on channel B > when A is not working as I have channel B setup as a monitor in the repeater > building. Do you have any suggestions for me to try to figure out this > problem? > > Thanks, > Mark > W4GVX > > -----Original Message----- > From: app_rpt-users-request at ohnosec.org > Sent: Friday, November 14, 2014 12:00 PM > To: app_rpt-users at ohnosec.org > Subject: App_rpt-users Digest, Vol 69, Issue 26 > > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (ea8ee) > 2. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (Stephen Curtis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 Nov 2014 09:41:18 +0000 > From: ea8ee > To: Robert Newberry > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry : > > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > Message: 2 > Date: Fri, 14 Nov 2014 10:07:56 +0000 > From: Stephen Curtis > To: ea8ee > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> > Content-Type: text/plain; charset="iso-8859-1" > > In extensions.conf final line add lowercase v after the P > > > > exten=00000,1,answer() > > exten=00000,n,Playback(rpt/node) > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(rpt/connected) > > > exten=00000,n,rpt(0000|Pv) > > > > > > > On 14 Nov 2014, at 09:41, ea8ee wrote: > > > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > > > 2014-11-12 19:14 GMT+00:00 Robert Newberry > >: > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > To unsubscribe from this list please visit > > http://ohnosec.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 ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 26 > ********************************************* > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 mark at tinney.us Sat Nov 15 16:09:04 2014 From: mark at tinney.us (Mark Tinney) Date: Sat, 15 Nov 2014 11:09:04 -0500 Subject: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 28 Message-ID: I have purchased a new URI from DMK and have the same problem, I plan to move it to channel B and see if it fails. I know enough about Linux to move around and execute files but wasn't sure if Asterisk was killing the channel and don't really know how to check. Sent from my Verizon Wireless 4G LTE smartphone -------- Original message -------- From: app_rpt-users-request at ohnosec.org Date: 11/15/2014 10:46 (GMT-05:00) To: app_rpt-users at ohnosec.org Subject: App_rpt-users Digest, Vol 69, Issue 28 Send App_rpt-users mailing list submissions to app_rpt-users at ohnosec.org To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.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 ohnosec.org You can reach the person managing the list at app_rpt-users-owner at ohnosec.org When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. Re: App_rpt-users Channel A audio lost (mark at tinney.us) 2. Re: App_rpt-users Channel A audio lost (Doug Crompton) ---------------------------------------------------------------------- Message: 1 Date: Sat, 15 Nov 2014 09:30:12 -0500 From: To: Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost Message-ID: Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original I am not sure if this is how I get help but here is my question: I have a BBB running and everything works fine until I eventually start getting a carrier only on channel A audio output, I have audio on channel B when A is not working as I have channel B setup as a monitor in the repeater building. Do you have any suggestions for me to try to figure out this problem? Thanks, Mark W4GVX -----Original Message----- From: app_rpt-users-request at ohnosec.org Sent: Friday, November 14, 2014 12:00 PM To: app_rpt-users at ohnosec.org Subject: App_rpt-users Digest, Vol 69, Issue 26 Send App_rpt-users mailing list submissions to app_rpt-users at ohnosec.org To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.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 ohnosec.org You can reach the person managing the list at app_rpt-users-owner at ohnosec.org When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (ea8ee) 2. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (Stephen Curtis) ---------------------------------------------------------------------- Message: 1 Date: Fri, 14 Nov 2014 09:41:18 +0000 From: ea8ee To: Robert Newberry Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: Content-Type: text/plain; charset="iso-8859-1" how active the vox mode in zoiper? maybe with a dmtf numbers? 2014-11-12 19:14 GMT+00:00 Robert Newberry : > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ Message: 2 Date: Fri, 14 Nov 2014 10:07:56 +0000 From: Stephen Curtis To: ea8ee Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> Content-Type: text/plain; charset="iso-8859-1" In extensions.conf final line add lowercase v after the P > exten=00000,1,answer() > exten=00000,n,Playback(rpt/node) > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(rpt/connected) > exten=00000,n,rpt(0000|Pv) > On 14 Nov 2014, at 09:41, ea8ee wrote: > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry >: > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users End of App_rpt-users Digest, Vol 69, Issue 26 ********************************************* ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 ------------------------------ Message: 2 Date: Sat, 15 Nov 2014 10:46:40 -0500 From: Doug Crompton To: "mark at tinney.us" Cc: "app_rpt-users at ohnosec.org" Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost Message-ID: Content-Type: text/plain; charset="iso-8859-1" Perhaps you have a bad USB FOB. Did you try another? Are you sure the sudio is not being interrupted outside of the FOB? Can you switch the channels physically outside the FOB? 73 Doug WA3DSP http://www.crompton.com/hamradio > From: mark at tinney.us > To: app_rpt-users at ohnosec.org > Date: Sat, 15 Nov 2014 09:30:12 -0500 > Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost > > I am not sure if this is how I get help but here is my question: > > I have a BBB running and everything works fine until I eventually start > getting a carrier only on channel A audio output, I have audio on channel B > when A is not working as I have channel B setup as a monitor in the repeater > building. Do you have any suggestions for me to try to figure out this > problem? > > Thanks, > Mark > W4GVX > > -----Original Message----- > From: app_rpt-users-request at ohnosec.org > Sent: Friday, November 14, 2014 12:00 PM > To: app_rpt-users at ohnosec.org > Subject: App_rpt-users Digest, Vol 69, Issue 26 > > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (ea8ee) > 2. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (Stephen Curtis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 Nov 2014 09:41:18 +0000 > From: ea8ee > To: Robert Newberry > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry : > > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > Message: 2 > Date: Fri, 14 Nov 2014 10:07:56 +0000 > From: Stephen Curtis > To: ea8ee > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> > Content-Type: text/plain; charset="iso-8859-1" > > In extensions.conf final line add lowercase v after the P > > > > exten=00000,1,answer() > > exten=00000,n,Playback(rpt/node) > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(rpt/connected) > > > exten=00000,n,rpt(0000|Pv) > > > > > > > On 14 Nov 2014, at 09:41, ea8ee wrote: > > > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > > > 2014-11-12 19:14 GMT+00:00 Robert Newberry > >: > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > To unsubscribe from this list please visit > > http://ohnosec.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 ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 26 > ********************************************* > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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: ------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users End of App_rpt-users Digest, Vol 69, Issue 28 ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From kc7mrq at bresnan.net Sat Nov 15 16:59:07 2014 From: kc7mrq at bresnan.net (Corey) Date: Sat, 15 Nov 2014 09:59:07 -0700 Subject: [App_rpt-users] Voter board In-Reply-To: References: <5466EE71.1090107@bresnan.net> Message-ID: <5467865B.8000503@bresnan.net> Chuck, Thanks for clarifying the IP issue. The board upgraded just fine once I made the change. Corey On 11/14/2014 11:27 PM, Chuck Henderson wrote: > set the bootloader IP to be the same as the voter board IP, or make it > different than anything else on the network. It is the IP that the > voter board uses when it is running the bootloader code. It can not > have the same IP as your laptop. That will not work. > > On Sat, Nov 15, 2014 at 12:10 AM, Corey > wrote: > > > I built a through hole voter board and interfaced it to a GPS 18 > LVC and my server. I set the board up as a master, transmit. The > LED shows the GPS locked and 98 command shows the GPS, > but I am getting the following error when telnetting into the board: > > Warning: GPS Data time period elapsed. > > The error is timestamped and occurs every second. I made sure the > data format was NMEA per archived messages on here by connecting > the GPS to SNSRCFG. The config appears to be set up correctly. > What other areas do I need to look at to fix this warning? > > I did notice you can choose quite a few NMEA messages in the > SNSRCFG profile. Does it matter if all are checked? > > I have a second issue with updating the firmware. The board is at > Rev 1.41. I tried updating it, but haven't had any luck so far. > Nothing happens when I click on the "capture target" button after > resetting the voter board. The target ip is the voter board and > the bootloader ip in the voter is my laptop with ENC_Loader. > > The IC(s) were originally programmed by a friend in another state > so I never experienced what it take to do the initial programming. > > > Thanks for your help, > Corey > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 kc7mrq at bresnan.net Sat Nov 15 17:59:04 2014 From: kc7mrq at bresnan.net (Corey) Date: Sat, 15 Nov 2014 10:59:04 -0700 Subject: [App_rpt-users] Voter board In-Reply-To: References: <5466EE71.1090107@bresnan.net> Message-ID: <54679468.1030607@bresnan.net> Chuck, I logged into the switch(Cisco 2950) and it shows the port running at 10Mbit half duplex. The switch doesn't change to full duplex when I change duplex setting on the voter. I noticed at the bottom of the "98" printout there is an issue with system time not being set. Could that have anything to do with the issue? S/W Version: 1.48 09/23/2014 System Uptime: 74.6 Secs IP Address: 192.168.0.142 Netmask: 255.255.255.0 Gateway: 192.168.0.1 Primary DNS: 8.8.8.8 Secondary DNS: 8.8.4.4 DHCP: 0 VOTER Server IP: 192.168.0.178 VOTER Server UDP Port: 667 OUR UDP Port: 667 GPS Lock: 1 Connected: 1 COR: 0 EXT CTCSS IN: 1 PTT: 0 RSSI: 0 Current Samples / Sec.: 8000 Current Peak Audio Level: 184 Squelch Noise Gain Value: 0, Diode Cal. Value: 0, SQL pot 508 Current Time: Sat Nov 15, 2014 17:31:12.920 Last Rx Pkt System time: , diff: -1266534760 msec Last Rx Pkt Timestamp time: , diff: 0 msec Last Rx Pkt index: 0, inbounds: 0 Corey On 11/14/2014 11:51 PM, Chuck Henderson wrote: > I should be asleep, or maybe I am. I just re-read your message and > now I see you said that you do have GPS lock so ignore what I said > about TX and RX. > If you only have that problem when you telnet into the board, I have > seen that when I have a poor quality network connection between the pc > and the voter board. I think that the board gets too busy with > re-sending on the ethernet and then has trouble reading the serial > port data from the GPS. If they are on the same LAN then use a switch > instead of a hub and make sure that duplex is correct for everything > on the LAN segment. Also make sure that your netmask is set correctly > (the same) on everything on the LAN. > Also just go with the default NEMA messages, you do not need any other > than the default. > > On Sat, Nov 15, 2014 at 12:36 AM, Chuck Henderson > > wrote: > > An easy error is having the TX and RX swapped where you connect > the GPS to the voter board. Try it the other way. > > On Sat, Nov 15, 2014 at 12:27 AM, Chuck Henderson > > wrote: > > set the bootloader IP to be the same as the voter board IP, or > make it different than anything else on the network. It is > the IP that the voter board uses when it is running the > bootloader code. It can not have the same IP as your laptop. > That will not work. > > On Sat, Nov 15, 2014 at 12:10 AM, Corey > wrote: > > > I built a through hole voter board and interfaced it to a > GPS 18 LVC and my server. I set the board up as a master, > transmit. The LED shows the GPS locked and 98 command > shows the GPS, > but I am getting the following error when telnetting into > the board: > > Warning: GPS Data time period elapsed. > > The error is timestamped and occurs every second. I made > sure the data format was NMEA per archived messages on > here by connecting the GPS to SNSRCFG. The config appears > to be set up correctly. > What other areas do I need to look at to fix this warning? > > I did notice you can choose quite a few NMEA messages in > the SNSRCFG profile. Does it matter if all are checked? > > I have a second issue with updating the firmware. The > board is at Rev 1.41. I tried updating it, but haven't had > any luck so far. Nothing happens when I click on the > "capture target" button after resetting the voter board. > The target ip is the voter board and the bootloader ip in > the voter is my laptop with ENC_Loader. > > The IC(s) were originally programmed by a friend in > another state so I never experienced what it take to do > the initial programming. > > > Thanks for your help, > Corey > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 doug at crompton.com Sun Nov 16 02:26:05 2014 From: doug at crompton.com (Doug Crompton) Date: Sat, 15 Nov 2014 21:26:05 -0500 Subject: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 28 In-Reply-To: References: Message-ID: Mark, Channel B but it only puts out what is on channel A so why have both. You could feed a monitor off of the same line as the TX input on channel A as long as you didn't load it. It seems silly to run two channels with the same audio. Just more work for the processor. Anyhow to answer your question, no, there is not any known problem with audio out on channel A. We all use it and it works. If you have two different FOBs that are doing the same thing I would check the audio path out of the FOB to the TX. My guess is that there is a problem there. Make sure you have channel A set to voice in simpleusb.conf. That is where it defaults to so it should be right to begin with. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Sat, 15 Nov 2014 11:09:04 -0500 From: mark at tinney.us To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 28 I have purchased a new URI from DMK and have the same problem, I plan to move it to channel B and see if it fails. I know enough about Linux to move around and execute files but wasn't sure if Asterisk was killing the channel and don't really know how to check. Sent from my Verizon Wireless 4G LTE smartphone -------- Original message -------- From: app_rpt-users-request at ohnosec.org Date: 11/15/2014 10:46 (GMT-05:00) To: app_rpt-users at ohnosec.org Subject: App_rpt-users Digest, Vol 69, Issue 28 Send App_rpt-users mailing list submissions to app_rpt-users at ohnosec.org To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.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 ohnosec.org You can reach the person managing the list at app_rpt-users-owner at ohnosec.org When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. Re: App_rpt-users Channel A audio lost (mark at tinney.us) 2. Re: App_rpt-users Channel A audio lost (Doug Crompton) ---------------------------------------------------------------------- Message: 1 Date: Sat, 15 Nov 2014 09:30:12 -0500 From: To: Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost Message-ID: Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original I am not sure if this is how I get help but here is my question: I have a BBB running and everything works fine until I eventually start getting a carrier only on channel A audio output, I have audio on channel B when A is not working as I have channel B setup as a monitor in the repeater building. Do you have any suggestions for me to try to figure out this problem? Thanks, Mark W4GVX -----Original Message----- From: app_rpt-users-request at ohnosec.org Sent: Friday, November 14, 2014 12:00 PM To: app_rpt-users at ohnosec.org Subject: App_rpt-users Digest, Vol 69, Issue 26 Send App_rpt-users mailing list submissions to app_rpt-users at ohnosec.org To subscribe or unsubscribe via the World Wide Web, visit http://ohnosec.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 ohnosec.org You can reach the person managing the list at app_rpt-users-owner at ohnosec.org When replying, please edit your Subject line so it is more specific than "Re: Contents of App_rpt-users digest..." Today's Topics: 1. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (ea8ee) 2. Re: Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* (Stephen Curtis) ---------------------------------------------------------------------- Message: 1 Date: Fri, 14 Nov 2014 09:41:18 +0000 From: ea8ee To: Robert Newberry Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: Content-Type: text/plain; charset="iso-8859-1" how active the vox mode in zoiper? maybe with a dmtf numbers? 2014-11-12 19:14 GMT+00:00 Robert Newberry : > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ Message: 2 Date: Fri, 14 Nov 2014 10:07:56 +0000 From: Stephen Curtis To: ea8ee Cc: app_rpt mailing list Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m ore_information_on_permit=*-* Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> Content-Type: text/plain; charset="iso-8859-1" In extensions.conf final line add lowercase v after the P > exten=00000,1,answer() > exten=00000,n,Playback(rpt/node) > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(digits/0) ;Change this to your node > number - this is what it plays when you connect > exten=00000,n,Playback(rpt/connected) > exten=00000,n,rpt(0000|Pv) > On 14 Nov 2014, at 09:41, ea8ee wrote: > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry >: > I think this has come up before, but if you have a spare PC you can > create a account on your box for zoiper set it for vox. Then get zello for > PC and create a account for you node. Then create a channel for your node. > Place the account into the repeater channel. Use virtual audio cables and > point zello to zoiper and cross the cables. Works slicker than sh*t! > Obviously your zoiper connection is left up full time. Also I password > protect my channel. > > Feel free to connect to my node and I'll give you a demo. > > We have a regular user who is over the road trucker and zello plays nice > with his blue parrot headset also much more "PTT radio like" friendly. > Also I can record repeater activity too! > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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: ------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users End of App_rpt-users Digest, Vol 69, Issue 26 ********************************************* ----- No virus found in this message. Checked by AVG - www.avg.com Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 ------------------------------ Message: 2 Date: Sat, 15 Nov 2014 10:46:40 -0500 From: Doug Crompton To: "mark at tinney.us" Cc: "app_rpt-users at ohnosec.org" Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost Message-ID: Content-Type: text/plain; charset="iso-8859-1" Perhaps you have a bad USB FOB. Did you try another? Are you sure the sudio is not being interrupted outside of the FOB? Can you switch the channels physically outside the FOB? 73 Doug WA3DSP http://www.crompton.com/hamradio > From: mark at tinney.us > To: app_rpt-users at ohnosec.org > Date: Sat, 15 Nov 2014 09:30:12 -0500 > Subject: Re: [App_rpt-users] App_rpt-users Channel A audio lost > > I am not sure if this is how I get help but here is my question: > > I have a BBB running and everything works fine until I eventually start > getting a carrier only on channel A audio output, I have audio on channel B > when A is not working as I have channel B setup as a monitor in the repeater > building. Do you have any suggestions for me to try to figure out this > problem? > > Thanks, > Mark > W4GVX > > -----Original Message----- > From: app_rpt-users-request at ohnosec.org > Sent: Friday, November 14, 2014 12:00 PM > To: app_rpt-users at ohnosec.org > Subject: App_rpt-users Digest, Vol 69, Issue 26 > > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (ea8ee) > 2. Re: Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* (Stephen Curtis) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 Nov 2014 09:41:18 +0000 > From: ea8ee > To: Robert Newberry > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: > > Content-Type: text/plain; charset="iso-8859-1" > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > 2014-11-12 19:14 GMT+00:00 Robert Newberry : > > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > Message: 2 > Date: Fri, 14 Nov 2014 10:07:56 +0000 > From: Stephen Curtis > To: ea8ee > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Echolink_and_app_rpt:_Looking_for_m > ore_information_on_permit=*-* > Message-ID: <059961A7-71F7-452A-BA40-F53255E73CD4 at m0hoy.com> > Content-Type: text/plain; charset="iso-8859-1" > > In extensions.conf final line add lowercase v after the P > > > > exten=00000,1,answer() > > exten=00000,n,Playback(rpt/node) > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(digits/0) ;Change this to your node > > number - this is what it plays when you connect > > exten=00000,n,Playback(rpt/connected) > > > exten=00000,n,rpt(0000|Pv) > > > > > > > On 14 Nov 2014, at 09:41, ea8ee wrote: > > > > how active the vox mode in zoiper? maybe with a dmtf numbers? > > > > 2014-11-12 19:14 GMT+00:00 Robert Newberry > >: > > I think this has come up before, but if you have a spare PC you can > > create a account on your box for zoiper set it for vox. Then get zello for > > PC and create a account for you node. Then create a channel for your node. > > Place the account into the repeater channel. Use virtual audio cables and > > point zello to zoiper and cross the cables. Works slicker than sh*t! > > Obviously your zoiper connection is left up full time. Also I password > > protect my channel. > > > > Feel free to connect to my node and I'll give you a demo. > > > > We have a regular user who is over the road trucker and zello plays nice > > with his blue parrot headset also much more "PTT radio like" friendly. > > Also I can record repeater activity too! > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > To unsubscribe from this list please visit > > http://ohnosec.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 ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: > > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 26 > ********************************************* > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2014.0.4765 / Virus Database: 4189/8571 - Release Date: 11/14/14 > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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: ------------------------------ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users End of App_rpt-users Digest, Vol 69, Issue 28 ********************************************* _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 Bryan at bryanfields.net Sun Nov 16 02:59:24 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Sat, 15 Nov 2014 21:59:24 -0500 Subject: [App_rpt-users] Show link topology from cli? Message-ID: <5468130C.1020801@bryanfields.net> Is there an easy to see interconnected link topology database via the CLI? 73's -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From doug at crompton.com Sun Nov 16 06:11:29 2014 From: doug at crompton.com (Doug Crompton) Date: Sun, 16 Nov 2014 01:11:29 -0500 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: <5468130C.1020801@bryanfields.net> References: <5468130C.1020801@bryanfields.net> Message-ID: I am not sure this is exactly what you want but if you want to see what a node is connected to along with information on each node 'lsnodes' will do that to any node via the web. It is built into the BBB. All you need to do is route port 80 (or whatever port you have the http servr on) and access the node with a web browser. Locally you can do it without forwarding a port. 73 Doug WA3DSP http://www.crompton.com/hamradio > Date: Sat, 15 Nov 2014 21:59:24 -0500 > From: Bryan at bryanfields.net > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Show link topology from cli? > > Is there an easy to see interconnected link topology database via the CLI? > > 73's > > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 petem001 at hotmail.com Sun Nov 16 16:13:15 2014 From: petem001 at hotmail.com (pete M) Date: Sun, 16 Nov 2014 11:13:15 -0500 Subject: [App_rpt-users] good connection to URI? Message-ID: Hi guys.. ast week i did a harness to hook my tkr-750 ver 2 to a URI here is what I did: tkr-750 pin ----- uri 8 to 22 (ctcss tone to tkr)9 to 26 (voice to tkr)10 to 21 (audio to uri)12 to 19 (ground)16 to 1 (ptt)17 to 8 (cor) I dont need the cor cause I want to do all the signaling by dsp but still hoocked it up in case.. So does this make sens? cause I cant have the ctcss level right. I try to switch the ctcss and voice from left to right in case I had reverse the wiring.put both channel as tone and voice to test. no go I cant send ctcss from the URI. I know I can send it from the repeater itself.. But I want to control when it is sent. Thanks for taking the time to help me ;-) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Sun Nov 16 16:43:29 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Sun, 16 Nov 2014 11:43:29 -0500 Subject: [App_rpt-users] non SSL access to allstarlink.org Message-ID: <5468D431.2090009@bryanfields.net> Is there a url I can use to access this that does not redirect to the SSL server? Thank you, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From telesistant at hotmail.com Sun Nov 16 16:54:10 2014 From: telesistant at hotmail.com (Jim Duuuude) Date: Sun, 16 Nov 2014 08:54:10 -0800 Subject: [App_rpt-users] non SSL access to allstarlink.org In-Reply-To: <5468D431.2090009@bryanfields.net> References: <5468D431.2090009@bryanfields.net> Message-ID: No, why? > Date: Sun, 16 Nov 2014 11:43:29 -0500 > From: Bryan at bryanfields.net > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] non SSL access to allstarlink.org > > Is there a url I can use to access this that does not redirect to the SSL server? > > Thank you, > > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 bryan at bryanfields.net Sun Nov 16 16:56:36 2014 From: bryan at bryanfields.net (Bryan Fields) Date: Sun, 16 Nov 2014 11:56:36 -0500 Subject: [App_rpt-users] non SSL access to allstarlink.org In-Reply-To: References: <5468D431.2090009@bryanfields.net> Message-ID: We can't do encryption over amateur radio, so when accessing it from my ham radio 3400 mhz network it's technically a rule violation. On November 16, 2014 11:54:10 AM EST, Jim Duuuude wrote: >No, why? > >> Date: Sun, 16 Nov 2014 11:43:29 -0500 >> From: Bryan at bryanfields.net >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] non SSL access to allstarlink.org >> >> Is there a url I can use to access this that does not redirect to the >SSL server? >> >> Thank you, >> >> -- >> Bryan Fields >> >> 727-409-1194 - Voice >> 727-214-2508 - Fax >> http://bryanfields.net >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >http://ohnosec.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. > -- Bryan Fields 727-409-1194 http://bryanfields.net -------------- next part -------------- An HTML attachment was scrubbed... URL: From kc7mrq at bresnan.net Sun Nov 16 21:25:22 2014 From: kc7mrq at bresnan.net (Corey) Date: Sun, 16 Nov 2014 14:25:22 -0700 Subject: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 27 In-Reply-To: References: Message-ID: <54691642.8060009@bresnan.net> Chuck, I fixed all my issues. I didn't realize the difference between a NMEA & Garmin sentence. I deselected all sentences that started with "P" in the SNSRCFG program, reloaded the GPS file, and my warning went away. I was able to update the firmware with your advice. Thanks again for your help, Corey On 11/14/2014 11:51 PM, app_rpt-users-request at ohnosec.org wrote: > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. Re: EchoLink Policy Reminder (Johnny Keeker) > 2. Voter board (Corey) > 3. Re: Voter board (Chuck Henderson) > 4. Re: Voter board (Chuck Henderson) > 5. Re: Voter board (Chuck Henderson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 14 Nov 2014 14:44:54 -0800 > From: Johnny Keeker > To: kk6ecm , Kirk Just Kirk > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] EchoLink Policy Reminder > Message-ID: > <1416005094.33956.YahooMailBasic at web163604.mail.gq1.yahoo.com> > Content-Type: text/plain; charset=iso-8859-1 > > When they kill our accounts we'll say EchoStink Stunk > -------------------------------------------- > On Tue, 11/11/14, Kirk Just Kirk wrote: > > Subject: Re: [App_rpt-users] EchoLink Policy Reminder > To: "kk6ecm" > Cc: "app_rpt mailing list" > Date: Tuesday, November 11, 2014, 7:08 PM > > They can > close/kill my account anytime. EchoStink sounds horrible > most of the time...constant drivebys from dingalings that > connect and disconnect over and over and say nothing...or > connect at 3 in the morning and call CQ CQ. For 5 > minutes.....I am so tired of that shit I could delete it > tonight. > > > On Nov 11, 2014 2:00 > PM, "kk6ecm" > wrote: > Can anyone shed light > on this Echolink requirement and Allstar? I'm not sure > what makes us compliant. We have Echolink enabled on our > repeater... I know of no way a non-ham could link in during > an Echolink connection. Is there a way of setting app_rpt so > an Echolink connection precludes all others? Also, Echolink > has Apps for the PC, Android, and the iPhone/iPad... Their > PC app (phones are RF, but not ham) seems to invalidate > their rf only policy, although they do verify a license > before granting a node number. What am I missing? > > Thanks,Bobkk6ecm > Sent from iPad > > ---------- Forwarded > message ---------- > From: EchoLink Support > > Date: Wed, Sep 3, 2014 at 9:14 AM > Subject: EchoLink Policy Reminder > To: > > > We wanted to remind you of an important item in > EchoLink's access policies (which can be found online at > http://www.echolink.org/access_policies.htm). > > > > In general, EchoLink does not permit cross-linking. > > > > More specifically, EchoLink does not permit cross-linking > with other VoIP systems that can be accessed off-the-air > (for example, directly from a PC or Web browser).? This is > because other systems may have a validation procedure that > is far less comprehensive than EchoLink's, and we want > to continue to ensure that EchoLink is solely for use by > licensed Amateur Radio operators around the world. > > > > Therefore, while excellent systems such as Zello, AllStar, > eQSO, WIRES-II, etc. all serve an important purpose within > the Amateur Radio community, our policy is that they cannot > be directly connected to a registered EchoLink node. > > > > In other words, your node must function only as a direct RF > gateway, and not as a cross-link to another system. If your > node is reachable through another path, that path must be > disabled when an EchoLink connection is in progress. For > example, an EchoIRLP node is permitted, since it functions > only as an RF gateway when an EchoLink connection is > made. > > > > If you are running Asterisk with app_rpt and an EchoLink > channel, be sure it is configured not to allow other VoIP > connections when an EchoLink station is connected. If this > isn't practical, please disable the EchoLink channel. > > > > Thanks for ensuring that your node adheres to this policy. > In some cases we do restrict logins to be sure the policy is > being followed. > > > > 73 > > EchoLink Support > > > > (Note: This mailbox is not able to handle replies. For help > and information, please see www.echolink.org/support.htm) > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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. > > -----Inline Attachment Follows----- > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list > please visit http://ohnosec.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. > > > > ------------------------------ > > Message: 2 > Date: Fri, 14 Nov 2014 23:10:57 -0700 > From: Corey > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Voter board > Message-ID: <5466EE71.1090107 at bresnan.net> > Content-Type: text/plain; charset=utf-8; format=flowed > > > I built a through hole voter board and interfaced it to a GPS 18 LVC and > my server. I set the board up as a master, transmit. The LED shows the > GPS locked and 98 command shows the GPS, > but I am getting the following error when telnetting into the board: > > Warning: GPS Data time period elapsed. > > The error is timestamped and occurs every second. I made sure the data > format was NMEA per archived messages on here by connecting the GPS to > SNSRCFG. The config appears to be set up correctly. > What other areas do I need to look at to fix this warning? > > I did notice you can choose quite a few NMEA messages in the SNSRCFG > profile. Does it matter if all are checked? > > I have a second issue with updating the firmware. The board is at Rev > 1.41. I tried updating it, but haven't had any luck so far. Nothing > happens when I click on the "capture target" button after resetting the > voter board. The target ip is the voter board and the bootloader ip in > the voter is my laptop with ENC_Loader. > > The IC(s) were originally programmed by a friend in another state so I > never experienced what it take to do the initial programming. > > > Thanks for your help, > Corey > > > ------------------------------ > > Message: 3 > Date: Sat, 15 Nov 2014 00:27:46 -0600 > From: Chuck Henderson > To: Corey > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Voter board > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > set the bootloader IP to be the same as the voter board IP, or make it > different than anything else on the network. It is the IP that the voter > board uses when it is running the bootloader code. It can not have the > same IP as your laptop. That will not work. > > On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: > >> I built a through hole voter board and interfaced it to a GPS 18 LVC and >> my server. I set the board up as a master, transmit. The LED shows the GPS >> locked and 98 command shows the GPS, >> but I am getting the following error when telnetting into the board: >> >> Warning: GPS Data time period elapsed. >> >> The error is timestamped and occurs every second. I made sure the data >> format was NMEA per archived messages on here by connecting the GPS to >> SNSRCFG. The config appears to be set up correctly. >> What other areas do I need to look at to fix this warning? >> >> I did notice you can choose quite a few NMEA messages in the SNSRCFG >> profile. Does it matter if all are checked? >> >> I have a second issue with updating the firmware. The board is at Rev >> 1.41. I tried updating it, but haven't had any luck so far. Nothing happens >> when I click on the "capture target" button after resetting the voter >> board. The target ip is the voter board and the bootloader ip in the voter >> is my laptop with ENC_Loader. >> >> The IC(s) were originally programmed by a friend in another state so I >> never experienced what it take to do the initial programming. >> >> >> Thanks for your help, >> Corey >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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: > > ------------------------------ > > Message: 4 > Date: Sat, 15 Nov 2014 00:36:19 -0600 > From: Chuck Henderson > To: Corey > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Voter board > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > An easy error is having the TX and RX swapped where you connect the GPS to > the voter board. Try it the other way. > > On Sat, Nov 15, 2014 at 12:27 AM, Chuck Henderson < > rpt2 at chuck.midlandsnetworking.com> wrote: > >> set the bootloader IP to be the same as the voter board IP, or make it >> different than anything else on the network. It is the IP that the voter >> board uses when it is running the bootloader code. It can not have the >> same IP as your laptop. That will not work. >> >> On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: >> >>> I built a through hole voter board and interfaced it to a GPS 18 LVC and >>> my server. I set the board up as a master, transmit. The LED shows the GPS >>> locked and 98 command shows the GPS, >>> but I am getting the following error when telnetting into the board: >>> >>> Warning: GPS Data time period elapsed. >>> >>> The error is timestamped and occurs every second. I made sure the data >>> format was NMEA per archived messages on here by connecting the GPS to >>> SNSRCFG. The config appears to be set up correctly. >>> What other areas do I need to look at to fix this warning? >>> >>> I did notice you can choose quite a few NMEA messages in the SNSRCFG >>> profile. Does it matter if all are checked? >>> >>> I have a second issue with updating the firmware. The board is at Rev >>> 1.41. I tried updating it, but haven't had any luck so far. Nothing happens >>> when I click on the "capture target" button after resetting the voter >>> board. The target ip is the voter board and the bootloader ip in the voter >>> is my laptop with ENC_Loader. >>> >>> The IC(s) were originally programmed by a friend in another state so I >>> never experienced what it take to do the initial programming. >>> >>> >>> Thanks for your help, >>> Corey >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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: > > ------------------------------ > > Message: 5 > Date: Sat, 15 Nov 2014 00:51:05 -0600 > From: Chuck Henderson > To: Corey > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] Voter board > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > I should be asleep, or maybe I am. I just re-read your message and now I > see you said that you do have GPS lock so ignore what I said about TX and > RX. > If you only have that problem when you telnet into the board, I have seen > that when I have a poor quality network connection between the pc and the > voter board. I think that the board gets too busy with re-sending on the > ethernet and then has trouble reading the serial port data from the GPS. > If they are on the same LAN then use a switch instead of a hub and make > sure that duplex is correct for everything on the LAN segment. Also make > sure that your netmask is set correctly (the same) on everything on the LAN. > Also just go with the default NEMA messages, you do not need any other than > the default. > > On Sat, Nov 15, 2014 at 12:36 AM, Chuck Henderson < > rpt2 at chuck.midlandsnetworking.com> wrote: > >> An easy error is having the TX and RX swapped where you connect the GPS to >> the voter board. Try it the other way. >> >> On Sat, Nov 15, 2014 at 12:27 AM, Chuck Henderson < >> rpt2 at chuck.midlandsnetworking.com> wrote: >> >>> set the bootloader IP to be the same as the voter board IP, or make it >>> different than anything else on the network. It is the IP that the voter >>> board uses when it is running the bootloader code. It can not have the >>> same IP as your laptop. That will not work. >>> >>> On Sat, Nov 15, 2014 at 12:10 AM, Corey wrote: >>> >>>> I built a through hole voter board and interfaced it to a GPS 18 LVC and >>>> my server. I set the board up as a master, transmit. The LED shows the GPS >>>> locked and 98 command shows the GPS, >>>> but I am getting the following error when telnetting into the board: >>>> >>>> Warning: GPS Data time period elapsed. >>>> >>>> The error is timestamped and occurs every second. I made sure the data >>>> format was NMEA per archived messages on here by connecting the GPS to >>>> SNSRCFG. The config appears to be set up correctly. >>>> What other areas do I need to look at to fix this warning? >>>> >>>> I did notice you can choose quite a few NMEA messages in the SNSRCFG >>>> profile. Does it matter if all are checked? >>>> >>>> I have a second issue with updating the firmware. The board is at Rev >>>> 1.41. I tried updating it, but haven't had any luck so far. Nothing happens >>>> when I click on the "capture target" button after resetting the voter >>>> board. The target ip is the voter board and the bootloader ip in the voter >>>> is my laptop with ENC_Loader. >>>> >>>> The IC(s) were originally programmed by a friend in another state so I >>>> never experienced what it take to do the initial programming. >>>> >>>> >>>> Thanks for your help, >>>> Corey >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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: > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 27 > ********************************************* > From electricity440 at gmail.com Sun Nov 16 23:36:07 2014 From: electricity440 at gmail.com (Skyler F) Date: Sun, 16 Nov 2014 16:36:07 -0700 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: <887B641F-4306-4381-9081-763B59919873@mac.com> References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> <887B641F-4306-4381-9081-763B59919873@mac.com> Message-ID: I forwarded the port 5038, and ran everything from the readme, but it still says "waiting" under node information, and will not connect. See here: http://kd0whb.duckdns.org/allmon-allmon2/link.php?nodes=40764 On the Readme, there was also a line that said to "Edit /etc/asterisk/manager.conf", but nothing after that, is there something that I should do in manager.conf? 73 Skyler KD?WHB On Thu, Nov 13, 2014 at 10:14 AM, Tim Sawyer wrote: > ARRG? auto correct. That filename should be allmon.ini.php > -- > Tim > :wq > > On Nov 13, 2014, at 9:13 AM, Tim Sawyer wrote: > > Allmon 2 changed the ini filename to almond.ini.php > -- > Tim > :wq > > On Nov 13, 2014, at 7:56 AM, Skyler F wrote: > > Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt to > allmon.ini. It still says "could not load allmon.ini" though, unlike with > allmon 1. > > Do I need to forward port 5038 to work? And where it says to use " > yourhost.com", I have a dynamic dns server kd0whb.duckdns.org, is that > what I should use? Is the username root and password the password to login > to the node? > > Skyler KD?WHB > > On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean wrote: > >> I second this... I have wanted to see this work for some time now but as >> stated it only does the commands and doesn't show the connected nodes. I >> really wish it did as I use the xipar voting and that would be great to see >> on allmon or something similar... >> >> Corey N3FE >> >> On Nov 12, 2014, at 6:16 PM, Stephen Curtis wrote: >> >> I could not get Allmon to work with Xipar. You are able to connect and >> disconnect nodes but it will not populate the table with information on >> what nodes are connected. However, if there is anyone out there who has >> managed to get it working I would also like to know how! >> >> Thanks >> Steve >> M0HOY >> >> >> >> >> On 12 Nov 2014, at 22:15, Tim Sawyer wrote: >> >> I think it will work with Xipar as it?s merely an Asterisk Manager >> Interface client. Maybe someone here on the list can confirm. >> -- >> Tim >> :wq >> >> On Nov 12, 2014, at 2:05 PM, Lu Vencl wrote: >> >> Tim >> Will this work with xipar nodes? >> >> Lu Vencl >> >> On Nov 12, 2014, at 3:09 PM, Tim Sawyer wrote: >> >> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >> -- >> Tim >> :wq >> >> On Nov 12, 2014, at 11:58 AM, Scott Weis wrote: >> >> So where is allmon v2 being hosted? >> >> Thanks & 73, >> Scott KB2EAR >> >> On 2014-11-12 09:25, Tim Sawyer wrote: >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 electricity440 at gmail.com Sun Nov 16 23:36:49 2014 From: electricity440 at gmail.com (Skyler F) Date: Sun, 16 Nov 2014 16:36:49 -0700 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> <887B641F-4306-4381-9081-763B59919873@mac.com> Message-ID: wrong link, it is http://kd0whb.duckdns.org/allmon/link.php?nodes=40764 On Sun, Nov 16, 2014 at 4:36 PM, Skyler F wrote: > I forwarded the port 5038, and ran everything from the readme, but it > still says "waiting" under node information, and will not connect. > > See here: > > http://kd0whb.duckdns.org/allmon-allmon2/link.php?nodes=40764 > > On the Readme, there was also a line that said to "Edit > /etc/asterisk/manager.conf", but nothing after that, is there something > that I should do in manager.conf? > > 73 > Skyler KD?WHB > > > > On Thu, Nov 13, 2014 at 10:14 AM, Tim Sawyer wrote: > >> ARRG? auto correct. That filename should be allmon.ini.php >> -- >> Tim >> :wq >> >> On Nov 13, 2014, at 9:13 AM, Tim Sawyer wrote: >> >> Allmon 2 changed the ini filename to almond.ini.php >> -- >> Tim >> :wq >> >> On Nov 13, 2014, at 7:56 AM, Skyler F wrote: >> >> Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt >> to allmon.ini. It still says "could not load allmon.ini" though, unlike >> with allmon 1. >> >> Do I need to forward port 5038 to work? And where it says to use " >> yourhost.com", I have a dynamic dns server kd0whb.duckdns.org, is that >> what I should use? Is the username root and password the password to login >> to the node? >> >> Skyler KD?WHB >> >> On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean wrote: >> >>> I second this... I have wanted to see this work for some time now but >>> as stated it only does the commands and doesn't show the connected nodes. >>> I really wish it did as I use the xipar voting and that would be great to >>> see on allmon or something similar... >>> >>> Corey N3FE >>> >>> On Nov 12, 2014, at 6:16 PM, Stephen Curtis wrote: >>> >>> I could not get Allmon to work with Xipar. You are able to connect and >>> disconnect nodes but it will not populate the table with information on >>> what nodes are connected. However, if there is anyone out there who has >>> managed to get it working I would also like to know how! >>> >>> Thanks >>> Steve >>> M0HOY >>> >>> >>> >>> >>> On 12 Nov 2014, at 22:15, Tim Sawyer wrote: >>> >>> I think it will work with Xipar as it?s merely an Asterisk Manager >>> Interface client. Maybe someone here on the list can confirm. >>> -- >>> Tim >>> :wq >>> >>> On Nov 12, 2014, at 2:05 PM, Lu Vencl wrote: >>> >>> Tim >>> Will this work with xipar nodes? >>> >>> Lu Vencl >>> >>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer wrote: >>> >>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>> -- >>> Tim >>> :wq >>> >>> On Nov 12, 2014, at 11:58 AM, Scott Weis wrote: >>> >>> So where is allmon v2 being hosted? >>> >>> Thanks & 73, >>> Scott KB2EAR >>> >>> On 2014-11-12 09:25, Tim Sawyer wrote: >>> >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit >>> http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit >>> http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit >>> http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit >>> http://ohnosec.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 >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 > -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Mon Nov 17 00:28:53 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Sun, 16 Nov 2014 16:28:53 -0800 Subject: [App_rpt-users] How to setup Allstar Monitor In-Reply-To: References: <0B2CE537-4C2C-4495-9C32-EDAF7847E6A0@mac.com> <8679C199-BA78-4D6F-A980-4C83D91A8A39@att.net> <0977DD87-D6FD-4193-8507-8D76422F1ED4@mac.com> <99F37503-9D5A-468A-A786-BDE1F31F5491@m0hoy.com> <887B641F-4306-4381-9081-763B59919873@mac.com> Message-ID: <841EC0D2-23D4-4272-A302-F1C9461BB8DE@mac.com> Yes you have to edit your manager.conf ; Choose one bindaddr = 0.0.0.0 ; wide open - your Allmon server at any IP. ;bindaddr = 127.0.0.1 ; if Allmon web server is running on localhost. ;bindaddr = 10.10.10.10 ; Or your web server IP. ; Allmon user ID is admin or whatever you want to make [yourID]. must match allmon.ini.php [admin] secret = y0urSecr3t3-Passw0rd_W1thNumbe3rsAndStu44 ; must match allmon.ini.php -- Tim :wq > On Nov 16, 2014, at 3:36 PM, Skyler F wrote: > > wrong link, it is http://kd0whb.duckdns.org/allmon/link.php?nodes=40764 > > > > On Sun, Nov 16, 2014 at 4:36 PM, Skyler F > wrote: > I forwarded the port 5038, and ran everything from the readme, but it still says "waiting" under node information, and will not connect. > > See here: > > http://kd0whb.duckdns.org/allmon-allmon2/link.php?nodes=40764 > > On the Readme, there was also a line that said to "Edit /etc/asterisk/manager.conf", but nothing after that, is there something that I should do in manager.conf? > > 73 > Skyler KD?WHB > > > > On Thu, Nov 13, 2014 at 10:14 AM, Tim Sawyer > wrote: > ARRG? auto correct. That filename should be allmon.ini.php > -- > Tim > :wq > >> On Nov 13, 2014, at 9:13 AM, Tim Sawyer > wrote: >> >> Allmon 2 changed the ini filename to almond.ini.php >> -- >> Tim >> :wq >> >>> On Nov 13, 2014, at 7:56 AM, Skyler F > wrote: >>> >>> Ok, so I put the allmon-2 folder and ran it, and renamed allmon.ini.txt to allmon.ini. It still says "could not load allmon.ini" though, unlike with allmon 1. >>> >>> Do I need to forward port 5038 to work? And where it says to use "yourhost.com ", I have a dynamic dns server kd0whb.duckdns.org , is that what I should use? Is the username root and password the password to login to the node? >>> >>> Skyler KD?WHB >>> >>> On Wed, Nov 12, 2014 at 4:35 PM, Corey Dean > wrote: >>> I second this... I have wanted to see this work for some time now but as stated it only does the commands and doesn't show the connected nodes. I really wish it did as I use the xipar voting and that would be great to see on allmon or something similar... >>> >>> Corey N3FE >>> >>> On Nov 12, 2014, at 6:16 PM, Stephen Curtis > wrote: >>> >>>> I could not get Allmon to work with Xipar. You are able to connect and disconnect nodes but it will not populate the table with information on what nodes are connected. However, if there is anyone out there who has managed to get it working I would also like to know how! >>>> >>>> Thanks >>>> Steve >>>> M0HOY >>>> >>>> >>>> >>>> >>>>> On 12 Nov 2014, at 22:15, Tim Sawyer > wrote: >>>>> >>>>> I think it will work with Xipar as it?s merely an Asterisk Manager Interface client. Maybe someone here on the list can confirm. >>>>> -- >>>>> Tim >>>>> :wq >>>>> >>>>>> On Nov 12, 2014, at 2:05 PM, Lu Vencl > wrote: >>>>>> >>>>>> Tim >>>>>> Will this work with xipar nodes? >>>>>> >>>>>> Lu Vencl >>>>>> >>>>>> On Nov 12, 2014, at 3:09 PM, Tim Sawyer > wrote: >>>>>> >>>>>>> Allmon 2 is hosted here https://github.com/tsawyer/allmon/tree/allmon2 >>>>>>> -- >>>>>>> Tim >>>>>>> :wq >>>>>>> >>>>>>>> On Nov 12, 2014, at 11:58 AM, Scott Weis > wrote: >>>>>>>> >>>>>>>> So where is allmon v2 being hosted? >>>>>>>> >>>>>>>> Thanks & 73, >>>>>>>> Scott KB2EAR >>>>>>>> >>>>>>>> On 2014-11-12 09:25, Tim Sawyer wrote: >>>>>>> >>>>>>> _______________________________________________ >>>>>>> App_rpt-users mailing list >>>>>>> App_rpt-users at ohnosec.org >>>>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>>>> >>>>>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>>> >>>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 > > > -- > Skyler Fennell > amsatnet.info > KD?WHB > electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From saliksatti at yahoo.com Mon Nov 17 02:37:19 2014 From: saliksatti at yahoo.com (Salik Satti) Date: Mon, 17 Nov 2014 02:37:19 +0000 (UTC) Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt In-Reply-To: References: Message-ID: <820642829.878792.1416191839973.JavaMail.yahoo@jws10037.mail.ne1.yahoo.com> HI,???? I have installed the Node with ACID and test it using the iAXRPT software. There are my some questions: 1) As PTT control for iaxrpt is using the Ctrl button. when i pressed and then release the Ctrl button there is a delay in between i mean red light on URIx (delay in going red and the off). 2) As it runs with asterisk. Can i call from normal softphone or ip Phone (i.e: IP Phone) Using SIP standard to the Node connected with iax RPT. Is that possible. 3) Or what is the basic purpose of this node setup. Is that only for use repeater mode? Kindly i am bit confused about this. I will be grateful if anyone can answer to my questions. Regards,?Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 On Friday, November 14, 2014 1:01 AM, Doug Crompton wrote: #yiv2686584581 #yiv2686584581 --.yiv2686584581hmmessage P{margin:0px;padding:0px;}#yiv2686584581 body.yiv2686584581hmmessage{font-size:12pt;font-family:Calibri;}#yiv2686584581 Salik, ? I think you need to give us more information. What kind of problems are you having? Is it just with the DMK URI or Allstar in general? The DMK URI's green LED should light up at boot and if you type at the Linux prompt 'lsusb' you should see it listed. That would be your first step. It should look like this. The C-media device is the DMK URI. You may have other USB devices present also. [root at WA3DSP_Allstar ~]# lsusb Bus 001 Device 001: ID 0000:0000 Bus 001 Device 002: ID 0d8c:013a C-Media Electronics, Inc. Bus 002 Device 001: ID 0000:0000 If that seems OK then when you start Asterisk and everything is configured properly the green LED should blink at about a 2pps rate. As far as your node is concerned, have you received a node number and password from allstarlink.org? If you have questions about the configuration files I am sure someone here could help you. Also have you considered using the Beagle Bone Black for your node? I am not sure if that is available in your country or how easy it is to get but it is much easier to setup and use. If you had all the hardware you could have it setup and running in 10 minutes or less. The DMK URI would be the most expensive item and you already have that. You can view the web page at: hamvoip.org ? 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Fri, 14 Nov 2014 04:27:35 +0000 From: saliksatti at yahoo.com To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt Hi All,????????? I want to use DMK URIs with asterisk. But i am facing issues regarding installation and configuration of a node with ACID. Please help me in this regard. Thanks in advance. ?Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 _______________________________________________App_rpt-users mailing listApp_rpt-users at ohnosec.orghttp://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-usersTo unsubscribe from this list please visit http://ohnosec.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 Ramesh at va3uv.com Mon Nov 17 03:11:51 2014 From: Ramesh at va3uv.com (Ramesh Dhami (VA3UV)) Date: Sun, 16 Nov 2014 22:11:51 -0500 Subject: [App_rpt-users] good connection to URI? In-Reply-To: References: Message-ID: <54696777.3030003@va3uv.com> Hi Pierre: Try this: TKR 850 URI 8 23 9 22 10 21 16 1 25 8 This is per my external MUX and how I have my 850 setup for dual mode (DV and FM). Note, you will need to configure the usbradio.conf file appropriately to send the tone out on the RIGHT channel and the Audio out on the LEFT channel. Let me know how it goes! Ramesh. On 16/11/2014 11:13 AM, pete M wrote: > Hi guys.. > > ast week i did a harness to hook my tkr-750 ver 2 to a URI > > here is what I did: > > tkr-750 pin ----- uri > > 8 to 22 (ctcss tone to tkr) > 9 to 26 (voice to tkr) > 10 to 21 (audio to uri) > 12 to 19 (ground) > 16 to 1 (ptt) > 17 to 8 (cor) > > I dont need the cor cause I want to do all the signaling by dsp but > still hoocked it up in case.. > > So does this make sens? cause I cant have the ctcss level right. > > I try to switch the ctcss and voice from left to right in case I had > reverse the wiring. > put both channel as tone and voice to test. no go I cant send ctcss from > the URI. > > I know I can send it from the repeater itself.. But I want to control > when it is sent. > > Thanks for taking the time to help me ;-) > > > > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 Ramesh at va3uv.com Mon Nov 17 03:19:34 2014 From: Ramesh at va3uv.com (Ramesh Dhami (VA3UV)) Date: Sun, 16 Nov 2014 22:19:34 -0500 Subject: [App_rpt-users] good connection to URI? In-Reply-To: <54696777.3030003@va3uv.com> References: <54696777.3030003@va3uv.com> Message-ID: <54696946.5020500@va3uv.com> On 16/11/2014 10:11 PM, Ramesh Dhami (VA3UV) wrote: > Hi Pierre: > > Try this: > > TKR 850 URI > > 8 23 > 9 22 > 10 21 > 16 1 > 25 8 > <-- don't forget the ground connection (see my drawing - how I connect audio ground and shields). R. From Bryan at bryanfields.net Mon Nov 17 04:24:13 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Sun, 16 Nov 2014 23:24:13 -0500 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: References: <5468130C.1020801@bryanfields.net> Message-ID: <5469786D.5080103@bryanfields.net> On 11/16/14, 1:11 AM, Doug Crompton wrote: > I am not sure this is exactly what you want but if you want to see what a node > is connected to along with information on each node 'lsnodes' will do that to > any node via the web. It is built into the BBB. All you need to do is route > port 80 (or whatever port you have the http servr on) and access the node with > a web browser. Locally you can do it without forwarding a port. I'm not running a web server or have a BBB(?). I know there is a bubble map that the stats.allstarlink.org draws, but how can I get this data out of asterisk directly? I can figure out my directly connected neighbors, but how can I figure out who's connected to them? Think of it like looking at OSPF neighbors vs. looking at the OSPF database on a router. I want to see the database. Thanks, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From tim.sawyer at mac.com Mon Nov 17 04:50:14 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Sun, 16 Nov 2014 20:50:14 -0800 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: <5469786D.5080103@bryanfields.net> References: <5468130C.1020801@bryanfields.net> <5469786D.5080103@bryanfields.net> Message-ID: <3A637F6D-C7CA-4BAF-82CB-4F118DA90E95@mac.com> I don?t know of a way to print that to the console. There is a command to speak it. Have a look at cop 15 (v. cop 5). The horrid thing about this it can take a long time to read back all the connect nodes on even a reasonably small network. And worse, it will read back on all nodes with telemetry enabled (not just your node). fyi, cop (and all other) commands are listed in the comments at the top of rpt.c -- Tim :wq > On Nov 16, 2014, at 8:24 PM, Bryan Fields wrote: > > I know there is a bubble map that the stats.allstarlink.org draws, but how can > I get this data out of asterisk directly? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: app_rpt_comments.pdf Type: application/pdf Size: 27674 bytes Desc: not available URL: -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Mon Nov 17 04:55:49 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Sun, 16 Nov 2014 20:55:49 -0800 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: <3A637F6D-C7CA-4BAF-82CB-4F118DA90E95@mac.com> References: <5468130C.1020801@bryanfields.net> <5469786D.5080103@bryanfields.net> <3A637F6D-C7CA-4BAF-82CB-4F118DA90E95@mac.com> Message-ID: <0FE9EEEA-A08D-4971-AE20-07702BEBE90E@mac.com> Correction: that ilink 15, not cop 15. Not that that is what you want, but just for the sake of correctness. -- Tim :wq > On Nov 16, 2014, at 8:50 PM, Tim Sawyer wrote: > > I don?t know of a way to print that to the console. There is a command to speak it. Have a look at cop 15 (v. cop 5). The horrid thing about this it can take a long time to read back all the connect nodes on even a reasonably small network. And worse, it will read back on all nodes with telemetry enabled (not just your node). > > fyi, cop (and all other) commands are listed in the comments at the top of rpt.c > > > > -- > Tim > :wq > >> On Nov 16, 2014, at 8:24 PM, Bryan Fields > wrote: >> >> I know there is a bubble map that the stats.allstarlink.org draws, but how can >> I get this data out of asterisk directly? > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Mon Nov 17 05:04:14 2014 From: doug at crompton.com (Doug Crompton) Date: Mon, 17 Nov 2014 00:04:14 -0500 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: <5469786D.5080103@bryanfields.net> References: <5468130C.1020801@bryanfields.net> , <5469786D.5080103@bryanfields.net> Message-ID: Bryan, The BBB is a single board Allstar implementation - hamvoip.org There is no way to get a local bubble map. This must be done through stats.allstarlink.org Locally you can see the nodes you are connected to with the Asterisk CLI by doing - rpt nodes To relate that to a database of what they are you would have to write some code. I have done this in the 'lsnodes' Perl script and as I said this is built-in to the BBB code. It also could be installed in the Acid code. Instructions are here - http://crompton.com/hamradio/allstar/lsnodes.html If you wanted to do this yourself you would have to download the node call/QTH/Location database and cross it with the nodes you are connected to. This would give a nicely annotated list, as lsnodes does, of your connections. It would not however show a bubble map. lsnodes has a link to the bubble map to make it easy. 73 Doug WA3DSP http://www.crompton.com/hamradio > Date: Sun, 16 Nov 2014 23:24:13 -0500 > From: Bryan at bryanfields.net > To: doug at crompton.com; app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Show link topology from cli? > > On 11/16/14, 1:11 AM, Doug Crompton wrote: > > I am not sure this is exactly what you want but if you want to see what a node > > is connected to along with information on each node 'lsnodes' will do that to > > any node via the web. It is built into the BBB. All you need to do is route > > port 80 (or whatever port you have the http servr on) and access the node with > > a web browser. Locally you can do it without forwarding a port. > > I'm not running a web server or have a BBB(?). > > I know there is a bubble map that the stats.allstarlink.org draws, but how can > I get this data out of asterisk directly? > > I can figure out my directly connected neighbors, but how can I figure out > who's connected to them? > > Think of it like looking at OSPF neighbors vs. looking at the OSPF database on > a router. I want to see the database. > > Thanks, > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tim.sawyer at mac.com Mon Nov 17 05:12:59 2014 From: tim.sawyer at mac.com (Tim Sawyer) Date: Sun, 16 Nov 2014 21:12:59 -0800 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: References: <5468130C.1020801@bryanfields.net> <5469786D.5080103@bryanfields.net> Message-ID: or with rpt lstats Allmon looks like this... -- Tim :wq > On Nov 16, 2014, at 9:04 PM, Doug Crompton > wrote: > > Locally you can see the nodes you are connected to with the Asterisk CLI by doing - > > rpt nodes -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2014-11-16 at 9.07.04 PM.png Type: image/png Size: 129078 bytes Desc: not available URL: From doug at crompton.com Mon Nov 17 05:49:52 2014 From: doug at crompton.com (Doug Crompton) Date: Mon, 17 Nov 2014 00:49:52 -0500 Subject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt In-Reply-To: <820642829.878792.1416191839973.JavaMail.yahoo@jws10037.mail.ne1.yahoo.com> References: , <820642829.878792.1416191839973.JavaMail.yahoo@jws10037.mail.ne1.yahoo.com> Message-ID: Salik, see my answers below in your message. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Mon, 17 Nov 2014 02:37:19 +0000 From: saliksatti at yahoo.com To: doug at crompton.com CC: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Installation And configuration of URIs with asterisk app_rpt HI, I have installed the Node with ACID and test it using the iAXRPT software. There are my some questions: 1) As PTT control for iaxrpt is using the Ctrl button. when i pressed and then release the Ctrl button there is a delay in between i mean red light on URIx (delay in going red and the off). You did not say what the delay was. It should be in the millisecond range especially if it is on the same computer or network where you are running iaxrpt. Any excessive delay would probably be network delay but it also could be a really slow computer or miss-configured network. You should not be seeing delays of more than a second Tell us what the amount of delay is? 2) As it runs with asterisk. Can i call from normal softphone or ip Phone (i.e: IP Phone) Using SIP standard to the Node connected with iax RPT. Is that possible. Asterisk is a PBX so the SIP or IAX phone would directly connect to it. You would need to configure /etc/asterisk/sip.conf or iax.conf appropriately to do that. Every situation would be a little different. There are iphone and Android applications, like zopier - www.zoiper.com/ - that will allow you to connect to a server (your Asterisk Allstar) in either mode. Here is a sample of the iphone config code in the Beagle Bone Black. This would work the same in Acid. In iax.conf - ; Iphone IAX connection [myiphone] username=myiphone type=friend context=myphone host=dynamic auth=md5 ; add a passsword of your selection for secret secret= disallow=all allow=ulaw allow=g726aal2 allow=gsm codecpriority=host transfer=no ; add your call or your selection for callerid callerid= in extensions.conf (this shows two dummy nodes. Uncomment and replace with your node number) ; Iphone example [myphone] ;exten=1998,1,rpt(1998|P) ;exten=1999,1,rpt(1999|P) 3) Or what is the basic purpose of this node setup. Is that only for use repeater mode? I am not sure what your goal is with your system. I think you are connecting a radio? If so there are many settings that would effect its operation. If you are just running a simplex node, not a repeater, then you need to set the duplex setting in rpt.conf to duplex=1 This is very important as the stock acid release sets this to 2 (repeater mode) and it can be very confusing when trying to get a simplex node working. You will also want to put your call in the idrecording= and also idtalkover= in rpt.conf. There are many other settings but most of the important ones should have been filled in by the setup or be at good default starting values. Kindly i am bit confused about this. I will be grateful if anyone can answer to my questions. This is often confusing to a newcomer and probably more so to your with the language issue. I hope this helps. I also think that you might have more start up luck using the Beagle Bone Black - hamvoip.org - as it comes up and asks all of the important questions to configure your node and when you are done you should be able to use it straight away with the radio. You did not mention but I presume you did get a node number and password at allstarlink.org??? Regards, Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 On Friday, November 14, 2014 1:01 AM, Doug Crompton wrote: Salik, I think you need to give us more information. What kind of problems are you having? Is it just with the DMK URI or Allstar in general?The DMK URI's green LED should light up at boot and if you type at the Linux prompt 'lsusb' you should see it listed. That would be your first step. It should look like this. The C-media device is the DMK URI. You may have other USB devices present also.[root at WA3DSP_Allstar ~]# lsusbBus 001 Device 001: ID 0000:0000Bus 001 Device 002: ID 0d8c:013a C-Media Electronics, Inc.Bus 002 Device 001: ID 0000:0000If that seems OK then when you start Asterisk and everything is configured properly the green LED should blink at about a 2pps rate.As far as your node is concerned, have you received a node number and password from allstarlink.org?If you have questions about the configuration files I am sure someone here could help you.Also have you considered using the Beagle Bone Black for your node? I am not sure if that is available in your country or how easy it is to get but it is much easier to setup and use. If you had all the hardware you could have it setup and running in 10 minutes or less. The DMK URI would be the most expensive item and you already have that. You can view the web page at:hamvoip.org 73 DougWA3DSPhttp://www.crompton.com/hamradioDate: Fri, 14 Nov 2014 04:27:35 +0000From: saliksatti at yahoo.comTo: app_rpt-users at ohnosec.orgSubject: [App_rpt-users] Installation And configuration of URIs with asterisk app_rptHi All, I want to use DMK URIs with asterisk. But i am facing issues regarding installation and configuration of a node with ACID. Please help me in this regard. Thanks in advance. Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Mon Nov 17 05:51:22 2014 From: doug at crompton.com (Doug Crompton) Date: Mon, 17 Nov 2014 00:51:22 -0500 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: References: <5468130C.1020801@bryanfields.net>, , , <5469786D.5080103@bryanfields.net>, , Message-ID: Yes, Allmon is certainly another choice that I think would give you what you want. 73 Doug WA3DSP http://www.crompton.com/hamradio From: tim.sawyer at mac.com Date: Sun, 16 Nov 2014 21:12:59 -0800 To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Show link topology from cli? or with rpt lstats Allmon looks like this... -- Tim :wq On Nov 16, 2014, at 9:04 PM, Doug Crompton wrote:Locally you can see the nodes you are connected to with the Asterisk CLI by doing -rpt nodes _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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: -------------- next part -------------- A non-text attachment was scrubbed... Name: Screen Shot 2014-11-16 at 9.07.04 PM.png Type: image/png Size: 129078 bytes Desc: not available URL: From k5tra at austin.rr.com Mon Nov 17 06:37:51 2014 From: k5tra at austin.rr.com (k5tra) Date: Mon, 17 Nov 2014 00:37:51 -0600 Subject: [App_rpt-users] Show link topology from cli? Message-ID: <000401d00231$02995280$07cbf780$@rr.com> I'll share a couple of shell scripts that I use from CLI to monitor what's connected and the key/unkey status or all connected nodes. The main function is monitor.sh: #! /bin/bash if [ -e /var/run/asterisk.ctl ] then clear echo "Type CTL-C to exit" echo "" KEY=`/usr/local/sbin/vars29521.sh | grep --color=always TK` UNKEY=`/usr/local/sbin/vars29521.sh | grep --color=always TU` if [ -n $KEY ] then echo $KEY fi if [ -z $KEY ] then echo $UNKEY fi count=1 until [ $count = "10000" ] do ## echo "Argument number $count" count=`expr $count + 1` TMP1=`/usr/local/sbin/vars29521.sh | grep RPT_ALINKS` TMP2=`/usr/local/sbin/vars29521.sh | grep RPT_ALINKS` while [ $TMP1 == $TMP2 ] do TMP1=`/usr/local/sbin/vars29521.sh | grep RPT_ALINKS` done clear echo "Type CTL-C to exit" echo "" KEY=`/usr/local/sbin/vars29521.sh | grep --color=always TK` UNKEY=`/usr/local/sbin/vars29521.sh | grep --color=always TU` if [ -n $KEY ] then echo $KEY fi if [ -z $KEY ] then echo $UNKEY fi done echo "" echo "" else echo "Asterisk is not running!" fi The scipt that is called internally is vars29521.sh: #! /bin/bash if [ -e /var/run/asterisk.ctl ] then asterisk -rx "rpt showvars 29521" echo "" else echo "Asterisk is not running!" fi You will have to replace 29521 with your node number of course. Tom / K5TRA -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Mon Nov 17 18:26:58 2014 From: doug at crompton.com (Doug Crompton) Date: Mon, 17 Nov 2014 13:26:58 -0500 Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: <000401d00231$02995280$07cbf780$@rr.com> References: <000401d00231$02995280$07cbf780$@rr.com> Message-ID: That is certainly a way to do it. Here is another option that doesn't mess with the CLI. The 'archivedir' command in rpt.conf creates dated text files of all node activity. Unfortunately it also saves wav files of all of the audio. This is not a problem on a large disk based system but on the BBB it would just not work. So new in the BBB code is a command called 'archiveaudio' which was created to turn off the saving of the audio portion of the archive thus greatly reducing the storage load. I am not sure if this command has made its way to Acid. If you do use this on the BBB make sure you archive to a tmpfs like /tmp and also delete past files periodically because even they get large depending on you nodes activity. 'archivedir' saves based on date, creating one file per calendar day. Example of using command in rpt.conf: [27225] rxchannel = SimpleUSB/usb duplex=1 erxgain=-3 etxgain=3 archivedir=/var/log/asterisk/audio archiveaudio=0 ; Disable saving .wav files This creates a directory under the archivedir path of the node number. Multiple archives can be stored if you put these commands in each node stanza. This listing shows files dating back to July 31 of all node activity. This is an Acid system modified to not save audio files. [root at WA3DSP_Allstar asterisk]# cd /var/log/asterisk/audio/27225/ [root at WA3DSP_Allstar 27225]# ls 20140731.txt 20140815.txt 20140830.txt 20140914.txt 20140929.txt 20141014.txt 20141029.txt 20141113.txt 20140801.txt 20140816.txt 20140831.txt 20140915.txt 20140930.txt 20141015.txt 20141030.txt 20141114.txt 20140802.txt 20140817.txt 20140901.txt 20140916.txt 20141001.txt 20141016.txt 20141031.txt 20141115.txt 20140803.txt 20140818.txt 20140902.txt 20140917.txt 20141002.txt 20141017.txt 20141101.txt 20141116.txt 20140804.txt 20140819.txt 20140903.txt 20140918.txt 20141003.txt 20141018.txt 20141102.txt 20141117.txt 20140805.txt 20140820.txt 20140904.txt 20140919.txt 20141004.txt 20141019.txt 20141103.txt rxlog.txt 20140806.txt 20140821.txt 20140905.txt 20140920.txt 20141005.txt 20141020.txt 20141104.txt tail.pl 20140807.txt 20140822.txt 20140906.txt 20140921.txt 20141006.txt 20141021.txt 20141105.txt 20140808.txt 20140823.txt 20140907.txt 20140922.txt 20141007.txt 20141022.txt 20141106.txt 20140809.txt 20140824.txt 20140908.txt 20140923.txt 20141008.txt 20141023.txt 20141107.txt 20140810.txt 20140825.txt 20140909.txt 20140924.txt 20141009.txt 20141024.txt 20141108.txt 20140811.txt 20140826.txt 20140910.txt 20140925.txt 20141010.txt 20141025.txt 20141109.txt 20140812.txt 20140827.txt 20140911.txt 20140926.txt 20141011.txt 20141026.txt 20141110.txt 20140813.txt 20140828.txt 20140912.txt 20140927.txt 20141012.txt 20141027.txt 20141111.txt 20140814.txt 20140829.txt 20140913.txt 20140928.txt 20141013.txt 20141028.txt 20141112.txt tail.pl, a Perl script which is attached, deals with the extraction of the data. In this case the RXKEY's only indicating who key the circuit. I also pull in the database file to nicely display the node QTH and location. Here is what the processed rxlog looks like: 09/09/2014 08:41:26 RXKEY 40865 WD9EQD 147.435 Simplex Smithville, NJ 09/09/2014 08:41:39 RXKEY 40561 WA3DSP ECHOLINK - 147090 Richboro, PA - Hub 09/09/2014 08:41:45 RXKEY 40865 WD9EQD 147.435 Simplex Smithville, NJ 09/09/2014 08:41:49 RXKEY 40561 WA3DSP ECHOLINK - 147090 Richboro, PA - Hub 09/09/2014 08:41:59 RXKEY 29817 NY3J 446.150 Simplex 91.5 Bensalem, PA The rxlog is read by a simple script which keeps tabs on what the system is doing. The Perl script, tail.pl, is run in the background constantly monitoring the current archive file and saving parsed data to rxlog.txt : [root at WA3DSP_Allstar 27225]# cat /usr/local/sbin/rxlog.sh #! /bin/bash tail -f /var/log/asterisk/audio/27225/rxlog.txt Of course this could be expanded to view other parameters as all of the control data is in the individual text files. In my case the only thing that was important to me was who keyed or who is keyed in a situation where someone is hanging a circuit. It would be easy to show keyed status in a display using RXKEY and RXUNKEY Where you put the files and how you deal with the data is your option. These are only examples. 73 Doug WA3DSP http://www.crompton.com/hamradio -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: tail.pl URL: From electricity440 at gmail.com Mon Nov 17 23:01:15 2014 From: electricity440 at gmail.com (Skyler Fennell) Date: Mon, 17 Nov 2014 16:01:15 -0700 Subject: [App_rpt-users] Video on setting up Allstar Message-ID: <35CDFB02-0818-4FC8-B2AE-A178BC1474A5@gmail.com> Hi everyone, Been working in this YouTube video for beginners on setting up Allstar link. I have it unlisted for now, waiting if I need to edit it for various reasons (ex if I have incorrect info or something someone wants to add) before I release to general public. So here is the link to part one, part two will hopefully come soon. https://m.youtube.com/watch?v=jJa0Rsj3ZyY Tell me if you have any comments, thoughts, or if I should make any changes, and ideas for the next videos. 73 Skyler KD?WHB -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Tue Nov 18 13:49:33 2014 From: jrorke at cogeco.ca (REDBUTTON_CTRL) Date: Tue, 18 Nov 2014 08:49:33 -0500 Subject: [App_rpt-users] good connection to URI? In-Reply-To: <54696777.3030003@va3uv.com> References: <54696777.3030003@va3uv.com> Message-ID: <546B4E6D.6030809@cogeco.ca> Just to add to Ramesh's pinouts TKR 850 -------- URI 8 (TD) --------- 23 (R_out) 9 (TA) --------- 22 (L_out) 10 (RD)-------- 21 (Mic in) 16 (EPTT)-------1 (PTT) 17 (SC) --------- 8 (Cor in) 12 (RXG) ------19 (Gnd) 19 (TXG) ------ 20 (Gnd) You may need to add the extra audio grounds RXG and TXG. Jon VA3RQ On 11/16/2014 10:11 PM, Ramesh Dhami (VA3UV) wrote: > Hi Pierre: > > Try this: > > TKR 850 URI > > 8 23 > 9 22 > 10 21 > 16 1 > 25 8 > > > This is per my external MUX and how I have my 850 setup for dual mode > (DV and FM). > > Note, you will need to configure the usbradio.conf file appropriately > to send the tone out on the RIGHT channel and the Audio out on the > LEFT channel. > > Let me know how it goes! > > Ramesh. > > > On 16/11/2014 11:13 AM, pete M wrote: >> Hi guys.. >> >> ast week i did a harness to hook my tkr-750 ver 2 to a URI >> >> here is what I did: >> >> tkr-750 pin ----- uri >> >> 8 to 22 (ctcss tone to tkr) >> 9 to 26 (voice to tkr) >> 10 to 21 (audio to uri) >> 12 to 19 (ground) >> 16 to 1 (ptt) >> 17 to 8 (cor) >> >> I dont need the cor cause I want to do all the signaling by dsp but >> still hoocked it up in case.. >> >> So does this make sens? cause I cant have the ctcss level right. >> >> I try to switch the ctcss and voice from left to right in case I had >> reverse the wiring. >> put both channel as tone and voice to test. no go I cant send ctcss from >> the URI. >> >> I know I can send it from the repeater itself.. But I want to control >> when it is sent. >> >> Thanks for taking the time to help me ;-) >> >> >> >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 N1XBM at amsat.org Tue Nov 18 14:54:20 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Tue, 18 Nov 2014 09:54:20 -0500 Subject: [App_rpt-users] Update to gmail failure Message-ID: A while back I stated up an email script on my node. For about a month once a week my node would get locked out of gmail and I'd have to log into the Web site and unlock the account. I tried everything that people suggested to no avail. It just dawned on me the other day it's been two months and I haven't had a hitch with my my email updates from the node. So it appears whatever was going on corrected itself. Strange I know! -------------- next part -------------- An HTML attachment was scrubbed... URL: From demoman at rollanet.org Tue Nov 18 18:19:47 2014 From: demoman at rollanet.org (Chris Curtis) Date: Tue, 18 Nov 2014 12:19:47 -0600 Subject: [App_rpt-users] kernel panic in the cold Message-ID: <019701d0035c$3c99c790$b5cd56b0$@org> It's cold out in the shed. No climate control at all. Could this be the culprit of my almost immediate kernel panic lockups ? Server/nodes had been running fine over the summer. I've brought the box inside the house and will run it with the dongles attached to see if some heat will fix the problem. Just wondering if anyone else had been experiencing: "kernel panic not synching fatal exception in interrupt"; these past months. Thanks for your time, Chris KB0WLF Chris KB0WLF From petem001 at hotmail.com Tue Nov 18 18:28:45 2014 From: petem001 at hotmail.com (pete M) Date: Tue, 18 Nov 2014 13:28:45 -0500 Subject: [App_rpt-users] good connection to URI? In-Reply-To: <546B4E6D.6030809@cogeco.ca> References: , <54696777.3030003@va3uv.com>, <546B4E6D.6030809@cogeco.ca> Message-ID: I use a large 9 conductor shielded cable 16# wire that I is used in acces control system. got a 1000 feet roll doing nothing. I connect the shield on one side only, and I use one of the conductor for ground both the audio and signaling will switch that to 2 different cable. so aside the obvious typo about pin 26 ;-) wich is 23.. I was in the ball park.. Thanks both Ramesh and Jon for the info! > Date: Tue, 18 Nov 2014 08:49:33 -0500 > From: jrorke at cogeco.ca > CC: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] good connection to URI? > > Just to add to Ramesh's pinouts > > TKR 850 -------- URI > > 8 (TD) --------- 23 (R_out) > 9 (TA) --------- 22 (L_out) > 10 (RD)-------- 21 (Mic in) > 16 (EPTT)-------1 (PTT) > 17 (SC) --------- 8 (Cor in) > 12 (RXG) ------19 (Gnd) > 19 (TXG) ------ 20 (Gnd) > > You may need to add the extra audio grounds RXG and TXG. > > Jon VA3RQ > > > > > On 11/16/2014 10:11 PM, Ramesh Dhami (VA3UV) wrote: > > Hi Pierre: > > > > Try this: > > > > TKR 850 URI > > > > 8 23 > > 9 22 > > 10 21 > > 16 1 > > 25 8 > > > > > > This is per my external MUX and how I have my 850 setup for dual mode > > (DV and FM). > > > > Note, you will need to configure the usbradio.conf file appropriately > > to send the tone out on the RIGHT channel and the Audio out on the > > LEFT channel. > > > > Let me know how it goes! > > > > Ramesh. > > > > > > On 16/11/2014 11:13 AM, pete M wrote: > >> Hi guys.. > >> > >> ast week i did a harness to hook my tkr-750 ver 2 to a URI > >> > >> here is what I did: > >> > >> tkr-750 pin ----- uri > >> > >> 8 to 22 (ctcss tone to tkr) > >> 9 to 23 (voice to tkr) > >> 10 to 21 (audio to uri) > >> 12 to 19 (ground) > >> 16 to 1 (ptt) > >> 17 to 8 (cor) > >> > >> I dont need the cor cause I want to do all the signaling by dsp but > >> still hoocked it up in case.. > >> > >> So does this make sens? cause I cant have the ctcss level right. > >> > >> I try to switch the ctcss and voice from left to right in case I had > >> reverse the wiring. > >> put both channel as tone and voice to test. no go I cant send ctcss from > >> the URI. > >> > >> I know I can send it from the repeater itself.. But I want to control > >> when it is sent. > >> > >> Thanks for taking the time to help me ;-) > >> > >> > >> > >> > >> > >> > >> _______________________________________________ > >> App_rpt-users mailing list > >> App_rpt-users at ohnosec.org > >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > >> > >> To unsubscribe from this list please visit > >> http://ohnosec.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 ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Wed Nov 19 05:07:34 2014 From: doug at crompton.com (Doug Crompton) Date: Wed, 19 Nov 2014 00:07:34 -0500 Subject: [App_rpt-users] kernel panic in the cold In-Reply-To: <019701d0035c$3c99c790$b5cd56b0$@org> References: <019701d0035c$3c99c790$b5cd56b0$@org> Message-ID: Chris, Hard to say but since (I guess) thats the only thing that changed it would probably be a prime suspect. What was the low temperature there? I would be interested if it recovered when you warmed it up. 73 Doug WA3DSP http://www.crompton.com/hamradio > From: demoman at rollanet.org > To: app_rpt-users at ohnosec.org > Date: Tue, 18 Nov 2014 12:19:47 -0600 > Subject: [App_rpt-users] kernel panic in the cold > > It's cold out in the shed. > No climate control at all. > > Could this be the culprit of my almost immediate kernel panic lockups ? > Server/nodes had been running fine over the summer. > > I've brought the box inside the house and will run it with the dongles > attached to see if some heat will fix the problem. > > Just wondering if anyone else had been experiencing: > "kernel panic not synching fatal exception in interrupt"; > these past months. > > Thanks for your time, > > Chris > KB0WLF > > Chris > KB0WLF > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 saliksatti at yahoo.com Wed Nov 19 06:12:45 2014 From: saliksatti at yahoo.com (Salik Satti) Date: Wed, 19 Nov 2014 06:12:45 +0000 (UTC) Subject: [App_rpt-users] Show link topology from cli? In-Reply-To: References: Message-ID: <831683790.1059010.1416377565363.JavaMail.yahoo@jws10063.mail.ne1.yahoo.com> Hi why do i need to connect my node with allstar or echolink i just want to set it up locally. how to set all this totally locally between two nodes. Regards, ?Salik Mumtaz Satti, A-EXEN National Radio And Telecommunication Corporation, Haripur Pakistan www.nrtc.com.pk salik.satti at nrtc.com.pk Contact: +923155414048 Skype: salik.satti6 On Monday, November 17, 2014 11:27 PM, Doug Crompton wrote: #yiv7828002334 #yiv7828002334 --.yiv7828002334hmmessage P{margin:0px;padding:0px;}#yiv7828002334 body.yiv7828002334hmmessage{font-size:12pt;font-family:Calibri;}#yiv7828002334 That is certainly a way to do it. Here is another option that doesn't mess with the CLI. The 'archivedir' command in rpt.conf creates dated text files of all node activity. Unfortunately it also saves wav files of all of the audio. This is not a problem on a large disk based system but on the BBB it would just not work. So new in the BBB code is a command called 'archiveaudio' which was created to turn off the saving of the audio portion of the archive thus greatly reducing the storage load. I am not sure if this command has made its way to Acid. If you do use this on the BBB make sure you archive to a tmpfs like /tmp and also delete past files periodically because even they get large depending on you nodes activity. 'archivedir' saves based on date, creating one file per calendar day. Example of using command in rpt.conf: [27225] rxchannel = SimpleUSB/usb duplex=1 erxgain=-3 etxgain=3 archivedir=/var/log/asterisk/audio archiveaudio=0????????? ; Disable saving .wav files This creates a directory under the archivedir path of the node number.? Multiple archives can be stored if you put these commands in each node stanza. This listing shows files dating back to July 31 of all node activity. This is an Acid system modified to not save audio files. [root at WA3DSP_Allstar asterisk]# cd /var/log/asterisk/audio/27225/ [root at WA3DSP_Allstar 27225]# ls 20140731.txt? 20140815.txt? 20140830.txt? 20140914.txt? 20140929.txt? 20141014.txt? 20141029.txt? 20141113.txt 20140801.txt? 20140816.txt? 20140831.txt? 20140915.txt? 20140930.txt? 20141015.txt? 20141030.txt? 20141114.txt 20140802.txt? 20140817.txt? 20140901.txt? 20140916.txt? 20141001.txt? 20141016.txt? 20141031.txt? 20141115.txt 20140803.txt? 20140818.txt? 20140902.txt? 20140917.txt? 20141002.txt? 20141017.txt? 20141101.txt? 20141116.txt 20140804.txt? 20140819.txt? 20140903.txt? 20140918.txt? 20141003.txt? 20141018.txt? 20141102.txt? 20141117.txt 20140805.txt? 20140820.txt? 20140904.txt? 20140919.txt? 20141004.txt? 20141019.txt? 20141103.txt? rxlog.txt 20140806.txt? 20140821.txt? 20140905.txt? 20140920.txt? 20141005.txt? 20141020.txt? 20141104.txt? tail.pl 20140807.txt? 20140822.txt? 20140906.txt? 20140921.txt? 20141006.txt? 20141021.txt? 20141105.txt? 20140808.txt? 20140823.txt? 20140907.txt? 20140922.txt? 20141007.txt? 20141022.txt? 20141106.txt 20140809.txt? 20140824.txt? 20140908.txt? 20140923.txt? 20141008.txt? 20141023.txt? 20141107.txt 20140810.txt? 20140825.txt? 20140909.txt? 20140924.txt? 20141009.txt? 20141024.txt? 20141108.txt 20140811.txt? 20140826.txt? 20140910.txt? 20140925.txt? 20141010.txt? 20141025.txt? 20141109.txt 20140812.txt? 20140827.txt? 20140911.txt? 20140926.txt? 20141011.txt? 20141026.txt? 20141110.txt 20140813.txt? 20140828.txt? 20140912.txt? 20140927.txt? 20141012.txt? 20141027.txt? 20141111.txt 20140814.txt? 20140829.txt? 20140913.txt? 20140928.txt? 20141013.txt? 20141028.txt? 20141112.txt tail.pl, a Perl script which is attached, deals with the extraction of the data. In this case the RXKEY's only indicating who key the circuit. I also pull in the database file to nicely display the node QTH and location. Here is what the processed rxlog looks like: 09/09/2014 08:41:26 RXKEY 40865?? WD9EQD? 147.435 Simplex?????? Smithville, NJ 09/09/2014 08:41:39 RXKEY 40561?? WA3DSP? ECHOLINK - 147090???? Richboro, PA - Hub 09/09/2014 08:41:45 RXKEY 40865?? WD9EQD? 147.435 Simplex?????? Smithville, NJ 09/09/2014 08:41:49 RXKEY 40561?? WA3DSP? ECHOLINK - 147090???? Richboro, PA - Hub 09/09/2014 08:41:59 RXKEY 29817?? NY3J??? 446.150 Simplex 91.5? Bensalem, PA The rxlog is read by a simple script which keeps tabs on what the system is doing. The Perl script, tail.pl, is run in the background constantly monitoring the current archive file and saving parsed data to rxlog.txt : [root at WA3DSP_Allstar 27225]# cat /usr/local/sbin/rxlog.sh #! /bin/bash tail -f /var/log/asterisk/audio/27225/rxlog.txt Of course this could be expanded to view other parameters as all of the control data is in the individual text files. In my case the only thing that was important to me was who keyed or who is keyed in a situation where someone is hanging a circuit. It would be easy to show keyed status in a display using RXKEY and RXUNKEY Where you put the files and how you deal with the data is your option. These are only examples. 73 Doug WA3DSP http://www.crompton.com/hamradio _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 kj6ko at innercite.com Wed Nov 19 06:23:49 2014 From: kj6ko at innercite.com (KJ6KO) Date: Tue, 18 Nov 2014 22:23:49 -0800 Subject: [App_rpt-users] kernel panic in the cold References: <019701d0035c$3c99c790$b5cd56b0$@org> Message-ID: <2C716E3852CD4C67ADE11842E58BE8F8@KJ6KO> I would be interested in the temp also. Rarely drops below 42 in my garage, but I am looking at a hilltop site or two in the future! One at over 10,000' ! May get a bit cool up there! KJ6KO www.nc9rs.com ----- Original Message ----- From: Doug Crompton To: Chris Curtis Cc: app_rpt-users at ohnosec.org Sent: Tuesday, November 18, 2014 9:07 PM Subject: Re: [App_rpt-users] kernel panic in the cold Chris, Hard to say but since (I guess) thats the only thing that changed it would probably be a prime suspect. What was the low temperature there? I would be interested if it recovered when you warmed it up. 73 Doug WA3DSP http://www.crompton.com/hamradio > From: demoman at rollanet.org > To: app_rpt-users at ohnosec.org > Date: Tue, 18 Nov 2014 12:19:47 -0600 > Subject: [App_rpt-users] kernel panic in the cold > > It's cold out in the shed. > No climate control at all. > > Could this be the culprit of my almost immediate kernel panic lockups ? > Server/nodes had been running fine over the summer. > > I've brought the box inside the house and will run it with the dongles > attached to see if some heat will fix the problem. > > Just wondering if anyone else had been experiencing: > "kernel panic not synching fatal exception in interrupt"; > these past months. > > Thanks for your time, > > Chris > KB0WLF > > Chris > KB0WLF > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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. __________ Information from ESET NOD32 Antivirus, version of virus signature database 10746 (20141119) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 10746 (20141119) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From vencl at att.net Wed Nov 19 12:39:19 2014 From: vencl at att.net (Lu Vencl) Date: Wed, 19 Nov 2014 07:39:19 -0500 Subject: [App_rpt-users] kernel panic in the cold In-Reply-To: <2C716E3852CD4C67ADE11842E58BE8F8@KJ6KO> References: <019701d0035c$3c99c790$b5cd56b0$@org> <2C716E3852CD4C67ADE11842E58BE8F8@KJ6KO> Message-ID: <52A02E3A-14B2-4524-803C-3CFB898546F0@att.net> I had a problem like this when my node in Woodland Park, CO saw temps down below freezing. The fix was to go with a ssd. Problem solved. Lu Vencl > On Nov 19, 2014, at 1:23 AM, KJ6KO wrote: > > I would be interested in the temp also. Rarely drops below 42 in my garage, but I am looking at a hilltop site or two in the future! One at over 10,000' ! May get a bit cool up there! > > KJ6KO > > www.nc9rs.com > > > ----- Original Message ----- > From: Doug Crompton > To: Chris Curtis > Cc: app_rpt-users at ohnosec.org > Sent: Tuesday, November 18, 2014 9:07 PM > Subject: Re: [App_rpt-users] kernel panic in the cold > > Chris, > > Hard to say but since (I guess) thats the only thing that changed it would probably be a prime suspect. What was the low temperature there? I would be interested if it recovered when you warmed it up. > > 73 Doug > WA3DSP > http://www.crompton.com/hamradio > > > > From: demoman at rollanet.org > > To: app_rpt-users at ohnosec.org > > Date: Tue, 18 Nov 2014 12:19:47 -0600 > > Subject: [App_rpt-users] kernel panic in the cold > > > > It's cold out in the shed. > > No climate control at all. > > > > Could this be the culprit of my almost immediate kernel panic lockups ? > > Server/nodes had been running fine over the summer. > > > > I've brought the box inside the house and will run it with the dongles > > attached to see if some heat will fix the problem. > > > > Just wondering if anyone else had been experiencing: > > "kernel panic not synching fatal exception in interrupt"; > > these past months. > > > > Thanks for your time, > > > > Chris > > KB0WLF > > > > Chris > > KB0WLF > > > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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. > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 10746 (20141119) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 10746 (20141119) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 mike.lussier at gmail.com Wed Nov 19 12:59:31 2014 From: mike.lussier at gmail.com (Michael Lussier) Date: Wed, 19 Nov 2014 07:59:31 -0500 Subject: [App_rpt-users] Subject: kernel panic in the cold Message-ID: <7CFC3EC2-B7DA-43C0-ADAA-1824E9BBEAFE@gmail.com> I noticed my repeater is off this morning. I happen to be going up on the mountain this morning. It's 14 degrees here so it's got to be single digits up there at 2500 feet. Will up date later Mike AE4ML Sent from an iPhone 5 iOS 8 Mike.Lussier at gmail.com AE4ML at arrl.net AE4ML at amsat.org From keith at goobie.org Wed Nov 19 13:13:29 2014 From: keith at goobie.org (Keith Goobie) Date: Wed, 19 Nov 2014 08:13:29 -0500 Subject: [App_rpt-users] Subject: kernel panic in the cold In-Reply-To: <7CFC3EC2-B7DA-43C0-ADAA-1824E9BBEAFE@gmail.com> Message-ID: Why not take a lightbulb (higher wattage) and use it as a simple source of heat to test out your theory. Keith On 11/19/14 7:59 AM, "Michael Lussier" wrote: > I noticed my repeater is off this morning. I happen to be going up on the > mountain this morning. It's 14 degrees here so it's got to be single digits up > there at 2500 feet. > > Will up date later > > Mike AE4ML > > Sent from an iPhone 5 iOS 8 > > Mike.Lussier at gmail.com > AE4ML at arrl.net > AE4ML at amsat.org > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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. -- keith at goobie.org Keith Goobie Richmond Hill, ON, CANADA From mike.lussier at gmail.com Wed Nov 19 13:18:43 2014 From: mike.lussier at gmail.com (Michael Lussier) Date: Wed, 19 Nov 2014 08:18:43 -0500 Subject: [App_rpt-users] Subject: kernel panic in the cold In-Reply-To: References: Message-ID: <465DEE13-F706-4688-AE91-6C36E98DD08F@gmail.com> I don't know if my problem is a temp issue yet. Sent from an iPhone 5 iOS 8 Mike.Lussier at gmail.com AE4ML at arrl.net AE4ML at amsat.org > On Nov 19, 2014, at 08:13, Keith Goobie wrote: > > Why not take a lightbulb (higher wattage) and use it as a simple source of > heat to test out your theory. > > Keith > > >> On 11/19/14 7:59 AM, "Michael Lussier" wrote: >> >> I noticed my repeater is off this morning. I happen to be going up on the >> mountain this morning. It's 14 degrees here so it's got to be single digits up >> there at 2500 feet. >> >> Will up date later >> >> Mike AE4ML >> >> Sent from an iPhone 5 iOS 8 >> >> Mike.Lussier at gmail.com >> AE4ML at arrl.net >> AE4ML at amsat.org >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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. > > -- > keith at goobie.org > Keith Goobie > Richmond Hill, ON, CANADA > > From steve at donegan.org Wed Nov 19 13:23:55 2014 From: steve at donegan.org (Steven Donegan) Date: Wed, 19 Nov 2014 13:23:55 +0000 (UTC) Subject: [App_rpt-users] Subject: kernel panic in the cold In-Reply-To: References: Message-ID: <44914846.2542532.1416403435176.JavaMail.yahoo@jws10611.mail.bf1.yahoo.com> If this is about the BBB - the CPU itself is rated 32F as it's absolute minimum (TI does make CPU's that are rated lower but I doubt the BBB has a Mil spec CPU/other components). You cab buy temperature/humidity 'capes' for the BBB - get one of those and a relay control cape, and have the BBB turn on/off a heat source as required :-) ?____________ Steven Donegan KK6IVC SSCC/NORC Life Member, Car #86 www.sscc.us From: Keith Goobie To: Michael Lussier ; ALL STAR Sent: Wednesday, November 19, 2014 5:13 AM Subject: Re: [App_rpt-users] Subject: kernel panic in the cold Why not take a lightbulb (higher wattage) and use it as a simple source of heat to test out your theory. Keith On 11/19/14 7:59 AM, "Michael Lussier" wrote: > I noticed my repeater is off this morning. I happen to be going up on the > mountain this morning. It's 14 degrees here so it's got to be single digits up > there at 2500 feet. > > Will up date later > > Mike AE4ML > > Sent from an iPhone 5 iOS 8 > > Mike.Lussier at gmail.com > AE4ML at arrl.net > AE4ML at amsat.org > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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. -- keith at goobie.org Keith Goobie Richmond Hill, ON, CANADA _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 demoman at rollanet.org Wed Nov 19 15:12:13 2014 From: demoman at rollanet.org (Chris Curtis) Date: Wed, 19 Nov 2014 09:12:13 -0600 Subject: [App_rpt-users] kernel panic in the cold In-Reply-To: <20141118115628.71befee5dbd13c5325dd1a521b4e73ee.845da0f9e7.wbe@email06.secureserver.net> References: <20141118115628.71befee5dbd13c5325dd1a521b4e73ee.845da0f9e7.wbe@email06.secureserver.net> Message-ID: <01e301d0040b$332f17a0$998d46e0$@org> Thanks for all the input. After running 24 hours in the house without a hitch, I'm going to go with sub freezing temperatures as the culprit. I realize I didn't put enough background in my post so here's a little more in case it'll help someone else. Box: Regular old hand me down desktop in a mini tower case. The acid/cent distro from the website link. Old single core processor with HT enabled Traditional spinning platter hard drive (SATA interface) DDR2 ram 3 modified cm108 fobs Shed: Lowest temperature so far 9F Averaging around 33F for the problem period Why didn't I think of this before: Last system I owned/operated was a 3 band repeater with an irlp node onsite. The controller was an ff-800. Only trouble I had in that non climate controlled shack was the ff-800 needed a warming pad draped over the cabinet in the winter. The irlp node/pc never gave me any trouble but the ff-800 would 'talk funny' when it got really cold. Should have remembered this earlier. Again, thanks for the replies, I appreciate it. Just like the well pumphouse, I'll put an incandescent light bulb near the box/fobs and try that. Chris KB0WLF From: mike at midnighteng.com [mailto:mike at midnighteng.com] Sent: Tuesday, November 18, 2014 12:56 PM To: Chris Curtis Subject: RE: [App_rpt-users] kernel panic in the cold Chris, If this turns out to be the problem, let me know. I have made many options for such a winter occasion. But be sure to check the cpu reporting of temp to bios and OS. Normally, they are meant to look for overheating not under-heating. But I have problems with the thermistor being out of intended range and that created a problem (disable temp mon in bios). Many low power electronics/cpu's do not function well at sub freezing temps including the sound dongles. ...mike/kb8jnm -------- Original Message -------- Subject: [App_rpt-users] kernel panic in the cold From: "Chris Curtis" Date: Tue, November 18, 2014 1:19 pm To: It's cold out in the shed. No climate control at all. Could this be the culprit of my almost immediate kernel panic lockups ? Server/nodes had been running fine over the summer. I've brought the box inside the house and will run it with the dongles attached to see if some heat will fix the problem. Just wondering if anyone else had been experiencing: "kernel panic not synching fatal exception in interrupt"; these past months. Thanks for your time, Chris KB0WLF Chris KB0WLF _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 n3xcc at repeater-builder.com Wed Nov 19 15:36:28 2014 From: n3xcc at repeater-builder.com (Scott Zimmerman) Date: Wed, 19 Nov 2014 10:36:28 -0500 Subject: [App_rpt-users] kernel panic in the cold In-Reply-To: <01e301d0040b$332f17a0$998d46e0$@org> References: <20141118115628.71befee5dbd13c5325dd1a521b4e73ee.845da0f9e7.wbe@email06.secureserver.net> <01e301d0040b$332f17a0$998d46e0$@org> Message-ID: <546CB8FC.5050204@repeater-builder.com> > Traditional spinning platter hard drive (SATA interface) Well there's your problem! My bet is that the system had trouble reading/writing to the HDD. We had this happen YEARS ago with a packet node. My guess is that the platter motor on the drive can't keep it spinning fast enough when it gets cold due to the lubricant getting thick. If your PC's power save mode or HDD controller is configured to spin down the platters upon lack of use, that would further compound the problem. All of our current PC based AllStar deployments use solid state hard drives and fanless motherboards. Never had a problem with either yet. Scott Scott Zimmerman Amateur Radio Call N3XCC 474 Barnett Road Boswell, PA 15531 On 11/19/2014 10:12 AM, Chris Curtis wrote: > Thanks for all the input. > After running 24 hours in the house without a hitch, I'm going to go with sub freezing temperatures as the culprit. > > I realize I didn't put enough background in my post so here's a little more in case it'll help someone else. > > Box: > Regular old hand me down desktop in a mini tower case. The acid/cent distro from the website link. > Old single core processor with HT enabled > Traditional spinning platter hard drive (SATA interface) > DDR2 ram > 3 modified cm108 fobs > > Shed: > Lowest temperature so far 9F > Averaging around 33F for the problem period > > Why didn't I think of this before: > Last system I owned/operated was a 3 band repeater with an irlp node onsite. The controller was an ff-800. > Only trouble I had in that non climate controlled shack was the ff-800 needed a warming pad draped over the cabinet in the winter. > The irlp node/pc never gave me any trouble but the ff-800 would 'talk funny' when it got really cold. > > Should have remembered this earlier. > Again, thanks for the replies, I appreciate it. > Just like the well pumphouse, I'll put an incandescent light bulb near the box/fobs and try that. > > Chris > KB0WLF > > From: mike at midnighteng.com [mailto:mike at midnighteng.com] > Sent: Tuesday, November 18, 2014 12:56 PM > To: Chris Curtis > Subject: RE: [App_rpt-users] kernel panic in the cold > > > Chris, > > If this turns out to be the problem, let me know. I have made many options for such a winter occasion. > But be sure to check the cpu reporting of temp to bios and OS. Normally, they are meant to look for overheating not under-heating. But I have problems with the thermistor being out of intended range and that created a problem (disable temp mon in bios). > Many low power electronics/cpu's do not function well at sub freezing temps including the sound dongles. > > ...mike/kb8jnm > -------- Original Message -------- > Subject: [App_rpt-users] kernel panic in the cold > From: "Chris Curtis" > Date: Tue, November 18, 2014 1:19 pm > To: > > It's cold out in the shed. > No climate control at all. > > Could this be the culprit of my almost immediate kernel panic lockups ? > Server/nodes had been running fine over the summer. > > I've brought the box inside the house and will run it with the dongles > attached to see if some heat will fix the problem. > > Just wondering if anyone else had been experiencing: > "kernel panic not synching fatal exception in interrupt"; > these past months. > > Thanks for your time, > > Chris > KB0WLF > > Chris > KB0WLF > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 mike.lussier at gmail.com Thu Nov 20 22:22:21 2014 From: mike.lussier at gmail.com (Michael Lussier) Date: Thu, 20 Nov 2014 17:22:21 -0500 Subject: [App_rpt-users] Frozen repeater Message-ID: <1E48F314-8548-46CF-99A7-61C7942F03C2@gmail.com> I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc Sent from an iPhone 5 iOS 8 Mike.Lussier at gmail.com AE4ML at arrl.net AE4ML at amsat.org From mike at midnighteng.com Thu Nov 20 22:52:00 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Thu, 20 Nov 2014 15:52:00 -0700 Subject: [App_rpt-users] =?utf-8?q?Frozen_repeater?= Message-ID: <20141120155200.71befee5dbd13c5325dd1a521b4e73ee.e613fb8f9c.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From petem001 at hotmail.com Thu Nov 20 23:38:12 2014 From: petem001 at hotmail.com (pete M) Date: Thu, 20 Nov 2014 18:38:12 -0500 Subject: [App_rpt-users] Frozen repeater In-Reply-To: <1E48F314-8548-46CF-99A7-61C7942F03C2@gmail.com> References: <1E48F314-8548-46CF-99A7-61C7942F03C2@gmail.com> Message-ID: Hi, it all depend how much power you got.. are you on solar power or wind turbine? or on line power? there is a nice type of housing that you could use for your BBB and URI Outdoor camera housing can be bough on ebay for 20$. it will protect the BBB and URI from hot and cold temp and the even have place to run the wire in and out of the housing.. http://www.ebay.com/itm/Aluminum-outdoor-Housing-Bracket-with-Heater-Fan-for-CCD-Camera-use-133E-/390980037766?pt=US_Security_Cameras&hash=item5b0839ec86 something like that would do a good job.. this will make a ccd camera run all winter long outside.. And this will even prevent humidity to it the box > From: mike.lussier at gmail.com > Date: Thu, 20 Nov 2014 17:22:21 -0500 > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Frozen repeater > > > I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. > Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc > > Sent from an iPhone 5 iOS 8 > > Mike.Lussier at gmail.com > AE4ML at arrl.net > AE4ML at amsat.org > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 kb4fxc at inttek.net Fri Nov 21 05:07:49 2014 From: kb4fxc at inttek.net (David McGough) Date: Fri, 21 Nov 2014 00:07:49 -0500 (EST) Subject: [App_rpt-users] Frozen repeater In-Reply-To: <1E48F314-8548-46CF-99A7-61C7942F03C2@gmail.com> Message-ID: Hi Mike, Was the URI green LED flashing (I guess not...)?? I'm rather amazed that the BBB or URI was directly the cause of the lock-up, even with really cold conditions. The simplest low-power-budget solution to keep this hardware warm is a simple Styrofoam container. Even with the minuscule BBB power consumption, Styrofoam should do the job fine. I'll mention here, again, that the ONLY scenarios I've seen where BBB's have locked-up were due to 5VDC power woes. I completely stable 5V power source is critical. And, the 5VDC regulator might be a source of problems in extreme cold, too. If you don't already have it, I recommend adding a cheap digital thermometer to your cabinet that records all-time temperature extremes, including time/date. Or, if you want to get fancier, the BBB AllStar release already includes support for a USB attached thermometer (see the "pcsensor" command) which will log temperature to a file, etc. Note that if you decide to go the USB thermometer route, a bug was found in the code in the 1.2.1 release. This has already been patched, but, you'll need the patch (contact me off list or search the arm-allstar list for more details). Any idea how cold it got and for how long??? And, what is your power source?? I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 degrees Fahrenheit) for this weekend. I'll put it in there completely unprotected. My problems in the past with such extreme cold have been issues directly with the radio hardware (like VCO's that unlock, etc.). This type of extreme thermal shock can also destroy transmitter PA's, in short order by cracking ceramic substrates in power modules, etc. (I've got a few of those Tee-shirts, too!). 73, David KB4FXC On Thu, 20 Nov 2014, Michael Lussier wrote: > > I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. > Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc > > Sent from an iPhone 5 iOS 8 > > Mike.Lussier at gmail.com > AE4ML at arrl.net > AE4ML at amsat.org > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 kj6ko at innercite.com Fri Nov 21 16:34:02 2014 From: kj6ko at innercite.com (KJ6KO) Date: Fri, 21 Nov 2014 08:34:02 -0800 Subject: [App_rpt-users] Passing DTMF Message-ID: Is it possible to pass all DTMF locally and not have them pass to or from the network? Using URI, simpleusb and duplex=2 ? This is a Link HUB repeater that ties 6 other 900 repeaters together via RF. Thanks... Greg KJ6KO www.nc9rs.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 10761 (20141121) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb4fxc at inttek.net Fri Nov 21 17:00:47 2014 From: kb4fxc at inttek.net (David McGough) Date: Fri, 21 Nov 2014 12:00:47 -0500 (EST) Subject: [App_rpt-users] Frozen repeater -- Deep Freeze test In-Reply-To: Message-ID: Hi Mike (& Everyone), I ran an "experimental" freezer test over the last 10 hours or so. My test setup is a "bare" BBB (no case or anything) with URI plugged in, sitting in a ceramic dinner plate on the 2nd shelf from the top of the deep-freezer. I'm powering the contraption using an Adafruit 5V2A wall-wart located outside the freezer, with the small power cord running thru the freeze door seal. An uncalibrated analog thermometer inside said about -20 degrees Fahrenheit just now. The typical range on this thermometer is about -15 or lower. I brought an industrial "point and shoot" IR thermometer back from my office and checked the BBB at various spots. The CPU/SoC was the warmest at about -2 degrees. Other spots ranged as low as -9. When I pointed the IR thermometer at my old analog one, the IR said -17 (analog says -20). The plate, BBB and thermometer are in the air stream from the freezer circulating fan--that should be a worst case scenario! I'm already getting some dirty looks about "commandeering" the freezer! I'll going to conclude this phase of testing before lunch! HiHi! 73, David KB4FXC On Fri, 21 Nov 2014, David McGough wrote: > > Hi Mike, > > Was the URI green LED flashing (I guess not...)?? > > I'm rather amazed that the BBB or URI was directly the cause of the > lock-up, even with really cold conditions. The simplest low-power-budget > solution to keep this hardware warm is a simple Styrofoam container. > Even with the minuscule BBB power consumption, Styrofoam should do the > job fine. > > I'll mention here, again, that the ONLY scenarios I've seen where BBB's > have locked-up were due to 5VDC power woes. I completely stable 5V power > source is critical. And, the 5VDC regulator might be a source of problems > in extreme cold, too. > > If you don't already have it, I recommend adding a cheap digital > thermometer to your cabinet that records all-time temperature extremes, > including time/date. Or, if you want to get fancier, the BBB AllStar > release already includes support for a USB attached thermometer (see the > "pcsensor" command) which will log temperature to a file, etc. Note that > if you decide to go the USB thermometer route, a bug was found in the code > in the 1.2.1 release. This has already been patched, but, you'll need the > patch (contact me off list or search the arm-allstar list for more > details). > > Any idea how cold it got and for how long??? And, what is your power > source?? > > I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 > degrees Fahrenheit) for this weekend. I'll put it in there completely > unprotected. > > My problems in the past with such extreme cold have been issues directly > with the radio hardware (like VCO's that unlock, etc.). This type of > extreme thermal shock can also destroy transmitter PA's, in short order by > cracking ceramic substrates in power modules, etc. (I've got a few of > those Tee-shirts, too!). > > 73, David KB4FXC > > > > > On Thu, 20 Nov 2014, Michael Lussier wrote: > > > > > I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. > > Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc > > > > Sent from an iPhone 5 iOS 8 > > > > Mike.Lussier at gmail.com > > AE4ML at arrl.net > > AE4ML at amsat.org > > > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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 bbrown at byrg.net Fri Nov 21 17:03:53 2014 From: bbrown at byrg.net (=?UTF-8?B?Qm9iIEJyb3duIC0gV8OYTlFY?=) Date: Fri, 21 Nov 2014 11:03:53 -0600 Subject: [App_rpt-users] Frozen repeater -- Deep Freeze test In-Reply-To: References: Message-ID: Science at its finest! -- Thanks in Advance Bob Brown, W?NQX Kansas City Metro Area http://drsm0ke.net http://byrg.net http://sm0kenet.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? -- On Fri, Nov 21, 2014 at 11:00 AM, David McGough wrote: > > Hi Mike (& Everyone), > > I ran an "experimental" freezer test over the last 10 hours or so. My test > setup is a "bare" BBB (no case or anything) with URI plugged in, sitting > in a ceramic dinner plate on the 2nd shelf from the top of the > deep-freezer. I'm powering the contraption using an Adafruit 5V2A > wall-wart located outside the freezer, with the small power cord running > thru the freeze door seal. > > An uncalibrated analog thermometer inside said about -20 degrees > Fahrenheit just now. The typical range on this thermometer is about -15 or > lower. > > I brought an industrial "point and shoot" IR thermometer back from my > office and checked the BBB at various spots. The CPU/SoC was the warmest > at about -2 degrees. Other spots ranged as low as -9. When I pointed the > IR thermometer at my old analog one, the IR said -17 (analog says -20). > The plate, BBB and thermometer are in the air stream from the freezer > circulating fan--that should be a worst case scenario! > > I'm already getting some dirty looks about "commandeering" the freezer! > I'll going to conclude this phase of testing before lunch! HiHi! > > > 73, David KB4FXC > > > > On Fri, 21 Nov 2014, David McGough wrote: > > > > > Hi Mike, > > > > Was the URI green LED flashing (I guess not...)?? > > > > I'm rather amazed that the BBB or URI was directly the cause of the > > lock-up, even with really cold conditions. The simplest low-power-budget > > solution to keep this hardware warm is a simple Styrofoam container. > > Even with the minuscule BBB power consumption, Styrofoam should do the > > job fine. > > > > I'll mention here, again, that the ONLY scenarios I've seen where BBB's > > have locked-up were due to 5VDC power woes. I completely stable 5V power > > source is critical. And, the 5VDC regulator might be a source of problems > > in extreme cold, too. > > > > If you don't already have it, I recommend adding a cheap digital > > thermometer to your cabinet that records all-time temperature extremes, > > including time/date. Or, if you want to get fancier, the BBB AllStar > > release already includes support for a USB attached thermometer (see the > > "pcsensor" command) which will log temperature to a file, etc. Note that > > if you decide to go the USB thermometer route, a bug was found in the > code > > in the 1.2.1 release. This has already been patched, but, you'll need the > > patch (contact me off list or search the arm-allstar list for more > > details). > > > > Any idea how cold it got and for how long??? And, what is your power > > source?? > > > > I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 > > degrees Fahrenheit) for this weekend. I'll put it in there completely > > unprotected. > > > > My problems in the past with such extreme cold have been issues directly > > with the radio hardware (like VCO's that unlock, etc.). This type of > > extreme thermal shock can also destroy transmitter PA's, in short order > by > > cracking ceramic substrates in power modules, etc. (I've got a few of > > those Tee-shirts, too!). > > > > 73, David KB4FXC > > > > > > > > > > On Thu, 20 Nov 2014, Michael Lussier wrote: > > > > > > > > I went up on the mountain Wednesday morning. The repeater was powered > up as well as the BBB. No action from the repeater. > > > Any thoughts on low power way to keep the BBB and the URI warm ? I can > use 12vdc > > > > > > Sent from an iPhone 5 iOS 8 > > > > > > Mike.Lussier at gmail.com > > > AE4ML at arrl.net > > > AE4ML at amsat.org > > > > > > > > > > > > _______________________________________________ > > > App_rpt-users mailing list > > > App_rpt-users at ohnosec.org > > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > > > To unsubscribe from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 w5jr.lists at gmail.com Fri Nov 21 17:11:07 2014 From: w5jr.lists at gmail.com (J Roden) Date: Fri, 21 Nov 2014 12:11:07 -0500 Subject: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 43 In-Reply-To: References: Message-ID: <5DDCC3FA-D7B5-426E-BD44-E3B1A215B779@gmail.com> Greg, probably not what you want to hear, but my solution was to use a simple 2 port controller, such as the NHRC4 and tie the AllStar node on the link port. As always , one needs to manage their control codes for unintended commands. tnx Mike > On Nov 21, 2014, at 12:00 PM, app_rpt-users-request at ohnosec.org wrote: > > Send App_rpt-users mailing list submissions to > app_rpt-users at ohnosec.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://ohnosec.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 ohnosec.org > > You can reach the person managing the list at > app_rpt-users-owner at ohnosec.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of App_rpt-users digest..." > > > Today's Topics: > > 1. Frozen repeater (Michael Lussier) > 2. Re: Frozen repeater (mike at midnighteng.com) > 3. Re: Frozen repeater (pete M) > 4. Re: Frozen repeater (David McGough) > 5. Passing DTMF (KJ6KO) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 20 Nov 2014 17:22:21 -0500 > From: Michael Lussier > To: "app_rpt-users at ohnosec.org" > Subject: [App_rpt-users] Frozen repeater > Message-ID: <1E48F314-8548-46CF-99A7-61C7942F03C2 at gmail.com> > Content-Type: text/plain; charset=us-ascii > > > I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. > Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc > > Sent from an iPhone 5 iOS 8 > > Mike.Lussier at gmail.com > AE4ML at arrl.net > AE4ML at amsat.org > > > > > > ------------------------------ > > Message: 2 > Date: Thu, 20 Nov 2014 15:52:00 -0700 > From: > To: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Frozen repeater > Message-ID: > <20141120155200.71befee5dbd13c5325dd1a521b4e73ee.e613fb8f9c.wbe at email06.secureserver.net> > > Content-Type: text/plain; charset="us-ascii" > > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 3 > Date: Thu, 20 Nov 2014 18:38:12 -0500 > From: pete M > To: Michael Lussier , APP RPT > > Subject: Re: [App_rpt-users] Frozen repeater > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > Hi, it all depend how much power you got.. are you on solar power or wind turbine? or on line power? > there is a nice type of housing that you could use for your BBB and URI > Outdoor camera housing can be bough on ebay for 20$. it will protect the BBB and URI from hot and cold temp and the even have place to run the wire in and out of the housing.. > http://www.ebay.com/itm/Aluminum-outdoor-Housing-Bracket-with-Heater-Fan-for-CCD-Camera-use-133E-/390980037766?pt=US_Security_Cameras&hash=item5b0839ec86 > something like that would do a good job.. > this will make a ccd camera run all winter long outside.. > And this will even prevent humidity to it the box > >> From: mike.lussier at gmail.com >> Date: Thu, 20 Nov 2014 17:22:21 -0500 >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] Frozen repeater >> >> >> I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. >> Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc >> >> Sent from an iPhone 5 iOS 8 >> >> Mike.Lussier at gmail.com >> AE4ML at arrl.net >> AE4ML at amsat.org >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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: > > ------------------------------ > > Message: 4 > Date: Fri, 21 Nov 2014 00:07:49 -0500 (EST) > From: David McGough > To: Michael Lussier > Cc: "app_rpt-users at ohnosec.org" > Subject: Re: [App_rpt-users] Frozen repeater > Message-ID: > > Content-Type: TEXT/PLAIN; charset=US-ASCII > > > Hi Mike, > > Was the URI green LED flashing (I guess not...)?? > > I'm rather amazed that the BBB or URI was directly the cause of the > lock-up, even with really cold conditions. The simplest low-power-budget > solution to keep this hardware warm is a simple Styrofoam container. > Even with the minuscule BBB power consumption, Styrofoam should do the > job fine. > > I'll mention here, again, that the ONLY scenarios I've seen where BBB's > have locked-up were due to 5VDC power woes. I completely stable 5V power > source is critical. And, the 5VDC regulator might be a source of problems > in extreme cold, too. > > If you don't already have it, I recommend adding a cheap digital > thermometer to your cabinet that records all-time temperature extremes, > including time/date. Or, if you want to get fancier, the BBB AllStar > release already includes support for a USB attached thermometer (see the > "pcsensor" command) which will log temperature to a file, etc. Note that > if you decide to go the USB thermometer route, a bug was found in the code > in the 1.2.1 release. This has already been patched, but, you'll need the > patch (contact me off list or search the arm-allstar list for more > details). > > Any idea how cold it got and for how long??? And, what is your power > source?? > > I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 > degrees Fahrenheit) for this weekend. I'll put it in there completely > unprotected. > > My problems in the past with such extreme cold have been issues directly > with the radio hardware (like VCO's that unlock, etc.). This type of > extreme thermal shock can also destroy transmitter PA's, in short order by > cracking ceramic substrates in power modules, etc. (I've got a few of > those Tee-shirts, too!). > > 73, David KB4FXC > > > > >> On Thu, 20 Nov 2014, Michael Lussier wrote: >> >> >> I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. >> Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc >> >> Sent from an iPhone 5 iOS 8 >> >> Mike.Lussier at gmail.com >> AE4ML at arrl.net >> AE4ML at amsat.org >> >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit http://ohnosec.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. > > > > ------------------------------ > > Message: 5 > Date: Fri, 21 Nov 2014 08:34:02 -0800 > From: "KJ6KO" > To: > Subject: [App_rpt-users] Passing DTMF > Message-ID: > Content-Type: text/plain; charset="windows-1252" > > Is it possible to pass all DTMF locally and not have them pass to or from the network? > Using URI, simpleusb and duplex=2 ? > > This is a Link HUB repeater that ties 6 other 900 repeaters together via RF. > > Thanks... > Greg > KJ6KO > > www.nc9rs.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 10761 (20141121) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 43 > ********************************************* From mike.lussier at gmail.com Fri Nov 21 17:16:09 2014 From: mike.lussier at gmail.com (Michael Lussier) Date: Fri, 21 Nov 2014 12:16:09 -0500 Subject: [App_rpt-users] Frozen repeater -- Deep Freeze test In-Reply-To: References: Message-ID: <622507ED-39FD-443E-B1ED-39607D6E9CF3@gmail.com> Nice ! Sent from an iPhone 5 iOS 8 Mike.Lussier at gmail.com AE4ML at arrl.net AE4ML at amsat.org > On Nov 21, 2014, at 12:00, David McGough wrote: > > > Hi Mike (& Everyone), > > I ran an "experimental" freezer test over the last 10 hours or so. My test > setup is a "bare" BBB (no case or anything) with URI plugged in, sitting > in a ceramic dinner plate on the 2nd shelf from the top of the > deep-freezer. I'm powering the contraption using an Adafruit 5V2A > wall-wart located outside the freezer, with the small power cord running > thru the freeze door seal. > > An uncalibrated analog thermometer inside said about -20 degrees > Fahrenheit just now. The typical range on this thermometer is about -15 or > lower. > > I brought an industrial "point and shoot" IR thermometer back from my > office and checked the BBB at various spots. The CPU/SoC was the warmest > at about -2 degrees. Other spots ranged as low as -9. When I pointed the > IR thermometer at my old analog one, the IR said -17 (analog says -20). > The plate, BBB and thermometer are in the air stream from the freezer > circulating fan--that should be a worst case scenario! > > I'm already getting some dirty looks about "commandeering" the freezer! > I'll going to conclude this phase of testing before lunch! HiHi! > > > 73, David KB4FXC > > > >> On Fri, 21 Nov 2014, David McGough wrote: >> >> >> Hi Mike, >> >> Was the URI green LED flashing (I guess not...)?? >> >> I'm rather amazed that the BBB or URI was directly the cause of the >> lock-up, even with really cold conditions. The simplest low-power-budget >> solution to keep this hardware warm is a simple Styrofoam container. >> Even with the minuscule BBB power consumption, Styrofoam should do the >> job fine. >> >> I'll mention here, again, that the ONLY scenarios I've seen where BBB's >> have locked-up were due to 5VDC power woes. I completely stable 5V power >> source is critical. And, the 5VDC regulator might be a source of problems >> in extreme cold, too. >> >> If you don't already have it, I recommend adding a cheap digital >> thermometer to your cabinet that records all-time temperature extremes, >> including time/date. Or, if you want to get fancier, the BBB AllStar >> release already includes support for a USB attached thermometer (see the >> "pcsensor" command) which will log temperature to a file, etc. Note that >> if you decide to go the USB thermometer route, a bug was found in the code >> in the 1.2.1 release. This has already been patched, but, you'll need the >> patch (contact me off list or search the arm-allstar list for more >> details). >> >> Any idea how cold it got and for how long??? And, what is your power >> source?? >> >> I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 >> degrees Fahrenheit) for this weekend. I'll put it in there completely >> unprotected. >> >> My problems in the past with such extreme cold have been issues directly >> with the radio hardware (like VCO's that unlock, etc.). This type of >> extreme thermal shock can also destroy transmitter PA's, in short order by >> cracking ceramic substrates in power modules, etc. (I've got a few of >> those Tee-shirts, too!). >> >> 73, David KB4FXC >> >> >> >> >>> On Thu, 20 Nov 2014, Michael Lussier wrote: >>> >>> >>> I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. >>> Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc >>> >>> Sent from an iPhone 5 iOS 8 >>> >>> Mike.Lussier at gmail.com >>> AE4ML at arrl.net >>> AE4ML at amsat.org >>> >>> >>> >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>> >>> To unsubscribe from this list please visit http://ohnosec.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 w5jr.lists at gmail.com Fri Nov 21 17:44:01 2014 From: w5jr.lists at gmail.com (J Roden) Date: Fri, 21 Nov 2014 12:44:01 -0500 Subject: [App_rpt-users] App_rpt-users Digest, Vol 69, Issue 44 In-Reply-To: References: Message-ID: Wow, I need to do some trimming next time (this time)!! tnx Mike > From kb4fxc at inttek.net Fri Nov 21 18:01:20 2014 From: kb4fxc at inttek.net (David McGough) Date: Fri, 21 Nov 2014 13:01:20 -0500 (EST) Subject: [App_rpt-users] Frozen repeater -- BBB Hardware Watchdog In-Reply-To: Message-ID: BTW, one more thought. The 1.2.1 BBB release also includes some code to activate a Hardware Watchdog. This is not activated by default, but, might help. The watchdog resets the BBB, if a lockup is detected. To activate the watchdog, uncomment a line near the top of the /etc/rc.local file. There is a comment in the rc.local file, too. After un-commenting, a reboot will be required (or you can start the watchdog code from the command prompt, etc.). 73, David KB4FXC From kj6ko at innercite.com Fri Nov 21 18:14:16 2014 From: kj6ko at innercite.com (KJ6KO) Date: Fri, 21 Nov 2014 10:14:16 -0800 Subject: [App_rpt-users] DTMF pass References: <43EF0C456563487E9561A7699D343B09@KJ6KO> <001401d00569$3542a750$9fc7f5f0$@rr.com> Message-ID: <770C664A0CB24FFF8160F00878FA7E9D@KJ6KO> How about this...completely unmuting DTMF? Is that possible? I can disconnect from all links when running local commands, then mute it when done and reconnect. What do these do? ;propagate_dtmf = yes ; DTMF sent to system from link gets ; repeated onto main system output (optional) ;propagate_phonedtmf = yes ; DTMF sent to system from phone gets ; repeated into main system output and ; link outputs (optional) ;linktolink = yes ; disables forcing physical half-duplex ; operation of main repeater while ; still keeping half-duplex semantics ; (optional) ;inxlat = #456,#457,0123456789ABCD ; translate digit strings inbound, ; in this case intrepret #456 as star, ; #457 as pound, and pass all the other ; chars listed in arg3 (optional) ;outxlat = *7,*0,0123456789#ABCD ; translate digit string outbound, ; in this case *7 generates star, *0 ; generates pound, and all the other ; digits pass along----- Original Message ----- From: k5tra To: 'KJ6KO' Sent: Friday, November 21, 2014 12:57 AM Subject: RE: DTMF pass 'Don't know off the top. It would have to be in Allstar. It is possible to have preset DTMF strings be sent. Tom From: KJ6KO [mailto:kj6ko at innercite.com] Sent: Thursday, November 20, 2014 5:19 PM To: tom Subject: DTMF pass Is there a setting on a URI in full duplex mode that will allow it to pass DTMF locally but not through the internet? __________ Information from ESET NOD32 Antivirus, version of virus signature database 10756 (20141120) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 10761 (20141121) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 10761 (20141121) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From doug at crompton.com Fri Nov 21 18:28:06 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 21 Nov 2014 13:28:06 -0500 Subject: [App_rpt-users] Frozen repeater -- BBB Hardware Watchdog In-Reply-To: References: , Message-ID: This would apply to the 1.1 version but NOT the 1.2.1 version. The users method of activating and deactivating many events and services has changed in 1.2.1 To activate the watchdog simply edit /usr/local/etc/allstar.env and # defines the watchdog timer (enabled or disabled) # default="disabled" export WATCHDOG="disabled" Make the WATCHDOG parameter "enable" and reboot. Do not change anything in rc.local or rc.allstar 73 Doug WA3DSP http://www.crompton.com/hamradio > Date: Fri, 21 Nov 2014 13:01:20 -0500 > From: kb4fxc at inttek.net > To: mike.lussier at gmail.com > CC: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Frozen repeater -- BBB Hardware Watchdog > > > BTW, one more thought. The 1.2.1 BBB release also includes some code to > activate a Hardware Watchdog. This is not activated by default, but, > might help. The watchdog resets the BBB, if a lockup is detected. > > To activate the watchdog, uncomment a line near the top of the > /etc/rc.local file. There is a comment in the rc.local file, too. After > un-commenting, a reboot will be required (or you can start the watchdog > code from the command prompt, etc.). > > 73, David KB4FXC > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 n3fe at repeater.net Fri Nov 21 18:29:58 2014 From: n3fe at repeater.net (Corey Dean) Date: Fri, 21 Nov 2014 13:29:58 -0500 Subject: [App_rpt-users] DTMF pass In-Reply-To: <770C664A0CB24FFF8160F00878FA7E9D@KJ6KO> References: <43EF0C456563487E9561A7699D343B09@KJ6KO> <001401d00569$3542a750$9fc7f5f0$@rr.com> <770C664A0CB24FFF8160F00878FA7E9D@KJ6KO> Message-ID: I had ask for this years ago and at the time it wasn't available and people didn't like the idea. I agree though... It would be a nice feature to have! Sent from my iPhone > On Nov 21, 2014, at 1:14 PM, "KJ6KO" wrote: > > How about this...completely unmuting DTMF? Is that possible? > I can disconnect from all links when running local commands, then mute it when done and reconnect. > > What do these do? > > > > ;propagate_dtmf = yes ; DTMF sent to system from link gets > ; repeated onto main system output (optional) > ;propagate_phonedtmf = yes ; DTMF sent to system from phone gets > ; repeated into main system output and > ; link outputs (optional) > ;linktolink = yes ; disables forcing physical half-duplex > ; operation of main repeater while > ; still keeping half-duplex semantics > ; (optional) > ;inxlat = #456,#457,0123456789ABCD ; translate digit strings inbound, > ; in this case intrepret #456 as star, > ; #457 as pound, and pass all the other > ; chars listed in arg3 (optional) > ;outxlat = *7,*0,0123456789#ABCD ; translate digit string outbound, > ; in this case *7 generates star, *0 > ; generates pound, and all the other > ; digits pass along > ----- Original Message ----- > From: k5tra > To: 'KJ6KO' > Sent: Friday, November 21, 2014 12:57 AM > Subject: RE: DTMF pass > > ?Don?t know off the top. It would have to be in Allstar. It is possible to have preset DTMF strings be sent. > Tom > > From: KJ6KO [mailto:kj6ko at innercite.com] > Sent: Thursday, November 20, 2014 5:19 PM > To: tom > Subject: DTMF pass > > Is there a setting on a URI in full duplex mode that will allow it to pass DTMF locally but not through the internet? > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 10756 (20141120) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 10761 (20141121) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 k5tra at austin.rr.com Fri Nov 21 18:33:09 2014 From: k5tra at austin.rr.com (k5tra) Date: Fri, 21 Nov 2014 12:33:09 -0600 Subject: [App_rpt-users] Passing DTMF Message-ID: <005f01d005b9$99e38da0$cdaaa8e0$@rr.com> Greg, The only way that I know of is to explicitly build functions with cop,48 for each DTMF command that you might want to send. When that function is called (via DTMF), the desired DTMF string will be heard. Tom / K5TRA -------------- next part -------------- An HTML attachment was scrubbed... URL: From kb4fxc at inttek.net Fri Nov 21 18:33:14 2014 From: kb4fxc at inttek.net (David McGough) Date: Fri, 21 Nov 2014 13:33:14 -0500 (EST) Subject: [App_rpt-users] Frozen repeater -- BBB Hardware Watchdog In-Reply-To: Message-ID: Ah, correct! On Fri, 21 Nov 2014, Doug Crompton wrote: > This would apply to the 1.1 version but NOT the 1.2.1 version. > > The users method of activating and deactivating many events and services has changed in 1.2.1 > > To activate the watchdog simply edit /usr/local/etc/allstar.env and > > # defines the watchdog timer (enabled or disabled) > # default="disabled" > > export WATCHDOG="disabled" > > Make the WATCHDOG parameter "enable" and reboot. > > Do not change anything in rc.local or rc.allstar > 73 Doug > WA3DSP > http://www.crompton.com/hamradio > > > > Date: Fri, 21 Nov 2014 13:01:20 -0500 > > From: kb4fxc at inttek.net > > To: mike.lussier at gmail.com > > CC: app_rpt-users at ohnosec.org > > Subject: Re: [App_rpt-users] Frozen repeater -- BBB Hardware Watchdog > > > > > > BTW, one more thought. The 1.2.1 BBB release also includes some code to > > activate a Hardware Watchdog. This is not activated by default, but, > > might help. The watchdog resets the BBB, if a lockup is detected. > > > > To activate the watchdog, uncomment a line near the top of the > > /etc/rc.local file. There is a comment in the rc.local file, too. After > > un-commenting, a reboot will be required (or you can start the watchdog > > code from the command prompt, etc.). > > > > 73, David KB4FXC > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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 doug at crompton.com Fri Nov 21 18:33:53 2014 From: doug at crompton.com (Doug Crompton) Date: Fri, 21 Nov 2014 13:33:53 -0500 Subject: [App_rpt-users] Frozen repeater In-Reply-To: References: <1E48F314-8548-46CF-99A7-61C7942F03C2@gmail.com>, Message-ID: Mike, I may have missed your response to Dave about what condition you found the system in when it was not working. Was the blue heartbeat LED blinking on the BBB? Was the Green light blinking on the USB FOB? Did you have ssh access to the BBB? Based on Dave's tests it appears there may have been something else going on here. 73 Doug WA3DSP http://www.crompton.com/hamradio > Date: Fri, 21 Nov 2014 00:07:49 -0500 > From: kb4fxc at inttek.net > To: mike.lussier at gmail.com > CC: app_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Frozen repeater > > > Hi Mike, > > Was the URI green LED flashing (I guess not...)?? > > I'm rather amazed that the BBB or URI was directly the cause of the > lock-up, even with really cold conditions. The simplest low-power-budget > solution to keep this hardware warm is a simple Styrofoam container. > Even with the minuscule BBB power consumption, Styrofoam should do the > job fine. > > I'll mention here, again, that the ONLY scenarios I've seen where BBB's > have locked-up were due to 5VDC power woes. I completely stable 5V power > source is critical. And, the 5VDC regulator might be a source of problems > in extreme cold, too. > > If you don't already have it, I recommend adding a cheap digital > thermometer to your cabinet that records all-time temperature extremes, > including time/date. Or, if you want to get fancier, the BBB AllStar > release already includes support for a USB attached thermometer (see the > "pcsensor" command) which will log temperature to a file, etc. Note that > if you decide to go the USB thermometer route, a bug was found in the code > in the 1.2.1 release. This has already been patched, but, you'll need the > patch (contact me off list or search the arm-allstar list for more > details). > > Any idea how cold it got and for how long??? And, what is your power > source?? > > I'm preparing to put a "test" BBB and URI in my deep-freezer (about -15 > degrees Fahrenheit) for this weekend. I'll put it in there completely > unprotected. > > My problems in the past with such extreme cold have been issues directly > with the radio hardware (like VCO's that unlock, etc.). This type of > extreme thermal shock can also destroy transmitter PA's, in short order by > cracking ceramic substrates in power modules, etc. (I've got a few of > those Tee-shirts, too!). > > 73, David KB4FXC > > > > > On Thu, 20 Nov 2014, Michael Lussier wrote: > > > > > I went up on the mountain Wednesday morning. The repeater was powered up as well as the BBB. No action from the repeater. > > Any thoughts on low power way to keep the BBB and the URI warm ? I can use 12vdc > > > > Sent from an iPhone 5 iOS 8 > > > > Mike.Lussier at gmail.com > > AE4ML at arrl.net > > AE4ML at amsat.org > > > > > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 rpt2 at chuck.midlandsnetworking.com Sun Nov 23 14:49:59 2014 From: rpt2 at chuck.midlandsnetworking.com (Chuck Henderson) Date: Sun, 23 Nov 2014 08:49:59 -0600 Subject: [App_rpt-users] non SSL access to allstarlink.org In-Reply-To: References: <5468D431.2090009@bryanfields.net> Message-ID: I don't think it applies to this. The encryption is not being used to hide the content from the government. The government has full access to read the content. The only requirement is they must capture the session from the start and they must have access to a one million dollar device that I have had access to. I know that they have that. In this case the encryption is only to verify the communication is authentic and to prevent unauthorized persons, other than the government, from breaking into the system. At least, that is my story and I am sticking to it. Chuck On Sun, Nov 16, 2014 at 10:56 AM, Bryan Fields wrote: > We can't do encryption over amateur radio, so when accessing it from my > ham radio 3400 mhz network it's technically a rule violation. > > On November 16, 2014 11:54:10 AM EST, Jim Duuuude > wrote: >> >> No, why? >> >> > Date: Sun, 16 Nov 2014 11:43:29 -0500 >> > From: Bryan at bryanfields.net >> > To: app_rpt-users at ohnosec.org >> > Subject: [App_rpt-users] non SSL access to allstarlink.org >> > >> > Is there a url I can use to access this that does not redirect to the >> SSL server? >> > >> > Thank you, >> > >> > -- >> > Bryan Fields >> > >> > 727-409-1194 - Voice >> > 727-214-2508 - Fax >> > http://bryanfields.net >> > >> > _______________________________________________ >> > App_rpt-users mailing list >> > App_rpt-users at ohnosec.org >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > >> > To unsubscribe from this list please visit >> http://ohnosec.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. >> > > -- > Bryan Fields > 727-409-1194 > http://bryanfields.net > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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 mike at midnighteng.com Sun Nov 23 20:17:05 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sun, 23 Nov 2014 13:17:05 -0700 Subject: [App_rpt-users] =?utf-8?q?non_SSL_access_to_allstarlink=2Eorg?= Message-ID: <20141123131705.71befee5dbd13c5325dd1a521b4e73ee.47f870506d.wbe@email06.secureserver.net> Bryan, I don't think you will have much luck with non SSL unless the host provides for it and that breaks the reason for using it. Message me direct on exactly what you are trying to achieve. It should be doable with SSL. Chuck, I think if you look closer, you will find that SSL is a method to say the "route" between the server and the end user is authentic and can only be used by that user in session. Much like the now infamous police use of sting-ray 2 is to cell phones interception. Putting yourself in the middle of data streams gives you complete access to the data without detection. In the beginning of e-commerce in the 90's and early 2000's, folks would insert themselves in the path of all data and transactions and intercept/record strings of data including Name, Address, CC #'s and SS #'s with automated scripts and transparent to either end because all the data would transpire as normal through them. SSL was the answer to that. With the use of encryption keys, they might get the data but can't make any sense of it, hence, useless. Cell phones have the same type of security but can also be spoofed into giving up the keys to a hacker that knows how it's done. Just a personal note/fyi: Just because the government spends $1M on a device to snoop, it does not mean that the same thing can't be done by a better than average hacker for $1K. The $1M amount does not impress me, the $1K amount does. The Harris Sting-Ray 2 cost the local law enforcement about $35K ea and they get Homeland Defense Grant Money to purchase them to snoop on cell phones. But with a PC, software and a few pieces of $300 hardware, you can do the same thing and be more flexible about how you do it. Now we have unknown snoopers near Wall Street and around Washington DC and corporate HQ's and has been going on for many years. Now there are 10's of thousands of taxpayer paid devices out there and no log of the use of them to know they are not being used for political snooping purposes or personal monetary gain of the police officer who has access to one. Part of the reason for Apple and Google's new encryption for cell phones that is similar to SSL. ...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] non SSL access to allstarlink.org From: Chuck Henderson Date: Sun, November 23, 2014 9:49 am To: Bryan Fields Cc: app_rpt mailing list I don't think it applies to this. The encryption is not being used to hide the content from the government. The government has full access to read the content. The only requirement is they must capture the session from the start and they must have access to a one million dollar device that I have had access to. I know that they have that. In this case the encryption is only to verify the communication is authentic and to prevent unauthorized persons, other than the government, from breaking into the system. At least, that is my story and I am sticking to it.Chuck On Sun, Nov 16, 2014 at 10:56 AM, Bryan Fields wrote: We can't do encryption over amateur radio, so when accessing it from my ham radio 3400 mhz network it's technically a rule violation. On November 16, 2014 11:54:10 AM EST, Jim Duuuude wrote: No, why? > Date: Sun, 16 Nov 2014 11:43:29 -0500 > From: Bryan at bryanfields.net > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] non SSL access to allstarlink.org > > Is there a url I can use to access this that does not redirect to the SSL server? > > Thank you, > > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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. -- Bryan Fields 727-409-1194 http://bryanfields.net _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ajp26 at buffalo.edu Mon Nov 24 15:50:54 2014 From: ajp26 at buffalo.edu (Pawlowski, Adam) Date: Mon, 24 Nov 2014 15:50:54 +0000 Subject: [App_rpt-users] non SSL access to allstarlink.org (Chuck Henderson) Message-ID: Can you run a reverse proxy or something similar that retrieves the data securely over your internet connection, and provides it to you without that encryption? > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 23 Nov 2014 08:49:59 -0600 > From: Chuck Henderson > To: Bryan Fields > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] non SSL access to allstarlink.org > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > I don't think it applies to this. The encryption is not being used to > hide the content from the government. The government has full access to > read the content. The only requirement is they must capture the session > from the start and they must have access to a one million dollar device > that I have had access to. I know that they have that. In this case the > encryption is only to verify the communication is authentic and to prevent > unauthorized persons, other than the government, from breaking into the > system. At least, that is my story and I am sticking to it. > Chuck > > On Sun, Nov 16, 2014 at 10:56 AM, Bryan Fields > wrote: > > > We can't do encryption over amateur radio, so when accessing it from > > my ham radio 3400 mhz network it's technically a rule violation. > > > > On November 16, 2014 11:54:10 AM EST, Jim Duuuude > > > > wrote: > >> > >> No, why? > >> > >> > Date: Sun, 16 Nov 2014 11:43:29 -0500 > >> > From: Bryan at bryanfields.net > >> > To: app_rpt-users at ohnosec.org > >> > Subject: [App_rpt-users] non SSL access to allstarlink.org > >> > > >> > Is there a url I can use to access this that does not redirect to > >> > the > >> SSL server? > >> > > >> > Thank you, > >> > > >> > -- > >> > Bryan Fields > >> > > >> > 727-409-1194 - Voice > >> > 727-214-2508 - Fax > >> > http://bryanfields.net > >> > > >> > _______________________________________________ > >> > App_rpt-users mailing list > >> > App_rpt-users at ohnosec.org > >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > >> > > >> > To unsubscribe from this list please visit > >> http://ohnosec.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. > >> > > > > -- > > Bryan Fields > > 727-409-1194 > > http://bryanfields.net > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: users/attachments/20141123/f79ad9e5/attachment-0001.html> > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 47 > ********************************************* From mike at midnighteng.com Mon Nov 24 16:35:17 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Mon, 24 Nov 2014 09:35:17 -0700 Subject: [App_rpt-users] =?utf-8?q?non_SSL_access_to_allstarlink=2Eorg_=28?= =?utf-8?q?Chuck_Henderson=29?= Message-ID: <20141124093517.71befee5dbd13c5325dd1a521b4e73ee.61654fd7c1.wbe@email06.secureserver.net> For those that are writing there own scripts for use in asterisk/app_rpt and are wanting to access a ssl page in use of that. You can use a AGI script and whatever your flavor program lang inside of that to emulate a browser (i suggest chrome) using html,php,json to sort and "pipe" that HTTPS output to your other scripts. You should be able to do it all in AGI but I guess that depends on what you are doing. That is the basics of how it is done with one method. There are others. To much how-to for a email. Google can be your friend (sometimes). ...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] non SSL access to allstarlink.org (Chuck Henderson) From: "Pawlowski, Adam" Date: Mon, November 24, 2014 10:50 am To: "app_rpt-users at ohnosec.org" Can you run a reverse proxy or something similar that retrieves the data securely over your internet connection, and provides it to you without that encryption? > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 23 Nov 2014 08:49:59 -0600 > From: Chuck Henderson > To: Bryan Fields > Cc: app_rpt mailing list > Subject: Re: [App_rpt-users] non SSL access to allstarlink.org > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > I don't think it applies to this. The encryption is not being used to > hide the content from the government. The government has full access to > read the content. The only requirement is they must capture the session > from the start and they must have access to a one million dollar device > that I have had access to. I know that they have that. In this case the > encryption is only to verify the communication is authentic and to prevent > unauthorized persons, other than the government, from breaking into the > system. At least, that is my story and I am sticking to it. > Chuck > > On Sun, Nov 16, 2014 at 10:56 AM, Bryan Fields > wrote: > > > We can't do encryption over amateur radio, so when accessing it from > > my ham radio 3400 mhz network it's technically a rule violation. > > > > On November 16, 2014 11:54:10 AM EST, Jim Duuuude > > > > wrote: > >> > >> No, why? > >> > >> > Date: Sun, 16 Nov 2014 11:43:29 -0500 > >> > From: Bryan at bryanfields.net > >> > To: app_rpt-users at ohnosec.org > >> > Subject: [App_rpt-users] non SSL access to allstarlink.org > >> > > >> > Is there a url I can use to access this that does not redirect to > >> > the > >> SSL server? > >> > > >> > Thank you, > >> > > >> > -- > >> > Bryan Fields > >> > > >> > 727-409-1194 - Voice > >> > 727-214-2508 - Fax > >> > http://bryanfields.net > >> > > >> > _______________________________________________ > >> > App_rpt-users mailing list > >> > App_rpt-users at ohnosec.org > >> > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > >> > > >> > To unsubscribe from this list please visit > >> http://ohnosec.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. > >> > > > > -- > > Bryan Fields > > 727-409-1194 > > http://bryanfields.net > > > > _______________________________________________ > > App_rpt-users mailing list > > App_rpt-users at ohnosec.org > > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > To unsubscribe from this list please visit > > http://ohnosec.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: users/attachments/20141123/f79ad9e5/attachment-0001.html> > > ------------------------------ > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > End of App_rpt-users Digest, Vol 69, Issue 47 > ********************************************* _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 apprptusers at westbrook.com Mon Nov 24 16:42:07 2014 From: apprptusers at westbrook.com (K5BFC) Date: Mon, 24 Nov 2014 09:42:07 -0700 Subject: [App_rpt-users] non SSL access to allstarlink.org (Chuck Henderson) In-Reply-To: References: Message-ID: You could also use socat, by seasoning something like this to taste: socat TCP4-LISTEN:6666,bind=127.0.0.1 OPENSSL:www.example.com:443 $0.02, Eric K5BFC On Mon, Nov 24, 2014 at 8:50 AM, Pawlowski, Adam wrote: > Can you run a reverse proxy or something similar that retrieves the data > securely over your internet connection, and provides it to you without that > encryption? > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Tue Nov 25 01:07:58 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Mon, 24 Nov 2014 20:07:58 -0500 Subject: [App_rpt-users] custom node announcement? Message-ID: <5473D66E.8000205@bryanfields.net> Where can I upload a custom announcement recording for one of my nodes in the portal page? Or if not there how can I do this? Thanks, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From doug at crompton.com Tue Nov 25 04:27:33 2014 From: doug at crompton.com (Doug Crompton) Date: Mon, 24 Nov 2014 23:27:33 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: <5473D66E.8000205@bryanfields.net> References: <5473D66E.8000205@bryanfields.net> Message-ID: I am not sure what a custom node announcement would have to do with the "portal" page. You create an announcement and store it on the node from where you want to make the announcement and then use localplay or playback to play the file either manually via a DTMF command or keyboard entry or timed via a cron entry. The announcement could be a wav or gsm file using Alison or a text to speech generator or you own voice. It just must comply with the 8K sample rate. You can convert files using sox. Do you need more info on specifically how to do this? 73 Doug WA3DSP http://www.crompton.com/hamradio > Date: Mon, 24 Nov 2014 20:07:58 -0500 > From: Bryan at bryanfields.net > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] custom node announcement? > > Where can I upload a custom announcement recording for one of my nodes in the > portal page? > > Or if not there how can I do this? > > Thanks, > > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 mike at midnighteng.com Tue Nov 25 04:37:28 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Mon, 24 Nov 2014 21:37:28 -0700 Subject: [App_rpt-users] =?utf-8?q?custom_node_announcement=3F?= Message-ID: <20141124213728.71befee5dbd13c5325dd1a521b4e73ee.cf86d98480.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Tue Nov 25 06:05:09 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Tue, 25 Nov 2014 01:05:09 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: References: <20141124213728.71befee5dbd13c5325dd1a521b4e73ee.cf86d98480.wbe@email06.secureserver.net> Message-ID: <54741C15.2040802@bryanfields.net> On 11/24/14, 11:37 PM, mike at midnighteng.com wrote: > > Bryan, > > I think you need to do that in your node, > > in extensions.conf > > [radio-control] > exten => 29261,1,Answer > exten => 29261,n,Wait(2) > exten => 29261,n,Playback(/path/to/file.gsm) ;<<<<<<<<<<<<<<<<<<<<<<<<<<< > exten => 29261,n,Rpt,29261|P > > Adjust as needed but use > Playback(/path/to/file.gsm) -before the actual connection is made to node I'm asking about the node announcements in /var/lib/asterisk/sounds/rpt/nodenames these override the number readouts if they exist. I've made some custom ones I'm using for my node, and the rc.updatenodelist script looks to rsync these from the allstar server. Unless asterisk can push these files some how, I don't think this is what I need. Thanks, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From steve at donegan.org Tue Nov 25 18:26:34 2014 From: steve at donegan.org (Steven Donegan) Date: Tue, 25 Nov 2014 18:26:34 +0000 (UTC) Subject: [App_rpt-users] Fw: Weekly Vulnerability Summary - Nov 24 2014 In-Reply-To: <20141122235817.114E01900B4@alertdistribution.com> References: <20141122235817.114E01900B4@alertdistribution.com> Message-ID: <2020497875.893499.1416939994416.JavaMail.yahoo@jws106126.mail.bf1.yahoo.com> Lots of Asterisk vulnerabilities in this summary :-(?____________ Steven Donegan KK6IVC SSCC/NORC Life Member, Car #86 www.sscc.us ----- Forwarded Message ----- From: SecurityTracker To: SECURITYTRACKER-WEEKLY-ALL at PEACH.EASE.LSOFT.COM Sent: Monday, November 24, 2014 1:10 AM Subject: Weekly Vulnerability Summary - Nov 24 2014 SecurityTracker Monday Morning Vulnerability Summary - Nov 24 2014 http://www.securitytracker.com If you run a web site and would like to publish SecurityTracker vulnerability headlines on your web site for free, then join our Affiliate Program: http://securitytracker.com/affiliate/affiliate_signup.html Subscriptions to this newsletter are available for free.? Just visit our web site to sign up: http://www.securitytracker.com/signup/signup_now.html ------------------------------------------------------------------------ ? ? ? ? ? In This Week's SecurityTracker Vulnerability Summary SecurityTracker Alerts: 22 Vendors:? Apple Computer - Cisco - Digium (Linux Support ? ? ? ? ? Services) - drupal.org - F5 Networks - Google - Microsoft - ? ? ? ? ? moodle.org - rubyforge.org - Tcpdump.org - wordpress.org Products: Aironet - Apple iOS - Apple TV - Asterisk - Cisco ? ? ? ? ? IOS - Cisco Unified Communications Manager - Drupal - F5 ? ? ? ? ? BIG-IP - Google Chrome - Kerberos - Mac OS X - Moodle - Rails ? ? ? ? ? - Tcpdump - WordPress Headlines: ? ? ? 1. WordPress Bugs Let Remote Users Conduct Cross-Site ? ? ? ? ? Scripting, Cross-Site Request Forgery, and Denial of Service ? ? ? ? ? Attacks ? ? ? 2. Moodle Bugs Permit Cross-Site Scripting, Cross-Site ? ? ? ? ? Request Forgery, and Information Disclosure Attacks ? ? ? 3. Cisco Aironet DHCP Lease Renewal Flaw Lets Remote ? ? ? ? ? Users Deny Service ? ? ? 4. Rails Action Pack Bug Lets Remote Users Determine ? ? ? ? ? if Specified Files Exist on the Target System ? ? ? 5. Tcpdump Multiple Flaws Let Remote Users Deny Service ? ? ? 6. Asterisk CONFBRIDGE Lets Remote Authenticated Users ? ? ? ? ? Execute Arbitrary System Commands ? ? ? 7. Asterisk DB Dialplan Function Lets Remote ? ? ? ? ? Authenticated Users Gain Elevated Privileges ? ? ? 8. Asterisk PJSIP Channel Driver Flaw in ? ? ? ? ? res_pjsip_refer Module Lets Remote Users Deny Service ? ? ? 9. Microsoft Windows Kerberos KDC Signature Validation ? ? ? ? ? Flaw Lets Remote Authenticated Users ? ? ? 10. Cisco IOS DLSw Processing Flaw Lets Remote Users ? ? ? ? ? Obtain Potentially Sensitive Information ? ? ? 11. Apple TV Bugs Let Remote Users Execute Arbitrary ? ? ? ? ? Code and Local Users Gain Elevated Privileges ? ? ? 12. Asterisk PJSIP Channel Driver Race Condition Lets ? ? ? ? ? Remote Users Deny Service ? ? ? 13. Asterisk ConfBridge State Transition Error Lets ? ? ? ? ? Remote Users Deny Service ? ? ? 14. Cisco Unified Communications Manager IM and ? ? ? ? ? Presence Service Discloses Valid Usernames to Remote Users ? ? ? 15. Apple iOS Lets Local Users Bypass Access Controls ? ? ? ? ? and Remote Applications Launch Arbitrary Binaries ? ? ? 16. Drupal Bugs Let Remote Users Highjack User ? ? ? ? ? Sessions and Deny Service ? ? ? 17. Cisco Aironet EAP Processing Error Lets Remote ? ? ? ? ? Users Deny Service ? ? ? 18. Google Chrome Multiple Bugs Let Remote Users ? ? ? ? ? Execute Arbitrary Code and Obtain Information ? ? ? 19. Apple OS X Bugs Let Remote Users Execute ? ? ? ? ? Arbitrary Code and Obtain Potentially Sensitive Information ? ? ? 20. F5 BIG-IP Lets Remote Authenticated Users Delete ? ? ? ? ? Files on the Target System ? ? ? 21. Asterisk PJSIP ACL Bug Lets Remote Users Bypass ? ? ? ? ? Access Controls ? ? ? 22. Asterisk IP Address Checking Flaw Lets Remote ? ? ? ? ? Users Bypass Access Controls in Certain Cases ------------------------------------------------------------------------ ? ? ? ? ? ? ? Your SecurityTracker Vulnerability Alerts 1. WordPress ? ? Vendor: wordpress.org ? ? Several vulnerabilities were reported in WordPress. A remote ? ? user can cause denial of service conditions. A remote user can ? ? conduct cross-site scripting attacks. A remote user can conduct ? ? cross-site request forgery attacks. A remote user can compromise a ? ? target user's account. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031243 2. Moodle ? ? Vendor: moodle.org ? ? Multiple vulnerabilities were reported in Moodle. A remote user ? ? can conduct cross-site scripting attacks. A remote user can conduct ? ? cross-site request forgery attacks. A remote authenticated user can ? ? obtain potentially sensitive information. ? ? Impact: Disclosure of authentication information ? ? Alert: http://securitytracker.com/id/1031215 3. Aironet ? ? Vendor: Cisco ? ? A vulnerability was reported in Cisco Aironet. A remote user ? ? can cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031218 4. Rails ? ? Vendor: rubyforge.org ? ? A vulnerability was reported in Rails. A remote user can ? ? determine whether specified files exist on the target system. ? ? Impact: Disclosure of system information ? ? Alert: http://securitytracker.com/id/1031217 5. Tcpdump ? ? Vendor: Tcpdump.org ? ? Several vulnerabilities were reported in Tcpdump. A remote user ? ? can cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031235 6. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote ? ? authenticated user can gain elevated privileges on the target system. ? ? Impact: Execution of arbitrary code via network ? ? Alert: http://securitytracker.com/id/1031250 7. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote ? ? authenticated user can execute arbitrary code on the target system. ? ? Impact: User access via network ? ? Alert: http://securitytracker.com/id/1031251 8. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote user can ? ? cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031249 9. Kerberos ? ? Vendor: Microsoft ? ? A vulnerability was reported in Microsoft Windows Kerberos. A ? ? remote authenticated user can gain elevated privileges. ? ? Impact: User access via network ? ? Alert: http://securitytracker.com/id/1031237 10. Cisco IOS ? ? Vendor: Cisco ? ? A vulnerability was reported in Cisco IOS. A remote user can ? ? obtain potentially sensitive information. ? ? Impact: Disclosure of authentication information ? ? Alert: http://securitytracker.com/id/1031220 11. Apple TV ? ? Vendor: Apple Computer ? ? Several vulnerabilities were reported in Apple TV. A remote ? ? user can execute arbitrary code on the target system. A local user ? ? can obtain elevated privileges on the target system. ? ? Impact: Execution of arbitrary code via local system ? ? Alert: http://securitytracker.com/id/1031231 12. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote user can ? ? cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031248 13. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote user can ? ? cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031247 14. Cisco Unified Communications Manager ? ? Vendor: Cisco ? ? A vulnerability was reported in Cisco Unified Communications ? ? Manager IM and Presence Service. A remote user can determine valid ? ? usernames on the target system. ? ? Impact: Disclosure of system information ? ? Alert: http://securitytracker.com/id/1031240 15. Apple iOS ? ? Vendor: Apple Computer ? ? Several vulnerabilities were reported in Apple iOS. A ? ? physically local user can bypass access controls. An application ? ? can launch arbitrary binaries on the target system. ? ? Impact: Execution of arbitrary code via local system ? ? Alert: http://securitytracker.com/id/1031232 16. Drupal ? ? Vendor: drupal.org ? ? Two vulnerabilities were reported in Drupal. A remote user can ? ? hijack another user's session. A remote user can cause denial of ? ? service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031244 17. Aironet ? ? Vendor: Cisco ? ? A vulnerability was reported in Cisco Aironet. A remote user ? ? can cause denial of service conditions. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031219 18. Google Chrome ? ? Vendor: Google ? ? Multiple vulnerabilities were reported in Google Chrome. A ? ? remote user can cause arbitrary code to be executed on the target ? ? user's system. A remote user can obtain potentially sensitive ? ? information. ? ? Impact: Disclosure of system information ? ? Alert: http://securitytracker.com/id/1031241 19. Mac OS X ? ? Vendor: Apple Computer ? ? Several vulnerabilities were reported in Apple OS X. A remote ? ? user can cause arbitrary code to be executed on the target user's ? ? system. A remote user can obtain potentially sensitive information. ? ? Impact: Disclosure of system information ? ? Alert: http://securitytracker.com/id/1031230 20. F5 BIG-IP ? ? Vendor: F5 Networks ? ? A vulnerability was reported in F5 BIG-IP. A remote ? ? authenticated user can delete files on the target system. ? ? Impact: Denial of service via network ? ? Alert: http://securitytracker.com/id/1031216 21. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote user can ? ? bypass access controls. ? ? Impact: Host/resource access via network ? ? Alert: http://securitytracker.com/id/1031246 22. Asterisk ? ? Vendor: Digium (Linux Support Services) ? ? A vulnerability was reported in Asterisk. A remote user can ? ? bypass access controls. ? ? Impact: Host/resource access via network ? ? Alert: http://securitytracker.com/id/1031245 ------------------------------------------------------------------------ To join, delete, or otherwise change your subscription, visit: http://www.securitytracker.com/help/accounts.html To contact us, send e-mail to help at securitytracker.com (mailto:help at securitytracker.com) If you need to refer to this weekly vulnerability summary when you mail us, please provide us with following SecurityTracker message ID: Keep Track of the Latest Vulnerabilities with SecurityTracker! http://www.securitytracker.com copyright 2014, SecurityGlobal.net LLC See disclaimer notice at: http://www.securitytracker.com/learn/disclaimer.html ------------------------------------------------------------------------ ############################ To unsubscribe from the SECURITYTRACKER-WEEKLY-ALL list: write to: mailto:SECURITYTRACKER-WEEKLY-ALL-SIGNOFF-REQUEST at PEACH.EASE.LSOFT.COM or click the following link: http://peach.ease.lsoft.com/scripts/wa-PEACH.exe?SUBED1=SECURITYTRACKER-WEEKLY-ALL&A=1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Tue Nov 25 18:48:06 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Tue, 25 Nov 2014 13:48:06 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> Message-ID: <5474CEE6.1030004@bryanfields.net> On 11/25/14, 12:54 PM, mike at midnighteng.com wrote: > > Bryan, > I think if you search the list archives, you will find a answer for that > method as it has been discussed before. I even think it is posted on a > website somewhere. I've only found this http://ohnosec.org/pipermail/app_rpt-users/2009-November/000608.html and it does not appear to have a way to do it in the portal. The doc site has nothing about uploading the file on this page http://docs.allstarlink.org/drupal/node/131 Thank you, -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From n3fe at repeater.net Tue Nov 25 19:13:45 2014 From: n3fe at repeater.net (Corey Dean) Date: Tue, 25 Nov 2014 14:13:45 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: <5474CEE6.1030004@bryanfields.net> References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> <5474CEE6.1030004@bryanfields.net> Message-ID: <5916B6A2-B51F-4F83-9A3A-6286BEE59ECA@repeater.net> I think what he is trying to do is put his node number that is in the sounds/rpt/nodenames into a global distribution that doesnt exist. I only know of 3 places that people get these updates kb2ear supports one, the wan system, and I have one that combines the two that also contains private nodes that people have. Is this what you are trying to do? If you want to send me your ulaw or gsm file, you can upload it at http://www.repeater.net/upload/html If you want to download the audio files I have, here is the command to run from your nodes cli rsync -av rsync://www.repeater.net/nodenames/ /var/lib/asterisk/sounds/rpt/nodenames/ I hope this is what you are looking for. I do look at the uploaded files every few days so once I get them and verify them, they are available in the rsync. Sent from my iPhone > On Nov 25, 2014, at 1:48 PM, Bryan Fields wrote: > >> On 11/25/14, 12:54 PM, mike at midnighteng.com wrote: >> >> Bryan, >> I think if you search the list archives, you will find a answer for that >> method as it has been discussed before. I even think it is posted on a >> website somewhere. > > I've only found this > http://ohnosec.org/pipermail/app_rpt-users/2009-November/000608.html > and it does not appear to have a way to do it in the portal. > > The doc site has nothing about uploading the file on this page > http://docs.allstarlink.org/drupal/node/131 > > Thank you, > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 wb3awj at comcast.net Tue Nov 25 19:22:07 2014 From: wb3awj at comcast.net (Robert A. Poff WB3AWJ) Date: Tue, 25 Nov 2014 19:22:07 +0000 (UTC) Subject: [App_rpt-users] custom node announcement? In-Reply-To: <5474CEE6.1030004@bryanfields.net> References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> <5474CEE6.1030004@bryanfields.net> Message-ID: <1191653461.2488677.1416943327573.JavaMail.zimbra@comcast.net> As far as I know there is no distribution of custom node name files via the portal. Put them directly on your server in : /var/lib/asterisk/sounds/rpt/nodenames In GSM or preferably ulaw formats. With the file name being the node number (i.e. file name for node 27784 would be 27784.ulaw) Some time ago KB2EAR had posted an rsync link to his "repository" of node name files. You should be able to find that post in the list archive. -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bryan at bryanfields.net Tue Nov 25 23:08:55 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Tue, 25 Nov 2014 18:08:55 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> <5474CEE6.1030004@bryanfields.net> <1191653461.2488677.1416943327573.JavaMail.zimbra@comcast.net> Message-ID: <54750C07.9040903@bryanfields.net> On 11/25/14, 2:22 PM, Robert A. Poff WB3AWJ wrote: > As far as I know there is no distribution of custom node name files via the > portal. The link I posted from 2009 said there was a way via the web portal. There is this as part of the rc.updatenodelist script as well if [ $downloads -gt 100 ] then downloads=0 sleep 600 # use rsync to update the connect messages $RSYNC -av rsync://allstarlink.org/connect-messages /var/lib/asterisk/sounds/rpt/nodenames break; # Don't dwell on one server, Look for a new server fi There are node name files at rsync://allstarlink.org/connect-messages for some nodes as well If this is not a feature, why is it in the script? > > Some time ago KB2EAR had posted an rsync link to his "repository" of node name > files. > You should be able to find that post in the list archive. Ok, is that different than the rsync://allstarlink.org/connect-messages repository? I'd question which repository is the proper one for the Allstar network. Can anyone see how this can be confusing? -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From bdboyle at bdboyle.com Tue Nov 25 23:57:08 2014 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Tue, 25 Nov 2014 18:57:08 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: <54750C07.9040903@bryanfields.net> References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> <5474CEE6.1030004@bryanfields.net> <1191653461.2488677.1416943327573.JavaMail.zimbra@comcast.net> <54750C07.9040903@bryanfields.net> Message-ID: <7B651309-50A8-4B99-A18C-F87C942B7875@bdboyle.com> > On Nov 25, 2014, at 18:08, Bryan Fields wrote: > >> On 11/25/14, 2:22 PM, Robert A. Poff WB3AWJ wrote: >> As far as I know there is no distribution of custom node name files via the >> portal. > > The link I posted from 2009 said there was a way via the web portal. > It's now almost 2015. The software has advanced a bit, as well as the population using it. And still a volunteer effort. And the documentation, such as it is, really should be read as a starting point, not canonical in many regards. That's what the usefulness of list archive is for. > There is this as part of the rc.updatenodelist script as well > if [ $downloads -gt 100 ] > then > downloads=0 > sleep 600 > # use rsync to update the connect messages > $RSYNC -av rsync://allstarlink.org/connect-messages > /var/lib/asterisk/sounds/rpt/nodenames > break; # Don't dwell on one server, Look for a new server > fi > > There are node name files at rsync://allstarlink.org/connect-messages for some > nodes as well > > If this is not a feature, why is it in the script? Because of 'cruft', limited numbers of people maintaining the core because they have real jobs. if it's not doing what you want, open up vi, delete the lines, save as a new file, and mod the crontab to use your new script. It won't affect the net. Options have been publicized (i use KB2EAR's repository) to work around issues like this, bought the O'Reilly Asterisk tome for more insight, and search voip.net for even more insights. That's the beauty of open source: if something isn't working like you think it should, you can either wait for someone to fix it, fix it yourself, or figure out a workaround. > >> >> Some time ago KB2EAR had posted an rsync link to his "repository" of node name >> files. >> You should be able to find that post in the list archive. > > Ok, is that different than the rsync://allstarlink.org/connect-messages > repository? > Yes > I'd question which repository is the proper one for the Allstar network. > Any one that works for you. > Can anyone see how this can be confusing? > -- No, because it's a cooperative effort that, except for the registration server, is not controlled by any one person and depends on the system operator to manage their own system. From mike at midnighteng.com Wed Nov 26 07:30:25 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Wed, 26 Nov 2014 00:30:25 -0700 Subject: [App_rpt-users] =?utf-8?q?custom_node_announcement=3F?= Message-ID: <20141126003025.71befee5dbd13c5325dd1a521b4e73ee.46ad9cb719.wbe@email06.secureserver.net> Corey, I had never had the desire to try that before but I tested it tonight and I can see the benefit of the short/quick sound files over the prolonged announcement digits. So I made it into a script and sched it for update once a week on late thurs night. That won't task your server will it ? I know the subject has come up several times on the list. Just could not remember exact details. Thanks for your efforts in improving things. If for any reason you find the need to discontinue the great service, let me know. I would host it if needed. Thanks again, ...mike/kb8jnm -------- Original Message -------- Subject: Re: [App_rpt-users] custom node announcement? From: Corey Dean Date: Tue, November 25, 2014 2:13 pm To: Bryan Fields Cc: "mike at midnighteng.com" , APP RPT I think what he is trying to do is put his node number that is in the sounds/rpt/nodenames into a global distribution that doesnt exist. I only know of 3 places that people get these updates kb2ear supports one, the wan system, and I have one that combines the two that also contains private nodes that people have. Is this what you are trying to do? If you want to send me your ulaw or gsm file, you can upload it at http://www.repeater.net/upload/html If you want to download the audio files I have, here is the command to run from your nodes cli rsync -av rsync://www.repeater.net/nodenames/ /var/lib/asterisk/sounds/rpt/nodenames/ I hope this is what you are looking for. I do look at the uploaded files every few days so once I get them and verify them, they are available in the rsync. Sent from my iPhone > On Nov 25, 2014, at 1:48 PM, Bryan Fields wrote: > >> On 11/25/14, 12:54 PM, mike at midnighteng.com wrote: >> >> Bryan, >> I think if you search the list archives, you will find a answer for that >> method as it has been discussed before. I even think it is posted on a >> website somewhere. > > I've only found this > http://ohnosec.org/pipermail/app_rpt-users/2009-November/000608.html > and it does not appear to have a way to do it in the portal. > > The doc site has nothing about uploading the file on this page > http://docs.allstarlink.org/drupal/node/131 > > Thank you, > -- > Bryan Fields > > 727-409-1194 - Voice > 727-214-2508 - Fax > http://bryanfields.net > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 electricity440 at gmail.com Wed Nov 26 18:42:02 2014 From: electricity440 at gmail.com (Skyler F) Date: Wed, 26 Nov 2014 11:42:02 -0700 Subject: [App_rpt-users] How to talk and receive from zoiper Message-ID: I setup zoiper on my mobile device to my node, and it says "ready" and gave me a dial pad. What should I dial to talk on my node? I know the command *99 and # are used for PTT and Key up, but I don't know how to get to the phone area. Thanks Skyler KD?WHB -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Wed Nov 26 18:42:56 2014 From: electricity440 at gmail.com (Skyler F) Date: Wed, 26 Nov 2014 11:42:56 -0700 Subject: [App_rpt-users] How to talk and receive from zoiper In-Reply-To: References: Message-ID: Whatever I type, it says "no route to connection" On Wed, Nov 26, 2014 at 11:42 AM, Skyler F wrote: > I setup zoiper on my mobile device to my node, and it says "ready" and > gave me a dial pad. What should I dial to talk on my node? I know the > command *99 and # are used for PTT and Key up, but I don't know how to get > to the phone area. > > Thanks > Skyler KD?WHB > > -- > Skyler Fennell > amsatnet.info > KD?WHB > electricity440 at gmail.com > -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From n3fe at repeater.net Wed Nov 26 18:58:02 2014 From: n3fe at repeater.net (Corey Dean) Date: Wed, 26 Nov 2014 13:58:02 -0500 Subject: [App_rpt-users] How to talk and receive from zoiper In-Reply-To: References: Message-ID: <71460507-C28E-4195-B4DE-E76754068696@repeater.net> Once it says ready, use the dtmf and enter your node number and then dial. Once connected you should be able to do what you want. Sent from my iPhone > On Nov 26, 2014, at 1:42 PM, Skyler F wrote: > > I setup zoiper on my mobile device to my node, and it says "ready" and gave me a dial pad. What should I dial to talk on my node? I know the command *99 and # are used for PTT and Key up, but I don't know how to get to the phone area. > > Thanks > Skyler KD?WHB > > -- > Skyler Fennell > amsatnet.info > KD?WHB > electricity440 at gmail.com > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit http://ohnosec.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 N1XBM at amsat.org Wed Nov 26 19:30:25 2014 From: N1XBM at amsat.org (Robert Newberry) Date: Wed, 26 Nov 2014 14:30:25 -0500 Subject: [App_rpt-users] How to talk and receive from zoiper In-Reply-To: <71460507-C28E-4195-B4DE-E76754068696@repeater.net> References: <71460507-C28E-4195-B4DE-E76754068696@repeater.net> Message-ID: Have you setup your node for an iax or sip connection yet? -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Wed Nov 26 19:48:08 2014 From: electricity440 at gmail.com (Skyler F) Date: Wed, 26 Nov 2014 12:48:08 -0700 Subject: [App_rpt-users] How to talk and receive from zoiper In-Reply-To: References: <71460507-C28E-4195-B4DE-E76754068696@repeater.net> Message-ID: I guess I forgot to reply to the whole group. Dialing "40764 (my node number)" gives me an "Error #3, no route to destination" Here is my extensions.conf [myiphone] exten=40764,1,rpt(40764|P) ------------------------------------------------------- And here is my iAX.conf file [myiphone] username=myiphone type=friend context=myphone host=dynamic auth=md5 secret= disallow=all allow=ulaw allow=g726aal2 allow=gsm codecpriority=host transfer=no callerid="kd0whb" I am assuming it is ok to put the [myiphone] right before the [general] section. Everything Seems to be working though, becuase it would not even register until I fixed a typo, being one [] said myiphone and one [] said myphone. On Wed, Nov 26, 2014 at 12:40 PM, Skyler F wrote: > Yes, I modified extensions.conf and iax.conf just like it said to here > > http://lists.allstarlink.org/pipermail/app_rpt-users/2014-March/008973.html > > On Wed, Nov 26, 2014 at 12:30 PM, Robert Newberry wrote: > >> Have you setup your node for an iax or sip connection yet? >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 > -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Wed Nov 26 20:12:19 2014 From: electricity440 at gmail.com (Skyler F) Date: Wed, 26 Nov 2014 13:12:19 -0700 Subject: [App_rpt-users] How to talk and receive from zoiper In-Reply-To: References: <71460507-C28E-4195-B4DE-E76754068696@repeater.net> Message-ID: Thanks, that worked! On Wed, Nov 26, 2014 at 12:51 PM, Michael Hebert wrote: > You need to fix your context=myphone to match what is in your > extensions.conf > On Nov 26, 2014 1:48 PM, "Skyler F" wrote: > >> I guess I forgot to reply to the whole group. Dialing "40764 (my node >> number)" gives me an "Error #3, no route to destination" >> >> >> >> Here is my extensions.conf >> >> >> [myiphone] >> exten=40764,1,rpt(40764|P) >> >> >> >> ------------------------------------------------------- >> >> >> And here is my iAX.conf file >> [myiphone] >> username=myiphone >> type=friend >> context=myphone >> host=dynamic >> auth=md5 >> secret= >> disallow=all >> allow=ulaw >> allow=g726aal2 >> allow=gsm >> codecpriority=host >> transfer=no >> callerid="kd0whb" >> >> >> I am assuming it is ok to put the [myiphone] right before the [general] >> section. Everything Seems to be working though, becuase it would not even >> register until I fixed a typo, being one [] said myiphone and one [] said >> myphone. >> >> >> On Wed, Nov 26, 2014 at 12:40 PM, Skyler F >> wrote: >> >>> Yes, I modified extensions.conf and iax.conf just like it said to here >>> >>> >>> http://lists.allstarlink.org/pipermail/app_rpt-users/2014-March/008973.html >>> >>> On Wed, Nov 26, 2014 at 12:30 PM, Robert Newberry >>> wrote: >>> >>>> Have you setup your node for an iax or sip connection yet? >>>> >>>> _______________________________________________ >>>> App_rpt-users mailing list >>>> App_rpt-users at ohnosec.org >>>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >>>> >>>> To unsubscribe from this list please visit >>>> http://ohnosec.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 >>> >> >> >> >> -- >> Skyler Fennell >> amsatnet.info >> KD?WHB >> electricity440 at gmail.com >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> >> To unsubscribe from this list please visit >> http://ohnosec.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 Wed Nov 26 20:15:52 2014 From: Bryan at bryanfields.net (Bryan Fields) Date: Wed, 26 Nov 2014 15:15:52 -0500 Subject: [App_rpt-users] custom node announcement? In-Reply-To: References: <20141125105446.71befee5dbd13c5325dd1a521b4e73ee.f4a61d3d7c.wbe@email06.secureserver.net> <5474CEE6.1030004@bryanfields.net> <1191653461.2488677.1416943327573.JavaMail.zimbra@comcast.net> <54750C07.9040903@bryanfields.net> <7B651309-50A8-4B99-A18C-F87C942B7875@bdboyle.com> Message-ID: <547634F8.5040108@bryanfields.net> On 11/25/14, 6:57 PM, Bryan D. Boyle wrote: >>> The link I posted from 2009 said there was a way via the web portal. >>> > It's now almost 2015. The software has advanced a bit, as well as the > population using it. And still a volunteer effort. And the documentation, > such as it is, really should be read as a starting point, not canonical in > many regards. That's what the usefulness of list archive is for. I'm using the source, and finding that in there is why I'm asking. A search of the archives turned up one post about it from 2009. If the docs and the source aren't accurate, and the list is not authoritative, then what is? >>> If this is not a feature, why is it in the script? > Because of 'cruft', limited numbers of people maintaining the core because > they have real jobs. > > if it's not doing what you want, open up vi, delete the lines, save as a > new file, and mod the crontab to use your new script. It won't affect the > net. I can't change that which I don't control. That's why I'm asking. Apparently that's some kinda offense to people here. > Options have been publicized (i use KB2EAR's repository) to work around > issues like this, bought the O'Reilly Asterisk tome for more insight, and > search voip.net for even more insights. That's the beauty of open source: > if something isn't working like you think it should, you can either wait > for someone to fix it, fix it yourself, or figure out a workaround. This begs the question, why not have it as an official part of the Allstar network, the hooks are there, and certainly someone has rsync setup on allstarlink.org for it. Heck make the other repository the main one in the allstar source tree that everyone builds from. This is what makes Allstar a network vs. app_rpt and linking to others via IAX. >>> I'd question which repository is the proper one for the Allstar >>> network. >>> > Any one that works for you. Well that's an issue. I'm asking the network why we don't have this as a network wide standard. I don't care which one Allstar uses, but lets get everyone using the same one across the network. Hell I'm happy to write up some code and formal docs for it. >>> Can anyone see how this can be confusing? -- > No, because it's a cooperative effort that, except for the registration > server, is not controlled by any one person and depends on the system > operator to manage their own system. I'm asking about the Allstar network standards. There is network standards for audio, authentication, numbers, etc. This certainly would fall under that as well. If you can't see how this is confusing we're failing at marketing Allstar and to a lesser extent app_rpt. -- Bryan Fields 727-409-1194 - Voice 727-214-2508 - Fax http://bryanfields.net From steve at donegan.org Sat Nov 29 14:11:06 2014 From: steve at donegan.org (Steven Donegan) Date: Sat, 29 Nov 2014 14:11:06 +0000 (UTC) Subject: [App_rpt-users] Grandstream HT-503 configuration for FXO/FXS gateway In-Reply-To: <547634F8.5040108@bryanfields.net> References: <547634F8.5040108@bryanfields.net> Message-ID: <440746790.2152506.1417270266676.JavaMail.yahoo@jws106144.mail.bf1.yahoo.com> Has anyone set up a Grandstream HT-503 FXO/FXS gateway with A.C.I.D. ? If so any configuration examples would be greatly appreciated. TIA.?____________ Steven Donegan KK6IVC SSCC/NORC Life Member, Car #86 www.sscc.us -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at midnighteng.com Sat Nov 29 17:30:30 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sat, 29 Nov 2014 10:30:30 -0700 Subject: [App_rpt-users] Event Managment "vars" Query Message-ID: <20141129103030.71befee5dbd13c5325dd1a521b4e73ee.7bad14301d.wbe@email06.secureserver.net> Hoping someone can save me from searching the source code. I'm Building event management apps.... When looking at rpt showvars I see RPT_ALINKS=1,2135TU What is the significance of the "U" after the mode T indicator? What other options might appear there ? Thanks, ...mike/kb8jnm From doug at crompton.com Sat Nov 29 18:24:03 2014 From: doug at crompton.com (Doug Crompton) Date: Sat, 29 Nov 2014 13:24:03 -0500 Subject: [App_rpt-users] Grandstream HT-503 configuration for FXO/FXS gateway In-Reply-To: <440746790.2152506.1417270266676.JavaMail.yahoo@jws106144.mail.bf1.yahoo.com> References: <547634F8.5040108@bryanfields.net>, <440746790.2152506.1417270266676.JavaMail.yahoo@jws106144.mail.bf1.yahoo.com> Message-ID: Steve, I have been using the 503 as my fxo/fxs on my Asterisk PBX system for several years. It works real well. It replaced a Linksys 3000 which gave me nothing but problems for years. I do not have that system connected to my Allstar/Asterisk server which is a different system. I have connected the two systems together though, Asterisk to Asterisk for testing and it does work. You can just follow the procedure to get it running with Asterisk as a sip device for both the fxs and fxo channels and then link it to the radio side. It might be easier if you actually had a sip phone on your local network for testing. I could share my Asterisk PBX setup of the 503 if you like. I have used Asterisk as my home PBX controller for years. The fxs side handles my local analog phones, the rest are digital, and the fxo side routes local calls out over a standard phone line while the others are routed voip. 73 Doug WA3DSP http://www.crompton.com/hamradio Date: Sat, 29 Nov 2014 14:11:06 +0000 From: steve at donegan.org To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Grandstream HT-503 configuration for FXO/FXS gateway Has anyone set up a Grandstream HT-503 FXO/FXS gateway with A.C.I.D. ? If so any configuration examples would be greatly appreciated. TIA. ____________ Steven Donegan KK6IVC SSCC/NORC Life Member, Car #86 www.sscc.us _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.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 ke6pcv at cal-net.org Sat Nov 29 18:24:25 2014 From: ke6pcv at cal-net.org (Marshall Oldham) Date: Sat, 29 Nov 2014 10:24:25 -0800 Subject: [App_rpt-users] AllStarLink Financial Donation Message-ID: <000c01d00c01$b4a558a0$1df009e0$@org> Greetings fellow AllStarLink members, Once again I am reposting this email which is very similar to last year with the hopes that we as the amateur community can step forward and support our hobby, mainly the app_rpt and AllStarLink technology that we all enjoy today. As many of you that are new to app_rpt might NOT know. The creator of app_rpt and the Allstarlink network has never charged or asked for financial support to keep the system going for use in amateur radio. He has never charged users money to be a part of app_rpt or for use of the network, nor has he ever made any profit off of specific hardware sales for the Allstarlink network. Through the years he has put in a great deal of time and dedication along with his exceptional talents to make app_rpt and the Allstarlink network the great VOIP technology that it has become today. No other VOIP technology in the amateur radio community can even compare to the technology, features and capability that is offered for free to anyone wishing to setup a node. Another understated fact is that there are monthly costs associated with keeping things running smoothly for the system. These costs are for server collocation, domain certifications and so on, amounting to roughly $175 per month. Jim pays these monthly fees from donations, but mostly out of his own pocket. It would be nice if we could all pitch in and help him to at the least cover these monthly costs for this coming year? I am proposing that we all donate to this cause via PayPal at the following URL. https://allstarlink.org/ At the top of this webpage just slightly down there is a PayPal donate button. In the spirit and season of giving, let's all try and help out with the financial side, so we can continue to use and enjoy this great technology that we have all come to know and love! I would also like to thank Jim, WB6NIL for all the many hours of work and support that he and others have donated to this hobby so that the amateur community at large can benefit and enjoy the use of his technology on a daily basis for free. 73 Marshall - ke6pcv Node 2065, 2066, 2067, 2068, 29147, 29148, 29149, 29947, 29948, 29949 -------------- next part -------------- An HTML attachment was scrubbed... URL: From eilgni at gmail.com Sat Nov 29 22:17:56 2014 From: eilgni at gmail.com (Eynar Lopez) Date: Sat, 29 Nov 2014 16:17:56 -0600 Subject: [App_rpt-users] Grandstream HT-503 configuration for FXO/FXS gateway In-Reply-To: References: <547634F8.5040108@bryanfields.net> <440746790.2152506.1417270266676.JavaMail.yahoo@jws106144.mail.bf1.yahoo.com> Message-ID: You can use the gateways interoperability guide from Grandstream http://www.grandstream.com/products/gxw_series/gxw410x/documents/gxw410x_interop_asterisk.pdf Just use port=5062 for FXO port. 2014-11-29 12:24 GMT-06:00 Doug Crompton : > Steve, > > I have been using the 503 as my fxo/fxs on my Asterisk PBX system for > several years. It works real well. It replaced a Linksys 3000 which gave me > nothing but problems for years. I do not have that system connected to my > Allstar/Asterisk server which is a different system. I have connected the > two systems together though, Asterisk to Asterisk for testing and it does > work. > > You can just follow the procedure to get it running with Asterisk as a sip > device for both the fxs and fxo channels and then link it to the radio > side. It might be easier if you actually had a sip phone on your local > network for testing. > > I could share my Asterisk PBX setup of the 503 if you like. I have used > Asterisk as my home PBX controller for years. The fxs side handles my local > analog phones, the rest are digital, and the fxo side routes local calls > out over a standard phone line while the others are routed voip. > > > > *73 DougWA3DSPhttp://www.crompton.com/hamradio > * > > > ------------------------------ > Date: Sat, 29 Nov 2014 14:11:06 +0000 > From: steve at donegan.org > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Grandstream HT-503 configuration for FXO/FXS > gateway > > > Has anyone set up a Grandstream HT-503 FXO/FXS gateway with A.C.I.D. ? If > so any configuration examples would be greatly appreciated. TIA. > > ____________ > Steven Donegan > KK6IVC > SSCC/NORC Life Member, Car #86 > www.sscc.us > > > _______________________________________________ App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe > from this list please visit > http://ohnosec.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 ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > To unsubscribe from this list please visit > http://ohnosec.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. > -- Eynar L?pez Garc?a Telf: +505 25342659 M?vil Movistar +505 88979993 M?vil Claro +505 89175807 LFS User # 24349 -------------- next part -------------- An HTML attachment was scrubbed... URL: From sam.nabkey at gmail.com Sun Nov 30 13:46:33 2014 From: sam.nabkey at gmail.com (Sam Nabkey) Date: Sun, 30 Nov 2014 08:46:33 -0500 Subject: [App_rpt-users] Remote Base setup Message-ID: Hello all... I have been working on an agile remote base using an Icom 706. I have seen a lot of posts and read a lot of ideas on using this radio. I first attemped using this under the Beagle Bone but I didn't have any luck. SO I switched to an ACID install that was previously working as a Repeater Node. I first added the remote stuff back to the rpt.conf - and the symptom returned. The only working config has the line 'remote = ic706' commented out. Anyone have any ideas on why the USB interface won't start, or the node would die just because the remote statement was added? I could use some pointers? -- *Samuel T. Nabkey - K8SN* -------------- next part -------------- An HTML attachment was scrubbed... URL: From sam.nabkey at gmail.com Sun Nov 30 15:21:16 2014 From: sam.nabkey at gmail.com (Sam Nabkey) Date: Sun, 30 Nov 2014 10:21:16 -0500 Subject: [App_rpt-users] Remote Base setup In-Reply-To: References: Message-ID: Now wouldn't that be something. . I'll check on that! On Nov 30, 2014 8:46 AM, "Sam Nabkey" wrote: > Hello all... > > I have been working on an agile remote base using an Icom 706. I have > seen a lot of posts and read a lot of ideas on using this radio. > > I first attemped using this under the Beagle Bone but I didn't have any > luck. SO I switched to an ACID install that was previously working as a > Repeater Node. > > I first added the remote stuff back to the rpt.conf - and the symptom > returned. > > The only working config has the line 'remote = ic706' commented out. > > Anyone have any ideas on why the USB interface won't start, or the node > would die just because the remote statement was added? > > I could use some pointers? > > -- > > *Samuel T. Nabkey - K8SN* > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at midnighteng.com Sun Nov 30 16:25:51 2014 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sun, 30 Nov 2014 09:25:51 -0700 Subject: [App_rpt-users] =?utf-8?q?Remote_Base_setup?= Message-ID: <20141130092551.71befee5dbd13c5325dd1a521b4e73ee.0ac5453171.wbe@email06.secureserver.net> An HTML attachment was scrubbed... URL: