From Jim.Kutsch at ky2d.com Mon Feb 1 16:04:40 2016 From: Jim.Kutsch at ky2d.com (Jim Kutsch, KY2D) Date: Mon, 1 Feb 2016 11:04:40 -0500 Subject: [App_rpt-users] DNS issues with Dial In-Reply-To: References: Message-ID: <001001d15d0a$42ac0180$c8040480$@ky2d.com> I had similar issues during boot when I started using Dial on my RPi. I found that Asterisk was starting too quickly before other needed processes had initialized. By putting a "sleep 30" statement in the asterisk start RC script, all issues were solved, even the failure to register Echolink. It appeared that the network hadn't fully initialized before Asterisk was trying to do DNS lookups. In my case, I'm using DHCP on the RPi and the home router forces the same address to it each time. 73, Jim, KY2D, node 2396 -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Mark Johnston Sent: Sunday, January 31, 2016 2:55 AM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] DNS issues with Dial /var/log/asterisk/messages: [Jan 30 23:45:03] NOTICE[675] dnsmgr.c: Managed DNS entries will be refreshed every 300 seconds. [Jan 30 23:45:03] NOTICE[675] cdr.c: CDR simple logging enabled. [Jan 30 23:45:03] NOTICE[675] loader.c: 57 modules will be loaded. [Jan 30 23:45:03] WARNING[675] acl.c: Unable to lookup 'callcentric.com' [Jan 30 23:45:04] WARNING[711] chan_sip.c: No such host: callcentric.com [Jan 30 23:45:04] WARNING[711] chan_sip.c: Probably a DNS error for registration to 1777......101 at callcentric.com, trying REGISTER again (after 60 seconds) [Jan 30 23:45:04] WARNING[675] pbx.c: Unable to register extension '_1.', priority 1 in 'allstar-sys', already in use [Jan 30 23:45:04] NOTICE[696] app_rpt.c: Normal Repeater Init 29626 [Jan 30 23:45:04] NOTICE[696] app_rpt.c: Normal Repeater Init 29627 [Jan 30 23:45:04] NOTICE[696] app_rpt.c: Normal Repeater Init 1001 [Jan 30 23:45:05] WARNING[718] chan_usbradio.c: Loaded parameters from usbradio_tune_usb29627.conf for device usb29627 . [Jan 30 23:45:05] WARNING[715] chan_usbradio.c: Possibly stuck USB read channel. [usb29627] [Jan 30 23:45:05] WARNING[715] chan_usbradio.c: Nope, USB read channel [usb29627] wasn't stuck after all. [Jan 30 23:45:05] NOTICE[716] chan_simpleusb.c: Assigned USB device 4-2:1.0 to simpleusb channel usb29626 [Jan 30 23:45:05] WARNING[716] chan_simpleusb.c: Loaded parameters from simpleusb_tune_usb29626.conf for device usb29626 . [Jan 30 23:45:05] WARNING[719] chan_usbradio.c: Loaded parameters from usbradio_tune_usb1001.conf for device usb1001 . [Jan 30 23:45:05] WARNING[717] chan_usbradio.c: Possibly stuck USB read channel. [usb1001] [Jan 30 23:45:05] WARNING[717] chan_usbradio.c: Nope, USB read channel [usb1001] wasn't stuck after all. Using nslookup - # nslookup callcentric.com Server: 216.228.160.3 Address: 216.228.160.3#53 Non-authoritative answer: Name: callcentric.com Address: 204.11.192.159 Name: callcentric.com Address: 204.11.192.169 Name: callcentric.com Address: 204.11.192.163 Name: callcentric.com Address: 204.11.192.171 Name: callcentric.com Address: 204.11.192.160 Name: callcentric.com Address: 204.11.192.170 Name: callcentric.com Address: 204.11.192.161 If I run asterisk -rx "sip reload" everything is fine with the sip connection - now shows the peer is registered and I can make calls - autopatch asterisk -rx "sip show peers" Name/username Host Dyn Nat ACL Port Status callcentric/1777......101 204.11.192.170 5080 Unmonitored where as before I did the sip reload, it shows the port as 0 Anyone come across this type of issue? I tried disabling the dnsmgr, but did not change anything. 73's Mark KC7DMF _______________________________________________ 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 Mon Feb 1 19:12:52 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 1 Feb 2016 12:12:52 -0700 Subject: [App_rpt-users] Controlling radio with a knob Message-ID: Is there any way to use GPIO to tell a radio with a turning knob which channel to switch to? Want to use a Kenwood TK-805D for a remote base (this is a 16 channel radio), but the problem is that I don't have a way to simulate a knob spin. Does anybody know how these knobs work, and without a mechanical servo how to tell the radio to switch channels? 73 Skyler KD0WHB -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at midnighteng.com Mon Feb 1 20:14:33 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Mon, 1 Feb 2016 15:14:33 -0500 Subject: [App_rpt-users] Controlling radio with a knob In-Reply-To: References: Message-ID: While not familiar with the radio, I would think you can pulse the up/down channel direction control with the GPIO. Good for use in memory mode. That is how the electronic knobs work. And most electronic mic's have the same pulse interface if they allow channel control on them. I think that was the root of your question. You will need to develop in script a way to know what channel you are on perhaps turning it back to ch1 after each use. This would allow you to select a specific channel with scripts with 'xnum' pulses. Did that abt 20 yrs ago with a 10m fm rig on a cat1000. ...mike/kb8jnm > Is there any way to use GPIO to tell a radio with a turning knob which > channel to switch to? > > Want to use a Kenwood TK-805D for a remote base (this is a 16 channel > radio), but the problem is that I don't have a way to simulate a knob spin. > Does anybody know how these knobs work, and without a mechanical servo how > to tell the radio to switch channels? > > 73 > 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. From hb9eyq at gmail.com Tue Feb 2 23:44:02 2016 From: hb9eyq at gmail.com (Larry da Ponte) Date: Wed, 3 Feb 2016 00:44:02 +0100 Subject: [App_rpt-users] Incoming echolink user timeout after twenty seconds Message-ID: On a DIAL AllStar node with EchoLink configured, an incoming Echolink user's transmit is interrupted after twenty seconds on every transmission. A local key-up resets the timer and the remote station's transmission resumes. At the time of disconnect I see this in the verbose asterisk console output every time: -- Playing 'rpt/node' (language 'en') -- Playing 'digits/4' (language 'en') -- Playing 'digits/2' (language 'en') -- Playing 'digits/2' (language 'en') -- Playing 'digits/6' (language 'en') -- Playing 'digits/9' (language 'en') -- Playing 'rpt/timeout' (language 'en') -- Hungup 'DAHDI/pseudo-960886400' We've been unable to locate the setting (if there is one) that would cause DAHDI to play rpt/timeout. Where should we be looking? Thanks Larry HB9EYQ -------------- next part -------------- An HTML attachment was scrubbed... URL: From n5zua at earthlink.net Tue Feb 2 23:47:33 2016 From: n5zua at earthlink.net (Steve Agee) Date: Tue, 2 Feb 2016 17:47:33 -0600 Subject: [App_rpt-users] Incoming echolink user timeout after twenty seconds In-Reply-To: References: Message-ID: <56B14015.2060206@earthlink.net> In your /etc/asterisk/rpt.conf file the line that reads .... totime=450000 ; transmit time-out time (in ms) (optional) N5ZUA On 2/2/2016 5:44 PM, Larry da Ponte wrote: > On a DIAL AllStar node with EchoLink configured, an incoming Echolink > user's transmit is interrupted after twenty seconds on every > transmission. A local key-up resets the timer and the remote > station's transmission resumes. At the time of disconnect I see this > in the verbose asterisk console output every time: > > -- Playing 'rpt/node' (language 'en') > -- Playing 'digits/4' (language 'en') > -- Playing 'digits/2' (language 'en') > -- Playing 'digits/2' (language 'en') > -- Playing 'digits/6' (language 'en') > -- Playing 'digits/9' (language 'en') > -- Playing 'rpt/timeout' (language 'en') > -- Hungup 'DAHDI/pseudo-960886400' > > We've been unable to locate the setting (if there is one) that would > cause DAHDI to play rpt/timeout. > Where should we be looking? > > Thanks > > Larry > HB9EYQ > > > > _______________________________________________ > 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 Feb 3 00:44:11 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Tue, 2 Feb 2016 19:44:11 -0500 Subject: [App_rpt-users] Incoming echolink user timeout after twenty seconds In-Reply-To: References: Message-ID: <29de94083f86f26f38f58cca90b8174e.squirrel@webmail.midnighteng.com> I think you would be looking for the remote activity timer because as you said is someone keys up on radio side, the timer resets. One or more of these settings in rpt.conf might help. lnkactenable=0 <<<< I believe this would turn "inactivity timer" off. remote_inact_timeout=1800 <<<<<<<<<<< 30m I think remote_timeout=3600 lnkacttimerwarn=30 Double check those in the manual. But that's how I remember it. ...mike/kb8jnm > On a DIAL AllStar node with EchoLink configured, an incoming Echolink > user's transmit is interrupted after twenty seconds on every transmission. > A local key-up resets the timer and the remote station's transmission > resumes. At the time of disconnect I see this in the verbose asterisk > console output every time: > > -- Playing 'rpt/node' (language 'en') > -- Playing 'digits/4' (language 'en') > -- Playing 'digits/2' (language 'en') > -- Playing 'digits/2' (language 'en') > -- Playing 'digits/6' (language 'en') > -- Playing 'digits/9' (language 'en') > -- Playing 'rpt/timeout' (language 'en') > -- Hungup 'DAHDI/pseudo-960886400' > > We've been unable to locate the setting (if there is one) that would cause > DAHDI to play rpt/timeout. > Where should we be looking? > > Thanks > > Larry > HB9EYQ > _______________________________________________ > 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 kb9mwr at yahoo.com Wed Feb 3 03:19:29 2016 From: kb9mwr at yahoo.com (Steve) Date: Wed, 3 Feb 2016 03:19:29 +0000 (UTC) Subject: [App_rpt-users] Controlling radio with a knob References: <1301969888.829826.1454469569358.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1301969888.829826.1454469569358.JavaMail.yahoo@mail.yahoo.com> That depends on a number of things. Unless you are planning on just emulating pulses for the microphone up down buttons. If the radio supports some sort of remote tuning (CAT / CIV etc) then it can be addressed digitally though that port. There is an excellent open source (Ham Radio Control Libraries) called hamlib that supports a number of radios that have native remote tuning support. As for the remote knob, you'd likely want a digital(coded) rotary switch. Know that you know what the knob is called you can research how it translates its position to a digitally coded word that could easily be read in to GPIO/etc. On the other end you'd need to take that word and convert it back to a properly formatted CIV/CAT command, or series of microphone up down puleses. etc. Another possibility that is not as well documented for radio that don't support native CIV/CAT tuning is to look into how the Swedish Remote Rig intercepts and emulates TTL signaling on radios that have remote mounting. I have always admired the somewhat pricey thing and have been meaning to try and serial sniff my own radio to possibly create my own. The ARRL has an okay book sort of on this topic called "Remote Operating for Amateur Radio" While its not real technical, you'd lkely pick up a few things from it. I Hopefully this gives you a good starting place for things to further read up on. Good luck. I do believe this is an area of the hobby that needs more attention (with restrictive antenna ordinances for many), so please consider sharing anything you discover. 73 Steve, KB9MWR > Is there any way to use GPIO to tell a radio with a turning knob which > channel to switch to? > > Want to use a Kenwood TK-805D for a remote base (this is a 16 channel > radio), but the problem is that I don't have a way to simulate a knob spin. > Does anybody know how these knobs work, and without a mechanical servo how > to tell the radio to switch channels? > > 73 > Skyler KD0WHB From k6kya at hokeynet.net Wed Feb 3 04:06:49 2016 From: k6kya at hokeynet.net (Steve Passmore) Date: Tue, 2 Feb 2016 20:06:49 -0800 Subject: [App_rpt-users] Controlling radio with a knob In-Reply-To: <1301969888.829826.1454469569358.JavaMail.yahoo@mail.yahoo.com> References: <1301969888.829826.1454469569358.JavaMail.yahoo.ref@mail.yahoo.com> <1301969888.829826.1454469569358.JavaMail.yahoo@mail.yahoo.com> Message-ID: I did a quick google search and it appears that radio uses a rotary encoder. Does not have microphone buttons and I'm sure doesn't support cat protocols. You should be able to emulate the rotary encoder. Do a Google search of it. There are examples of doing it with an arduino which should be about the same. The hard part might be determining what channel you are on unless you're lucky and the channels don't roll over to the first when you reach the end of the list Steve On Feb 2, 2016 7:22 PM, "Steve" wrote: > That depends on a number of things. Unless you are planning on just > emulating pulses for the microphone up down buttons. > > If the radio supports some sort of remote tuning (CAT / CIV etc) then it > can be addressed digitally though that port. > > There is an excellent open source (Ham Radio Control Libraries) called > hamlib that supports a number of radios that have native remote tuning > support. > > As for the remote knob, you'd likely want a digital(coded) rotary switch. > > Know that you know what the knob is called you can research how it > translates its position to a digitally coded word that could easily be read > in to GPIO/etc. On the other end you'd need to take that word and convert > it back to a properly formatted CIV/CAT command, or series of microphone up > down puleses. etc. > > Another possibility that is not as well documented for radio that don't > support native CIV/CAT tuning is to look into how the Swedish Remote Rig > intercepts and emulates TTL signaling on radios that have remote mounting. > I have always admired the somewhat pricey thing and have been meaning to > try and serial sniff my own radio to possibly create my own. > > The ARRL has an okay book sort of on this topic called "Remote Operating > for Amateur Radio" While its not real technical, you'd lkely pick up a few > things from it. I > > Hopefully this gives you a good starting place for things to further read > up on. Good luck. I do believe this is an area of the hobby that needs > more attention (with restrictive antenna ordinances for many), so please > consider sharing anything you discover. > > 73 > Steve, KB9MWR > > > Is there any way to use GPIO to tell a radio with a turning knob which > > channel to switch to? > > > > Want to use a Kenwood TK-805D for a remote base (this is a 16 channel > > radio), but the problem is that I don't have a way to simulate a knob > spin. > > Does anybody know how these knobs work, and without a mechanical servo > how > > to tell the radio to switch channels? > > > > 73 > > 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 electricity440 at gmail.com Wed Feb 3 05:07:32 2016 From: electricity440 at gmail.com (Skyler F) Date: Tue, 2 Feb 2016 22:07:32 -0700 Subject: [App_rpt-users] Controlling radio with a knob In-Reply-To: References: <1301969888.829826.1454469569358.JavaMail.yahoo.ref@mail.yahoo.com> <1301969888.829826.1454469569358.JavaMail.yahoo@mail.yahoo.com> Message-ID: Thanks Steve, First, this radio does not roll when the channel hits 1. So I could essentially reset the value to channel 1 every time I want to change channel. Second, even if it did roll back to channel 16 after it pased below 1, I don't see why that would be a problem. I am sure there will be error sometimes, but for my application, I will mainly be remoting to repeaters anyway, and I will immediately know if I have the wrong repeater by the courtesy tone and ID. This is my idea: 1. Store a file in the hard drive containing the current channel. 2. Set a remote DTMF code for each channel (or one code to increase and one code to decrease) 3. Skip to the certain channel based on the current value and the DTMF code parameters 4. Save the current value again. As long as the current value is saved, even a power outage should keep the radio synced up with the computer. That works unless: The radio resets to channel 1 on power restart. In this case, I would just set another GPIO pin to reboot the radio and then I would always know what channel one is. Any comments? I am assuming the error would be extremely low as long as the script just slowly cycles through the chanels and proper RF filtering measures are taking. By the way, can someone give me a list of good VHF/UHF radios with many channels where AllStar could digitally control the frequency through a data port? On Tue, Feb 2, 2016 at 9:06 PM, Steve Passmore wrote: > I did a quick google search and it appears that radio uses a rotary > encoder. Does not have microphone buttons and I'm sure doesn't support cat > protocols. > > You should be able to emulate the rotary encoder. Do a Google search of > it. There are examples of doing it with an arduino which should be about > the same. The hard part might be determining what channel you are on > unless you're lucky and the channels don't roll over to the first when you > reach the end of the list > > Steve > On Feb 2, 2016 7:22 PM, "Steve" wrote: > >> That depends on a number of things. Unless you are planning on just >> emulating pulses for the microphone up down buttons. >> >> If the radio supports some sort of remote tuning (CAT / CIV etc) then it >> can be addressed digitally though that port. >> >> There is an excellent open source (Ham Radio Control Libraries) called >> hamlib that supports a number of radios that have native remote tuning >> support. >> >> As for the remote knob, you'd likely want a digital(coded) rotary switch. >> >> Know that you know what the knob is called you can research how it >> translates its position to a digitally coded word that could easily be read >> in to GPIO/etc. On the other end you'd need to take that word and convert >> it back to a properly formatted CIV/CAT command, or series of microphone up >> down puleses. etc. >> >> Another possibility that is not as well documented for radio that don't >> support native CIV/CAT tuning is to look into how the Swedish Remote Rig >> intercepts and emulates TTL signaling on radios that have remote mounting. >> I have always admired the somewhat pricey thing and have been meaning to >> try and serial sniff my own radio to possibly create my own. >> >> The ARRL has an okay book sort of on this topic called "Remote Operating >> for Amateur Radio" While its not real technical, you'd lkely pick up a few >> things from it. I >> >> Hopefully this gives you a good starting place for things to further >> read up on. Good luck. I do believe this is an area of the hobby that >> needs more attention (with restrictive antenna ordinances for many), so >> please consider sharing anything you discover. >> >> 73 >> Steve, KB9MWR >> >> > Is there any way to use GPIO to tell a radio with a turning knob which >> > channel to switch to? >> > >> > Want to use a Kenwood TK-805D for a remote base (this is a 16 channel >> > radio), but the problem is that I don't have a way to simulate a knob >> spin. >> > Does anybody know how these knobs work, and without a mechanical servo >> how >> > to tell the radio to switch channels? >> > >> > 73 >> > 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. >> > > _______________________________________________ > 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 tower.diva at gmail.com Wed Feb 3 05:19:56 2016 From: tower.diva at gmail.com (Tower DIVA) Date: Tue, 2 Feb 2016 22:19:56 -0700 Subject: [App_rpt-users] Domain setup failure Message-ID: Have RPi setup and can SSH into and work on it. It will not ping any domains. I can ping IP's all day long, but if I try to ping yahoo.com, or register.allstarlink.org, or google.com I get unknown host. On the all node list the node is green boxed but the online list shows it as offline. help? I am pulling hair out here. Keri -------------- next part -------------- An HTML attachment was scrubbed... URL: From markjohnston73 at gmail.com Wed Feb 3 05:31:31 2016 From: markjohnston73 at gmail.com (Mark Johnston) Date: Tue, 2 Feb 2016 21:31:31 -0800 Subject: [App_rpt-users] Domain setup failure In-Reply-To: References: Message-ID: try this: cat /etc/resolv.conf what do you get? Any name servers listed? If not are you using DHCP to assign the IP to the Pi or static? "Got Root?" How many software engineers does it take to change a light bulb? None. It's a hardware problem. Unix is user friendly. It's just very particular about who it's friends are. WINDOWS: Will Install Needless Data On Whole System MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools Teenagers. A ntennas P oorly P laced L acks E ngineering The best way to accelerate a computer running Windows is at 9.81 m/s?. "I get paid to support Windows, I use Linux to get work done." On Tue, Feb 2, 2016 at 9:19 PM, Tower DIVA wrote: > Have RPi setup and can SSH into and work on it. It will not ping any > domains. I can ping IP's all day long, but if I try to ping yahoo.com, or > register.allstarlink.org, or google.com I get unknown host. On the all node > list the node is green boxed but the online list shows it as offline. > help? I am pulling hair out here. > Keri > > _______________________________________________ > 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 kb9mwr at yahoo.com Wed Feb 3 05:33:52 2016 From: kb9mwr at yahoo.com (Steve) Date: Wed, 3 Feb 2016 05:33:52 +0000 (UTC) Subject: [App_rpt-users] Controlling radio with a knob References: <1640228.904201.1454477632847.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1640228.904201.1454477632847.JavaMail.yahoo@mail.yahoo.com> I found this for supported radios: http://ohnosec.org/drupal/node/33 And for the guy who can't ping by name, but can by IP check your /etc/resolve.conf file From kk6ecm at gmail.com Wed Feb 3 12:48:00 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Wed, 3 Feb 2016 04:48:00 -0800 Subject: [App_rpt-users] Domain setup failure In-Reply-To: References: Message-ID: What is the setup script and path that is used to set this up initially? Thanks, Bob kk6ecm Sent from iPad > On Feb 2, 2016, at 9:31 PM, Mark Johnston wrote: > > try this: cat /etc/resolv.conf > > what do you get? Any name servers listed? If not are you using DHCP to > assign the IP to the Pi or static? > > "Got Root?" > > How many software engineers does it take to change a light bulb? > None. It's a hardware problem. > > > Unix is user friendly. It's just very particular about who it's friends are. > WINDOWS: Will Install Needless Data On Whole System > MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools Teenagers. > > > A ntennas > P oorly > P laced > L acks > E ngineering > > The best way to accelerate a computer running Windows is at 9.81 m/s?. > > "I get paid to support Windows, I use Linux to get work done." > > > >> On Tue, Feb 2, 2016 at 9:19 PM, Tower DIVA wrote: >> Have RPi setup and can SSH into and work on it. It will not ping any >> domains. I can ping IP's all day long, but if I try to ping yahoo.com, or >> register.allstarlink.org, or google.com I get unknown host. On the all node >> list the node is green boxed but the online list shows it as offline. >> help? I am pulling hair out here. >> Keri >> >> _______________________________________________ >> 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 szingman at msgstor.com Wed Feb 3 13:15:33 2016 From: szingman at msgstor.com (Steve Zingman) Date: Wed, 3 Feb 2016 08:15:33 -0500 Subject: [App_rpt-users] Domain setup failure In-Reply-To: References: Message-ID: <56B1FD75.1030600@msgstor.com> On 2/3/2016 7:48 AM, kk6ecm wrote: > What is the setup script and path that is used to set this up initially? > > Thanks, > Bob > kk6ecm > > Sent from iPad > > >> On Feb 2, 2016, at 9:31 PM, Mark Johnston wrote: >> >> try this: cat /etc/resolv.conf >> >> what do you get? Any name servers listed? If not are you using DHCP to >> assign the IP to the Pi or static? >> >> "Got Root?" >> >> How many software engineers does it take to change a light bulb? >> None. It's a hardware problem. >> >> >> Unix is user friendly. It's just very particular about who it's friends are. >> WINDOWS: Will Install Needless Data On Whole System >> MICROSOFT: Most Intelligent Customers Realize Our Software Only Fools Teenagers. >> >> >> A ntennas >> P oorly >> P laced >> L acks >> E ngineering >> >> The best way to accelerate a computer running Windows is at 9.81 m/s?. >> >> "I get paid to support Windows, I use Linux to get work done." >> >> >> >>> On Tue, Feb 2, 2016 at 9:19 PM, Tower DIVA wrote: >>> Have RPi setup and can SSH into and work on it. It will not ping any >>> domains. I can ping IP's all day long, but if I try to ping yahoo.com, or >>> register.allstarlink.org, or google.com I get unknown host. On the all node >>> list the node is green boxed but the online list shows it as offline. >>> help? I am pulling hair out here. >>> Keri >>> >>> _______________________________________________ >>> 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. From kilo7alphazulu at verizon.net Wed Feb 3 16:53:30 2016 From: kilo7alphazulu at verizon.net (Chris HIll/K7AZ) Date: Wed, 03 Feb 2016 08:53:30 -0800 Subject: [App_rpt-users] App_rpt-users Digest, Vol 83, Issue 43 Message-ID: Would removing R67 in the RTCM help? Sent from my dumb-smart DROID... 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: Garmin GPS18x no longer compatible with RTCM (Joe Bennett) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Thu, 28 Jan 2016 20:01:20 -0600 >From: Joe Bennett >To: app_rpt-users at ohnosec.org >Subject: Re: [App_rpt-users] Garmin GPS18x no longer compatible with > RTCM >Message-ID: > >Content-Type: text/plain; charset=UTF-8 > >I really doubt that a level converter will add enough timing skew to >amount to anything. The jitter you see on the internet will greatly >outweigh the skew of a level converter by orders of magnitude... > > >-Joe >KA3NAM > >On Tue, Jan 26, 2016 at 1:44 PM, James Cizek wrote: >> Hi folks, >> >> Wanted to get this out to you before anyone else bought one thinking they >> would work (since this model is specifically called out in the RTCM docs). >> >> When using a GPS with a Micro-node RTCM for voting, you need to find one >> that has a 5 volt Pulse-per-second output. The Garmin lines that is >> recommended (GPS 18X, 18X lvc, etc...) >> NO LONGER do this! >> >> This is what I got back from Garmin: >> >> Mr. Cizek, >> >> >> >> I was just told there was a design change with the GPS 18x LVC. The PPS >> signal voltage is now 3V. This was something we were not told until today. >> We will be making the changes to the online Technical Specifications to >> reflect this change. >> >> I do apologize for the inconvenience. This was a change we were not informed >> of. >> >> >> So this line of GPS's will *NOT* work with an RTCM any longer. Talking to >> Mark at Micro-node, there is a voltage divider in the RTCM dropping the 5 >> volt to 3.3 volt to be compatible with the CPU. With only 3 volts on the >> incoming line, there isn't enough making it to the CPU to trigger a state >> change and you will get "PPS Timeout" errors and be unable to achieve GPS >> lock. >> >> >> I am not sure what kind of timing skew a level converter would introduce, so >> it's probably a better bet to just get a GPS that has a 5 volt line (Trimble >> Thunderbolt or the similar). >> >> >> There may be a possibility of removing or modifying the voltage divider >> inside as well, but without schematics, and unless you have SMD capable >> gear, it's unlikely that that is a good solution. >> >> >> Just wanted to let folks know so they don't repeat the brain damage I just >> went through figuring this out :) >> >> >> 73 >> >> James >> >> KI0KN >> >> >> >> >> _______________________________________________ >> 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 > > >End of App_rpt-users Digest, Vol 83, Issue 43 >********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From sp2ong at wp.pl Thu Feb 4 10:47:12 2016 From: sp2ong at wp.pl (Waldek) Date: Thu, 04 Feb 2016 11:47:12 +0100 Subject: [App_rpt-users] app_rpt and asterisk 13.x Message-ID: <56b32c30b338e7.46288984@wp.pl> Hi, I have use in our HamNET network Asterisk for VoIP version 13.7. I have question. It is possible or exist any patch or description how to add module app_rpt to asterisk v13.x ? 73 Waldek SP2ONG From petem001 at hotmail.com Sat Feb 6 00:32:48 2016 From: petem001 at hotmail.com (pete M) Date: Fri, 5 Feb 2016 19:32:48 -0500 Subject: [App_rpt-users] app_rpt and asterisk 13.x In-Reply-To: <56b32c30b338e7.46288984@wp.pl> References: <56b32c30b338e7.46288984@wp.pl> Message-ID: Did Waldek broke the list when he spoke about Asterisk 13.x or is every one is on there computer testing if it works? Did not see a single since more then 36 hour! Sent from my iPad > On Feb 4, 2016, at 5:47 AM, Waldek wrote: > > > Hi, > > I have use in our HamNET network Asterisk for VoIP version 13.7. I have question. It is possible or exist any patch or > description how to add module app_rpt to asterisk v13.x ? > > > 73 Waldek SP2ONG > > > > > _______________________________________________ > 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 petem001 at hotmail.com Sat Feb 6 00:34:10 2016 From: petem001 at hotmail.com (pete M) Date: Fri, 5 Feb 2016 19:34:10 -0500 Subject: [App_rpt-users] app_rpt and asterisk 13.x In-Reply-To: References: <56b32c30b338e7.46288984@wp.pl> Message-ID: I should proof read before pressing send ;-) Sent from my iPad > On Feb 5, 2016, at 7:32 PM, pete M wrote: > > Did Waldek broke the list when he spoke about Asterisk 13.x or is every one is on there computer testing if it works? Did not see a single since more then 36 hour! > > Sent from my iPad > >> On Feb 4, 2016, at 5:47 AM, Waldek wrote: >> >> >> Hi, >> >> I have use in our HamNET network Asterisk for VoIP version 13.7. I have question. It is possible or exist any patch or >> description how to add module app_rpt to asterisk v13.x ? >> >> >> 73 Waldek SP2ONG >> >> >> >> >> _______________________________________________ >> 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 lorentedford at gmail.com Sat Feb 6 00:39:30 2016 From: lorentedford at gmail.com (Loren Tedford) Date: Fri, 5 Feb 2016 18:39:30 -0600 Subject: [App_rpt-users] app_rpt and asterisk 13.x In-Reply-To: References: <56b32c30b338e7.46288984@wp.pl> Message-ID: I looked at your email and remember clearly that we have been sticking with this asterisk version for quite awhile.. I imagine to properly update what ever thats required for allstar to work properly has to probably be completely re written to work with the newer versions of asterisk.. I am no expert in the programming field and I only have a general idea on whats going on in Asterisk but I can see alot of hard work needing to be done to port this project to the latest version of asterisk.. Loren Tedford (KC9ZHV) Email: lorentedford at gmail.com Main Line:1-631-686-8878 Option 1 for Loren. Fax Line 1:1-618-551-2755 http://www.lorentedford.com http://www.kc9zhv.com http://forum.kc9zhv.com http://hub.kc9zhv.com http://www.newwavesucks.com http://forum.newwavesucks.com On Fri, Feb 5, 2016 at 6:32 PM, pete M wrote: > Did Waldek broke the list when he spoke about Asterisk 13.x or is every > one is on there computer testing if it works? Did not see a single since > more then 36 hour! > > Sent from my iPad > > > On Feb 4, 2016, at 5:47 AM, Waldek wrote: > > > > > > Hi, > > > > I have use in our HamNET network Asterisk for VoIP version 13.7. I have > question. It is possible or exist any patch or > > description how to add module app_rpt to asterisk v13.x ? > > > > > > 73 Waldek SP2ONG > > > > > > > > > > _______________________________________________ > > 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 ea8ee1 at gmail.com Sat Feb 6 08:28:54 2016 From: ea8ee1 at gmail.com (ea8ee) Date: Sat, 6 Feb 2016 08:28:54 +0000 Subject: [App_rpt-users] echolink index servers Message-ID: for days I see that the echolink connects to the index of echolink but after a few minutes off from windows've tried and it works perfectly -- Enviado desde EA8EE red movil -------------- next part -------------- An HTML attachment was scrubbed... URL: From kg7qin at arrl.net Sat Feb 6 20:18:15 2016 From: kg7qin at arrl.net (Stacy) Date: Sat, 6 Feb 2016 12:18:15 -0800 Subject: [App_rpt-users] app_rpt and asterisk 13.x In-Reply-To: References: <56b32c30b338e7.46288984@wp.pl> Message-ID: <56B65507.5040400@arrl.net> No, He didn't break it. I replied to him directly that I was working on a port to 1.8 and got most of it "working". Problem is, with 1.6 onwards, they change a key feature of asterisk that app_rpt requires. Without an ugly hack to the base system, it won't work. Plus, there are a lot of changes to how certain calls to asterisk are made, variables, etc. My goal was to port it 100% to 1.8 then to 13, but then life happened. I plan on getting back to it when I have a chance. 73 Stacy KG7QIN On 02/05/2016 04:39 PM, Loren Tedford wrote: > I looked at your email and remember clearly that we have been sticking > with this asterisk version for quite awhile.. I imagine to properly > update what ever thats required for allstar to work properly has to > probably be completely re written to work with the newer versions of > asterisk.. I am no expert in the programming field and I only have a > general idea on whats going on in Asterisk but I can see alot of hard > work needing to be done to port this project to the latest version of > asterisk.. > > > Loren Tedford (KC9ZHV) > Email: lorentedford at gmail.com > Main Line:1-631-686-8878 Option 1 for Loren. > Fax Line 1:1-618-551-2755 > http://www.lorentedford.com > http://www.kc9zhv.com > http://forum.kc9zhv.com > http://hub.kc9zhv.com > http://www.newwavesucks.com > http://forum.newwavesucks.com > > On Fri, Feb 5, 2016 at 6:32 PM, pete M > wrote: > > Did Waldek broke the list when he spoke about Asterisk 13.x or is > every one is on there computer testing if it works? Did not see a > single since more then 36 hour! > > Sent from my iPad > > > On Feb 4, 2016, at 5:47 AM, Waldek > wrote: > > > > > > Hi, > > > > I have use in our HamNET network Asterisk for VoIP version 13.7. > I have question. It is possible or exist any patch or > > description how to add module app_rpt to asterisk v13.x ? > > > > > > 73 Waldek SP2ONG > > > > > > > > > > _______________________________________________ > > 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 Ramesh at va3uv.com Sun Feb 7 17:04:42 2016 From: Ramesh at va3uv.com (Ramesh Dhami (VA3UV)) Date: Sun, 7 Feb 2016 12:04:42 -0500 Subject: [App_rpt-users] OT: Looking for a UK VoIP Provider for inexpensive calls to UK Mobile #'s Message-ID: <56B7792A.1000204@va3uv.com> Hi All: I realize this is off-topic... but we have a huge knowledge base here that I would like to tap into. I need to setup a VoIP gateway (could be UK based or anywhere for that matter) that will allow me to make calls to UK mobile #'s inexpensively. Right now, my current provider is charging $0.30 - $0.40 US per minute. Surely there must be cheaper providers? I can setup an AST box in the UK if needed. I need to set this up urgently as I have a family emergency in the UK and will be flying out on Tuesday. Thanks! Ramesh, VA3UV From szingman at msgstor.com Sun Feb 7 18:12:29 2016 From: szingman at msgstor.com (Steve Zingman) Date: Sun, 7 Feb 2016 13:12:29 -0500 Subject: [App_rpt-users] DMRGateway 2Way now in beta test. Message-ID: <56B7890D.4030302@msgstor.com> Starting today 2/7/2015 we have enabled 2 way communication between DMR and AllStar. We are running DMRGateway and ambe_audio on ASL Hub node 2100. This is using a NW Digital USB DV3000. All software is running on 2100. Node 2100 ASL is bridged to the Sandbox Master run by Cort, N0MJS and the K0USY Group. This master is for the purpose of experimentation. We are bridged to TS2 TG3120. For INAD, 73 Steve N4IRS and Mike N4IRR -- "It just works" From dropbox at digitalattack.org Mon Feb 8 18:07:15 2016 From: dropbox at digitalattack.org (dropbox@digitalattack.org dropbox@digitalattack.org) Date: Mon, 8 Feb 2016 13:07:15 -0500 (EST) Subject: [App_rpt-users] missed **** rx un-key Message-ID: <1814154386.120725.1454954835219.JavaMail.open-xchange@app1.ox.privateemail.com> hardware: raspberry pi 2b with uri problem: raspberry pi 2b not seeing **** rx un-key if ptt released too quickly after final dtmf digit. I can repeat the issue by connecting to a node then: push ptt,*,7,1,release ptt. if i pause before releasing ptt then all is fine. if i release ptt immediately or same time as last dtmf digit then **** rx un-key is missed. i verified COD and did see the signal go from hi to low to the uri and didnt see the **** rx un-key in app rpt debug level 7. any suggestions? thanks, Gregory, KK6DOI From w4zzkjosh at gmail.com Mon Feb 8 18:07:45 2016 From: w4zzkjosh at gmail.com (Josh W4ZZK) Date: Mon, 8 Feb 2016 12:07:45 -0600 Subject: [App_rpt-users] Asterisk Not in Debian ISO? Message-ID: Greetings Just getting started with Allstar... new user.... I have the DIAL installation completed (appears to be) but it seems that Asterisk has not made it into any directory on my machine. I understand there was supposed to be a popup to login to root, or something along that lie. Forgive me because I'm not in front of that box. Any advice? FYI the ISO I used is the one from AllStarLink site. I could have missed an important step somewhere. If so, forgive me for clogging the thread. Thanks for any advice 73 Josh W4ZZK NW Alabama -------------- next part -------------- An HTML attachment was scrubbed... URL: From kk6ecm at gmail.com Mon Feb 8 18:40:35 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Mon, 8 Feb 2016 10:40:35 -0800 Subject: [App_rpt-users] Asterisk Not in Debian ISO? In-Reply-To: References: Message-ID: <96361785-EA5D-4C32-831D-DDDEA7B52791@gmail.com> I had the same issue... It seems it was not finished with the install. It can take awhile. Thanks, Bob Kk6ecm Sent from my iPhone > On Feb 8, 2016, at 10:07 AM, Josh W4ZZK wrote: > > Greetings > > Just getting started with Allstar... new user.... I have the DIAL installation completed (appears to be) but it seems that Asterisk has not made it into any directory on my machine. I understand there was supposed to be a popup to login to root, or something along that lie. Forgive me because I'm not in front of that box. > > Any advice? > > FYI the ISO I used is the one from AllStarLink site. I could have missed an important step somewhere. If so, forgive me for clogging the thread. > > Thanks for any advice > 73 > Josh W4ZZK > NW Alabama > _______________________________________________ > 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 luvencl8 at gmail.com Mon Feb 8 23:16:21 2016 From: luvencl8 at gmail.com (Lu V) Date: Mon, 8 Feb 2016 18:16:21 -0500 Subject: [App_rpt-users] missed **** rx un-key In-Reply-To: <1814154386.120725.1454954835219.JavaMail.open-xchange@app1.ox.privateemail.com> References: <1814154386.120725.1454954835219.JavaMail.open-xchange@app1.ox.privateemail.com> Message-ID: Actually this has been a long time issue on all platforms that would happen from time to time. In fact it would send the push to talk to the entire network of connected nodes. And what you described is exactly the workaround. Lu Vencl KA4EPS > On Feb 8, 2016, at 13:07, dropbox at digitalattack.org dropbox at digitalattack.org wrote: > > hardware: raspberry pi 2b with uri > > problem: raspberry pi 2b not seeing **** rx un-key if ptt released too quickly > after final dtmf digit. I can repeat the issue by connecting to a node then: > push ptt,*,7,1,release ptt. if i pause before releasing ptt > then all is fine. if i release ptt immediately or same time as last dtmf digit > then **** rx un-key is missed. i verified COD and did see the signal go from hi > to low to the uri and didnt see the **** rx un-key in app rpt debug level 7. > > any suggestions? > > thanks, Gregory, KK6DOI > _______________________________________________ > 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 w4zzkjosh at gmail.com Mon Feb 8 23:37:42 2016 From: w4zzkjosh at gmail.com (Josh W4ZZK) Date: Mon, 8 Feb 2016 17:37:42 -0600 Subject: [App_rpt-users] Asterisk Not in Debian ISO? In-Reply-To: <96361785-EA5D-4C32-831D-DDDEA7B52791@gmail.com> References: <96361785-EA5D-4C32-831D-DDDEA7B52791@gmail.com> Message-ID: Turns out that the wrong selection in the very beginning of the install was selected. All good now. Thanks for the help, Gentlemen. 73 Josh W4ZZK NW AL On Mon, Feb 8, 2016 at 12:40 PM, kk6ecm wrote: > I had the same issue... It seems it was not finished with the install. It > can take awhile. > > Thanks, > Bob > Kk6ecm > > Sent from my iPhone > > > On Feb 8, 2016, at 10:07 AM, Josh W4ZZK wrote: > > > > Greetings > > > > Just getting started with Allstar... new user.... I have the DIAL > installation completed (appears to be) but it seems that Asterisk has not > made it into any directory on my machine. I understand there was supposed > to be a popup to login to root, or something along that lie. Forgive me > because I'm not in front of that box. > > > > Any advice? > > > > FYI the ISO I used is the one from AllStarLink site. I could have missed > an important step somewhere. If so, forgive me for clogging the thread. > > > > Thanks for any advice > > 73 > > Josh W4ZZK > > NW Alabama > > _______________________________________________ > > 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 w4zzkjosh at gmail.com Tue Feb 9 12:22:38 2016 From: w4zzkjosh at gmail.com (Josh W4ZZK) Date: Tue, 9 Feb 2016 06:22:38 -0600 Subject: [App_rpt-users] Sound Possibility? Message-ID: Again, forgive me. New to this... I have ordered a couple of CM-108 USB FOBs for the AllStar Project. I am curious... with the ability to do some script editing to use a PC's LPT Printer Port as a "GPIO" for COR, PTT, etc., could the Integrated Sound Card on the Mobo (which is mostly AC97 Chips) be used for Audio In and Out of the Computer? Running DIAL. Thanks Josh W4ZZK -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Feb 9 13:31:04 2016 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 9 Feb 2016 08:31:04 -0500 Subject: [App_rpt-users] Sound Possibility? In-Reply-To: References: Message-ID: <56B9EA18.4000701@msgstor.com> Josh, The short answer is that it's not supported. 73, Steve N4IRS On 2/9/2016 7:22 AM, Josh W4ZZK wrote: > Again, forgive me. New to this... > I have ordered a couple of CM-108 USB FOBs for the AllStar Project. I > am curious... with the ability to do some script editing to use a PC's > LPT Printer Port as a "GPIO" for COR, PTT, etc., could the Integrated > Sound Card on the Mobo (which is mostly AC97 Chips) be used for Audio > In and Out of the Computer? Running DIAL. > > Thanks > Josh W4ZZK > > > > _______________________________________________ > 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 n1dot1 at gmail.com Tue Feb 9 17:34:02 2016 From: n1dot1 at gmail.com (Kenneth Grimard) Date: Tue, 9 Feb 2016 12:34:02 -0500 Subject: [App_rpt-users] Sound Possibility? In-Reply-To: References: Message-ID: <56BA230A.7070609@gmail.com> I have done this using an old irlp interface take a look at this link. http://www.qsl.net/k0kn/ the newest dial allstar release has parallel support in it. look at the link for converting an old irlp node to all star it has info about the using the printer port for what you need. ken n1dot On 2/9/2016 7:22 AM, Josh W4ZZK wrote: > Again, forgive me. New to this... > I have ordered a couple of CM-108 USB FOBs for the AllStar Project. I > am curious... with the ability to do some script editing to use a PC's > LPT Printer Port as a "GPIO" for COR, PTT, etc., could the Integrated > Sound Card on the Mobo (which is mostly AC97 Chips) be used for Audio > In and Out of the Computer? Running DIAL. > > Thanks > Josh W4ZZK > > > > _______________________________________________ > 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. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Feb 9 20:03:08 2016 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 9 Feb 2016 15:03:08 -0500 Subject: [App_rpt-users] Sound Possibility? In-Reply-To: <56BA230A.7070609@gmail.com> References: <56BA230A.7070609@gmail.com> Message-ID: <56BA45FC.2000708@msgstor.com> Correct me if I'm wrong, Isn't the question about using the AC97 on board sound device in asterisk? For COS and PTT, yes the LPT port can be used. Steve On 2/9/2016 12:34 PM, Kenneth Grimard wrote: > I have done this using an old irlp interface take a look at this link. > > http://www.qsl.net/k0kn/ > > the newest dial allstar release has parallel support in it. > > look at the link for converting an old irlp node to all star it has > info about the using the printer port > for what you need. > > ken n1dot > > > > On 2/9/2016 7:22 AM, Josh W4ZZK wrote: >> Again, forgive me. New to this... >> I have ordered a couple of CM-108 USB FOBs for the AllStar Project. I >> am curious... with the ability to do some script editing to use a >> PC's LPT Printer Port as a "GPIO" for COR, PTT, etc., could the >> Integrated Sound Card on the Mobo (which is mostly AC97 Chips) be >> used for Audio In and Out of the Computer? Running DIAL. >> >> Thanks >> Josh W4ZZK >> >> >> >> _______________________________________________ >> 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 visithttp://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. > > > This email has been sent from a virus-free computer protected by Avast. > www.avast.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 n1dot1 at gmail.com Tue Feb 9 20:07:55 2016 From: n1dot1 at gmail.com (Kenneth Grimard) Date: Tue, 9 Feb 2016 15:07:55 -0500 Subject: [App_rpt-users] Sound Possibility? In-Reply-To: <56BA45FC.2000708@msgstor.com> References: <56BA230A.7070609@gmail.com> <56BA45FC.2000708@msgstor.com> Message-ID: <56BA471B.10900@gmail.com> yes that would seem to be a problem allstar wants to see ether a cm-108 series or a cm-119 series chips for the audio from usb. ken n1dot On 2/9/2016 3:03 PM, Steve Zingman wrote: > Correct me if I'm wrong, Isn't the question about using the AC97 on > board sound device in asterisk? > For COS and PTT, yes the LPT port can be used. > > Steve > > On 2/9/2016 12:34 PM, Kenneth Grimard wrote: >> I have done this using an old irlp interface take a look at this link. >> >> http://www.qsl.net/k0kn/ >> >> the newest dial allstar release has parallel support in it. >> >> look at the link for converting an old irlp node to all star it has >> info about the using the printer port >> for what you need. >> >> ken n1dot >> >> >> >> On 2/9/2016 7:22 AM, Josh W4ZZK wrote: >>> Again, forgive me. New to this... >>> I have ordered a couple of CM-108 USB FOBs for the AllStar Project. >>> I am curious... with the ability to do some script editing to use a >>> PC's LPT Printer Port as a "GPIO" for COR, PTT, etc., could the >>> Integrated Sound Card on the Mobo (which is mostly AC97 Chips) be >>> used for Audio In and Out of the Computer? Running DIAL. >>> >>> Thanks >>> Josh W4ZZK >>> >>> >>> >>> _______________________________________________ >>> 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 visithttp://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. >> >> >> This email has been sent from a virus-free computer protected by Avast. >> www.avast.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 visithttp://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. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus -------------- next part -------------- An HTML attachment was scrubbed... URL: From nx4y at verizon.net Tue Feb 9 22:22:27 2016 From: nx4y at verizon.net (David Krauss) Date: Tue, 09 Feb 2016 17:22:27 -0500 Subject: [App_rpt-users] multicast node? Message-ID: Anyone know if it's possible to set up a multicast group as a node? so only one copy of the stream needs to be sent. I know this wouldn't work on the internet but would be very useful on a controlled network. I know asterisk has support for this via "paging" but I don't know how to implement in allstar. Sent from an iPhone 6 From kg7qin at arrl.net Wed Feb 10 05:37:07 2016 From: kg7qin at arrl.net (Stacy) Date: Tue, 9 Feb 2016 21:37:07 -0800 Subject: [App_rpt-users] Sound Possibility? In-Reply-To: <56BA471B.10900@gmail.com> References: <56BA230A.7070609@gmail.com> <56BA45FC.2000708@msgstor.com> <56BA471B.10900@gmail.com> Message-ID: <56BACC83.7080203@arrl.net> The signatures for the chips are hard coded into the respective usb channel drivers. It would take someone with knowledge of the internals of the chips to add support for additional fobs, since there is some reading and writing of specific memory locations within the usb fobs controllers to modify the behavior of the audio device. To use the on-board audio, you could look at chan_alsaradio.c. http://yo3iiu.ro/blog/?p=324 On 02/09/2016 12:07 PM, Kenneth Grimard wrote: > yes that would seem to be a problem allstar wants to see ether a > cm-108 series or a cm-119 series chips > for the audio from usb. > > ken n1dot > > > > On 2/9/2016 3:03 PM, Steve Zingman wrote: >> Correct me if I'm wrong, Isn't the question about using the AC97 on >> board sound device in asterisk? >> For COS and PTT, yes the LPT port can be used. >> >> Steve >> >> On 2/9/2016 12:34 PM, Kenneth Grimard wrote: >>> I have done this using an old irlp interface take a look at this link. >>> >>> http://www.qsl.net/k0kn/ >>> >>> the newest dial allstar release has parallel support in it. >>> >>> look at the link for converting an old irlp node to all star it has >>> info about the using the printer port >>> for what you need. >>> >>> ken n1dot >>> >>> >>> >>> On 2/9/2016 7:22 AM, Josh W4ZZK wrote: >>>> Again, forgive me. New to this... >>>> I have ordered a couple of CM-108 USB FOBs for the AllStar Project. >>>> I am curious... with the ability to do some script editing to use a >>>> PC's LPT Printer Port as a "GPIO" for COR, PTT, etc., could the >>>> Integrated Sound Card on the Mobo (which is mostly AC97 Chips) be >>>> used for Audio In and Out of the Computer? Running DIAL. >>>> >>>> Thanks >>>> Josh W4ZZK >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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 visithttp://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. >>> >>> >>> This email has been sent from a virus-free computer protected by Avast. >>> www.avast.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 visithttp://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 visithttp://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. > > > This email has been sent from a virus-free computer protected by Avast. > www.avast.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 dropbox at digitalattack.org Thu Feb 11 10:02:58 2016 From: dropbox at digitalattack.org (gregory) Date: Thu, 11 Feb 2016 02:02:58 -0800 Subject: [App_rpt-users] telemdefault=0 Message-ID: <56BC5C52.2080906@digitalattack.org> Hi everyone, I set telemdefault to 0 so i wouldn't hear the node x connected to node x and was wondering if there was a way to still hear the connection status when manually asked for with *70. From N1XBM at amsat.org Thu Feb 11 16:01:54 2016 From: N1XBM at amsat.org (Robert Newberry) Date: Thu, 11 Feb 2016 11:01:54 -0500 Subject: [App_rpt-users] Top Message-ID: So I've was listening to a conversation on one of my nodes today. I looked used the top command and I saw around 180 to 190 percent. Is this possible for it to read over 100 percent? This is on a rasbperry pi 2 running dial. N1XBM Apparare Scientor Paratus Communicare Allstar Node # 27086, 41540, 41812, 42086, 42658 -------------- next part -------------- An HTML attachment was scrubbed... URL: From willem at prinmath.com Thu Feb 11 16:14:19 2016 From: willem at prinmath.com (Willem Schreuder) Date: Thu, 11 Feb 2016 09:14:19 -0700 (MST) Subject: [App_rpt-users] Top In-Reply-To: References: Message-ID: On Thu, 11 Feb 2016, Robert Newberry wrote: > So I've was listening to a conversation on one of my nodes today. I looked > used the top command and I saw around 180 to 190 percent. Is this possible > for it to read over 100 percent? Top compares the cycles used by a process to the cycles possible in a thread. A multithreaded process fully utilizing all four cores can therefore show CPU usage up to 400%. On my 6 core 12 thread CPUs I often see 1200% in top for CPU intensive applications. -Willem ================================================================ Dr. Willem A. Schreuder, President, Principia Mathematica Address: 445 Union Blvd, Suite 230, Lakewood, CO 80228, USA Tel: (303) 716-3573 Fax: (303) 716-3575 WWW: www.prinmath.com Email: Willem.Schreuder at prinmath.com From no1pc at yahoo.com Sat Feb 13 07:31:19 2016 From: no1pc at yahoo.com (Jim Aspinwall) Date: Sat, 13 Feb 2016 07:31:19 +0000 (UTC) Subject: [App_rpt-users] SUBJ: Node Connection Error - help needed References: <1383742081.3622588.1455348679232.JavaMail.yahoo.ref@mail.yahoo.com> Message-ID: <1383742081.3622588.1455348679232.JavaMail.yahoo@mail.yahoo.com> Trying to connect my 43039 to 42610, 41170 - getting CLI string back: NOTICE[16830]: chan_iax2.c:4087 __auto_congest: Auto-congesting call due to slow responseand verbal "connection failed" I can connect to 42574, 2065, as well as other user/end-point nodes. Any clue where to start looking in my configuration to track this down/resolve it? Tnx in advance, de Jim NO1PC, node 43039 -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Sun Feb 14 04:46:32 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 13 Feb 2016 20:46:32 -0800 Subject: [App_rpt-users] Trimble Gone Mad Message-ID: We had an episode of 3 Trimble GPS units showing intermittent loss of lock. The problem started at zero hours Zulu and lasted for about 2 hours. All units are located within a 20 mile radius in Orange County Califorina. The problem cleared on it own but I'm wondering what the heck happened. Did anyone else have this problem? -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From edgecomberts at gmail.com Sun Feb 14 05:01:27 2016 From: edgecomberts at gmail.com (Shane Morris) Date: Sun, 14 Feb 2016 16:01:27 +1100 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: This from Time Nuts mailing list, reposting without permission in the hope it may help... Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in Dallas, Texas. Was tracking 5 sats then, poof, none. Global warming? Gravity waves? More bogus GPS control segment uploads? Somebody gots some 'splain to do... _______________________________________________ time-nuts mailing list -- time-nuts at febo.com To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there. Sent from my iPad > On 14 Feb 2016, at 15:46, Tim Sawyer wrote: > > We had an episode of 3 Trimble GPS units showing intermittent loss of lock. The problem started at zero hours Zulu and lasted for about 2 hours. All units are located within a 20 mile radius in Orange County Califorina. > > The problem cleared on it own but I'm wondering what the heck happened. Did anyone else have this problem? > -- > Tim > _______________________________________________ > 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 tisawyer at gmail.com Sun Feb 14 05:14:41 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 13 Feb 2016 21:14:41 -0800 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: <56C00778.40405@arrl.net> References: <56C00778.40405@arrl.net> Message-ID: I've reported the outage. Thanks for the link. On Sat, Feb 13, 2016 at 8:50 PM, Stacy wrote: > Interference from an external source? > > Seal beach maybe? Or possibly someone has a jammer they were playing with > that caused the problem? > > http://www.gps.gov/spectrum/ > > Good resource to report the issue. > > > On 02/13/2016 08:46 PM, Tim Sawyer wrote: > > We had an episode of 3 Trimble GPS units showing intermittent loss of > lock. The problem started at zero hours Zulu and lasted for about 2 hours. > All units are located within a 20 mile radius in Orange County Califorina. > > The problem cleared on it own but I'm wondering what the heck happened. > Did anyone else have this problem? > -- > Tim > > > _______________________________________________ > App_rpt-users mailing listApp_rpt-users at ohnosec.orghttp://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. > > > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Sun Feb 14 05:16:49 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 13 Feb 2016 21:16:49 -0800 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: That's the same time frame of our outage. On Sat, Feb 13, 2016 at 9:01 PM, Shane Morris wrote: > This from Time Nuts mailing list, reposting without permission in the hope > it may help... > > Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in Dallas, > Texas. Was tracking 5 sats then, poof, none. Global warming? Gravity > waves? More bogus GPS control segment uploads? Somebody gots some 'splain > to do... > > > _______________________________________________ > time-nuts mailing list -- time-nuts at febo.com > To unsubscribe, go to > https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts > and follow the instructions there. > > Sent from my iPad > > On 14 Feb 2016, at 15:46, Tim Sawyer wrote: > > We had an episode of 3 Trimble GPS units showing intermittent loss of > lock. The problem started at zero hours Zulu and lasted for about 2 hours. > All units are located within a 20 mile radius in Orange County Califorina. > > The problem cleared on it own but I'm wondering what the heck happened. > Did anyone else have this problem? > -- > Tim > > _______________________________________________ > 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. > > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From edgecomberts at gmail.com Sun Feb 14 05:18:30 2016 From: edgecomberts at gmail.com (Shane Morris) Date: Sun, 14 Feb 2016 16:18:30 +1100 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: I thought that might be the case. On 14 Feb 2016 4:16 pm, "Tim Sawyer" wrote: > That's the same time frame of our outage. > > On Sat, Feb 13, 2016 at 9:01 PM, Shane Morris > wrote: > >> This from Time Nuts mailing list, reposting without permission in the >> hope it may help... >> >> Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in Dallas, >> Texas. Was tracking 5 sats then, poof, none. Global warming? Gravity >> waves? More bogus GPS control segment uploads? Somebody gots some 'splain >> to do... >> >> >> _______________________________________________ >> time-nuts mailing list -- time-nuts at febo.com >> To unsubscribe, go to >> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >> and follow the instructions there. >> >> Sent from my iPad >> >> On 14 Feb 2016, at 15:46, Tim Sawyer wrote: >> >> We had an episode of 3 Trimble GPS units showing intermittent loss of >> lock. The problem started at zero hours Zulu and lasted for about 2 hours. >> All units are located within a 20 mile radius in Orange County Califorina. >> >> The problem cleared on it own but I'm wondering what the heck happened. >> Did anyone else have this problem? >> -- >> Tim >> >> _______________________________________________ >> 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. >> >> > > > -- > -- > Tim > -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Sun Feb 14 05:22:23 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 13 Feb 2016 21:22:23 -0800 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: Are you a member of the Time Nuts list? If so could you post that we saw the same issue out here in CA? On Sat, Feb 13, 2016 at 9:18 PM, Shane Morris wrote: > I thought that might be the case. > On 14 Feb 2016 4:16 pm, "Tim Sawyer" wrote: > >> That's the same time frame of our outage. >> >> On Sat, Feb 13, 2016 at 9:01 PM, Shane Morris >> wrote: >> >>> This from Time Nuts mailing list, reposting without permission in the >>> hope it may help... >>> >>> Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in >>> Dallas, Texas. Was tracking 5 sats then, poof, none. Global warming? >>> Gravity waves? More bogus GPS control segment uploads? Somebody gots some >>> 'splain to do... >>> >>> >>> _______________________________________________ >>> time-nuts mailing list -- time-nuts at febo.com >>> To unsubscribe, go to >>> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>> and follow the instructions there. >>> >>> Sent from my iPad >>> >>> On 14 Feb 2016, at 15:46, Tim Sawyer wrote: >>> >>> We had an episode of 3 Trimble GPS units showing intermittent loss of >>> lock. The problem started at zero hours Zulu and lasted for about 2 hours. >>> All units are located within a 20 mile radius in Orange County Califorina. >>> >>> The problem cleared on it own but I'm wondering what the heck happened. >>> Did anyone else have this problem? >>> -- >>> Tim >>> >>> _______________________________________________ >>> 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. >>> >>> >> >> >> -- >> -- >> Tim >> > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From tisawyer at gmail.com Sun Feb 14 05:24:37 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Sat, 13 Feb 2016 21:24:37 -0800 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: I know this is getting off topic now, but for those interested the thread on Time Nuts is here https://www.febo.com/pipermail/time-nuts/2016-February/095985.html On Sat, Feb 13, 2016 at 9:22 PM, Tim Sawyer wrote: > Are you a member of the Time Nuts list? If so could you post that we saw > the same issue out here in CA? > > On Sat, Feb 13, 2016 at 9:18 PM, Shane Morris > wrote: > >> I thought that might be the case. >> On 14 Feb 2016 4:16 pm, "Tim Sawyer" wrote: >> >>> That's the same time frame of our outage. >>> >>> On Sat, Feb 13, 2016 at 9:01 PM, Shane Morris >>> wrote: >>> >>>> This from Time Nuts mailing list, reposting without permission in the >>>> hope it may help... >>>> >>>> Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in >>>> Dallas, Texas. Was tracking 5 sats then, poof, none. Global warming? >>>> Gravity waves? More bogus GPS control segment uploads? Somebody gots some >>>> 'splain to do... >>>> >>>> >>>> _______________________________________________ >>>> time-nuts mailing list -- time-nuts at febo.com >>>> To unsubscribe, go to >>>> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>>> and follow the instructions there. >>>> >>>> Sent from my iPad >>>> >>>> On 14 Feb 2016, at 15:46, Tim Sawyer wrote: >>>> >>>> We had an episode of 3 Trimble GPS units showing intermittent loss of >>>> lock. The problem started at zero hours Zulu and lasted for about 2 hours. >>>> All units are located within a 20 mile radius in Orange County Califorina. >>>> >>>> The problem cleared on it own but I'm wondering what the heck happened. >>>> Did anyone else have this problem? >>>> -- >>>> Tim >>>> >>>> _______________________________________________ >>>> 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. >>>> >>>> >>> >>> >>> -- >>> -- >>> Tim >>> >> > > > -- > -- > Tim > -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From ka6sox at gmail.com Sun Feb 14 15:54:23 2016 From: ka6sox at gmail.com (Tom King) Date: Sun, 14 Feb 2016 07:54:23 -0800 Subject: [App_rpt-users] Trimble Gone Mad In-Reply-To: References: Message-ID: a friend who is on the time nutz ML sent me this from the GPS ops guys: NOTICE ADVISORY TO NAVSTAR USERS (NANU) 2016012 NANU TYPE: GENERAL *** GENERAL MESSAGE TO ALL GPS USERS *** Users may be experiencing a potential time transfer anomaly. If you are experiencing any issue please contact NAVCEN at 703-313-5900, http://www.navcen.uscg.gov *** GENERAL MESSAGE TO ALL GPS USERS *** POC: CIVILIAN - NAVCEN AT 703-313-5900, HTTP://WWW.NAVCEN.USCG.GOV MILITARY - GPS OPERATIONS CENTER at HTTPS://GPS.AFSPC.AF.MIL/GPSOC, DSN 560-2541, COMM 719-567-2541, gpsoperationscenter at us.af.mil, HTTPS://GPS.AFSPC.AF.MIL MILITARY ALTERNATE - JOINT SPACE OPERATIONS CENTER, DSN 276-3514, COMM 805-606-3514, JSPOCCOMBATOPS at VANDENBERG.AF.MIL On Sat, Feb 13, 2016 at 9:24 PM, Tim Sawyer wrote: > I know this is getting off topic now, but for those interested the thread > on Time Nuts is here > https://www.febo.com/pipermail/time-nuts/2016-February/095985.html > > > On Sat, Feb 13, 2016 at 9:22 PM, Tim Sawyer wrote: > >> Are you a member of the Time Nuts list? If so could you post that we saw >> the same issue out here in CA? >> >> On Sat, Feb 13, 2016 at 9:18 PM, Shane Morris >> wrote: >> >>> I thought that might be the case. >>> On 14 Feb 2016 4:16 pm, "Tim Sawyer" wrote: >>> >>>> That's the same time frame of our outage. >>>> >>>> On Sat, Feb 13, 2016 at 9:01 PM, Shane Morris >>>> wrote: >>>> >>>>> This from Time Nuts mailing list, reposting without permission in the >>>>> hope it may help... >>>>> >>>>> Yes, all satellites dropped out from 00:16:51 to 01:54:02 UTC in >>>>> Dallas, Texas. Was tracking 5 sats then, poof, none. Global warming? >>>>> Gravity waves? More bogus GPS control segment uploads? Somebody gots some >>>>> 'splain to do... >>>>> >>>>> >>>>> _______________________________________________ >>>>> time-nuts mailing list -- time-nuts at febo.com >>>>> To unsubscribe, go to >>>>> https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts >>>>> and follow the instructions there. >>>>> >>>>> Sent from my iPad >>>>> >>>>> On 14 Feb 2016, at 15:46, Tim Sawyer wrote: >>>>> >>>>> We had an episode of 3 Trimble GPS units showing intermittent loss of >>>>> lock. The problem started at zero hours Zulu and lasted for about 2 hours. >>>>> All units are located within a 20 mile radius in Orange County Califorina. >>>>> >>>>> The problem cleared on it own but I'm wondering what the heck >>>>> happened. Did anyone else have this problem? >>>>> -- >>>>> Tim >>>>> >>>>> _______________________________________________ >>>>> 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. >>>>> >>>>> >>>> >>>> >>>> -- >>>> -- >>>> Tim >>>> >>> >> >> >> -- >> -- >> Tim >> > > > > -- > -- > Tim > > _______________________________________________ > 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 no1pc at yahoo.com Sun Feb 14 22:24:49 2016 From: no1pc at yahoo.com (Jim Aspinwall) Date: Sun, 14 Feb 2016 22:24:49 +0000 (UTC) Subject: [App_rpt-users] Hub vs Node? In-Reply-To: References: Message-ID: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> What if anything are the specific differences between a single node (tied to simplex, repeater, Pi box and headset...) that can presumably only accept one in-bound call/connect, and a hub, to which many can connect and bridge through/over? Given a certain amount of specialization or purpose/interest-built hubs I am interested in having a purpose-built hub for a few systems and users not exclusive but so as not to impose on others' hubs and traffic. What does it take to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Mon Feb 15 14:54:44 2016 From: szingman at msgstor.com (Steve Zingman) Date: Mon, 15 Feb 2016 09:54:44 -0500 Subject: [App_rpt-users] Hub vs Node? In-Reply-To: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> References: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> Message-ID: <56C1E6B4.1010300@msgstor.com> Jim, Any node can be a "HUB" A node is not limited to one connection. There may be hardware limitation about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth internet connection and is running a more "stout" piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. As a example HUB 2100 is running on a decent internet connection and decent hardware. We are running the beta test of the DMR <---> AllStar gateway on it so it has a NW Digital DV3000 connected and is using chan_usrp instead of pseudo for it's rxchannel. Hope this helps. 73, Steve N4IRS On 2/14/2016 5:24 PM, Jim Aspinwall wrote: > What if anything are the specific differences between a single node > (tied to simplex, repeater, Pi box and headset...) that can presumably > only accept one in-bound call/connect, and a hub, to which many can > connect and bridge through/over? > > Given a certain amount of specialization or purpose/interest-built > hubs I am interested in having a purpose-built hub for a few systems > and users not exclusive but so as not to impose on others' hubs and > traffic. > > What does it take to do 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 kuggie at kuggie.com Mon Feb 15 16:04:26 2016 From: kuggie at kuggie.com (Kevin Custer) Date: Mon, 15 Feb 2016 11:04:26 -0500 Subject: [App_rpt-users] Hub vs Node? In-Reply-To: <56C1E6B4.1010300@msgstor.com> References: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> <56C1E6B4.1010300@msgstor.com> Message-ID: <56C1F70A.4070805@kuggie.com> This is now answered in the DIAL FAQ: http://docs.allstarlink.org/drupal/node/170 Kevin On 2/15/2016 9:54 AM, Steve Zingman wrote: > Jim, > Any node can be a "HUB" A node is not limited to one connection. There > may be hardware limitation about the number of connections a given > piece of hardware and internet connection can support. Typically, a > HUB is located on a higher bandwidth internet connection and is > running a more "stout" piece of hardware. A HUB usually does not have > a node radio connected to it, but there is no reason it can't. A HUB > usually runs DAHDI/pseudo for it's rxchannel. > > As a example HUB 2100 is running on a decent internet connection and > decent hardware. We are running the beta test of the DMR <---> AllStar > gateway on it so it has a NW Digital DV3000 connected and is using > chan_usrp instead of pseudo for it's rxchannel. > > Hope this helps. > > 73, Steve N4IRS > > On 2/14/2016 5:24 PM, Jim Aspinwall wrote: >> What if anything are the specific differences between a single node >> (tied to simplex, repeater, Pi box and headset...) that can >> presumably only accept one in-bound call/connect, and a hub, to which >> many can connect and bridge through/over? >> >> Given a certain amount of specialization or purpose/interest-built >> hubs I am interested in having a purpose-built hub for a few systems >> and users not exclusive but so as not to impose on others' hubs and >> traffic. >> >> What does it take to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: From t.ottavi at bc-109.com Mon Feb 15 17:33:18 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Mon, 15 Feb 2016 18:33:18 +0100 Subject: [App_rpt-users] Installing DIAL on Debian 8 x64 ? Message-ID: <56C20BDE.4090506@bc-109.com> Hi, I'd like to install DIAL on a Debian 8.3, in a virtual machine. My Debian is x64. Can I safely run the x86 install script here : https://github.com/N4IRS/AllStar/platforms/x86/jessie or should I necessarly reinstall a x86 Debian before ? Thank you in advance. 73 de TK1BI -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Mon Feb 15 18:13:38 2016 From: szingman at msgstor.com (Steve Zingman) Date: Mon, 15 Feb 2016 13:13:38 -0500 Subject: [App_rpt-users] Installing DIAL on Debian 8 x64 ? In-Reply-To: <56C20BDE.4090506@bc-109.com> References: <56C20BDE.4090506@bc-109.com> Message-ID: <56C21552.70901@msgstor.com> Hi, Yes, Will install AllStar on a Debian x64 machine. Let me know if you need any help. 73, Steve N4IRS On 2/15/2016 12:33 PM, Toussaint OTTAVI wrote: > Hi, > > I'd like to install DIAL on a Debian 8.3, in a virtual machine. My > Debian is x64. > > Can I safely run the x86 install script here : > https://github.com/N4IRS/AllStar/platforms/x86/jessie > > or should I necessarly reinstall a x86 Debian before ? > > Thank you in advance. > > 73 de TK1BI > > > _______________________________________________ > 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 no1pc at yahoo.com Mon Feb 15 20:52:50 2016 From: no1pc at yahoo.com (Jim Aspinwall) Date: Mon, 15 Feb 2016 20:52:50 +0000 (UTC) Subject: [App_rpt-users] App_rpt-users Digest, Vol 84, Issue 17 In-Reply-To: References: Message-ID: <2085156736.4587208.1455569570204.JavaMail.yahoo@mail.yahoo.com> Excellent - thanks. ?BW and hardware won't be an issue where I think this would go. Today's Topics: ? 1. Hub vs Node? (Jim Aspinwall) ? 2. Re: Hub vs Node? (Steve Zingman) ? 3. Re: Hub vs Node? (Kevin Custer) ---------------------------------------------------------------------- Message: 1 Date: Sun, 14 Feb 2016 22:24:49 +0000 (UTC) From: Jim Aspinwall To: "app_rpt-users at ohnosec.org" Subject: [App_rpt-users] Hub vs Node? Message-ID: ??? <1373181799.4087456.1455488689812.JavaMail.yahoo at mail.yahoo.com> Content-Type: text/plain; charset="utf-8" What if anything are the specific differences between a single node (tied to simplex, repeater, Pi box and headset...) that can presumably only accept one in-bound call/connect, and a hub, to which many can connect and bridge through/over? Given a certain amount of specialization or purpose/interest-built hubs I am interested in having a purpose-built hub for a few systems and users not exclusive but so as not to impose on others' hubs and traffic. What does it take to do this? -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Mon, 15 Feb 2016 09:54:44 -0500 From: Steve Zingman To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Hub vs Node? Message-ID: <56C1E6B4.1010300 at msgstor.com> Content-Type: text/plain; charset="windows-1252"; Format="flowed" Jim, Any node can be a "HUB" A node is not limited to one connection. There may be hardware limitation about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth internet connection and is running a more "stout" piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. As a example HUB 2100 is running on a decent internet connection and decent hardware. We are running the beta test of the DMR <---> AllStar gateway on it so it has a NW Digital DV3000 connected and is using chan_usrp instead of pseudo for it's rxchannel. Hope this helps. 73, Steve N4IRS On 2/14/2016 5:24 PM, Jim Aspinwall wrote: > What if anything are the specific differences between a single node > (tied to simplex, repeater, Pi box and headset...) that can presumably > only accept one in-bound call/connect, and a hub, to which many can > connect and bridge through/over? > > Given a certain amount of specialization or purpose/interest-built > hubs I am interested in having a purpose-built hub for a few systems > and users not exclusive but so as not to impose on others' hubs and > traffic. > > What does it take to do 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: ------------------------------ Message: 3 Date: Mon, 15 Feb 2016 11:04:26 -0500 From: Kevin Custer To: app_rpt-users at ohnosec.org, arm-app_rpt at yahoogroups.com Subject: Re: [App_rpt-users] Hub vs Node? Message-ID: <56C1F70A.4070805 at kuggie.com> Content-Type: text/plain; charset="utf-8"; Format="flowed" This is now answered in the DIAL FAQ: http://docs.allstarlink.org/drupal/node/170 Kevin On 2/15/2016 9:54 AM, Steve Zingman wrote: > Jim, > Any node can be a "HUB" A node is not limited to one connection. There > may be hardware limitation about the number of connections a given > piece of hardware and internet connection can support. Typically, a > HUB is located on a higher bandwidth internet connection and is > running a more "stout" piece of hardware. A HUB usually does not have > a node radio connected to it, but there is no reason it can't. A HUB > usually runs DAHDI/pseudo for it's rxchannel. > > As a example HUB 2100 is running on a decent internet connection and > decent hardware. We are running the beta test of the DMR <---> AllStar > gateway on it so it has a NW Digital DV3000 connected and is using > chan_usrp instead of pseudo for it's rxchannel. > > Hope this helps. > > 73, Steve N4IRS > > On 2/14/2016 5:24 PM, Jim Aspinwall wrote: >> What if anything are the specific differences between a single node >> (tied to simplex, repeater, Pi box and headset...) that can >> presumably only accept one in-bound call/connect, and a hub, to which >> many can connect and bridge through/over? >> >> Given a certain amount of specialization or purpose/interest-built >> hubs I am interested in having a purpose-built hub for a few systems >> and users not exclusive but so as not to impose on others' hubs and >> traffic. >> >> What does it take to do this? -------------- 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 84, Issue 17 ********************************************* -------------- next part -------------- An HTML attachment was scrubbed... URL: From w4zzkjosh at gmail.com Tue Feb 16 02:12:26 2016 From: w4zzkjosh at gmail.com (Josh W4ZZK) Date: Mon, 15 Feb 2016 20:12:26 -0600 Subject: [App_rpt-users] RX/TX on DIAL Message-ID: Evening all Would appreciate a little insight to an issue here. Perhaps this is very simple. Have the DIAL box pretty much "good to go" with the USB FOB, cabling from a M120 Motorola, within the hood of a DB25 is a 4n33 Opto for keying the rig with PP2 (and using PP10 as COR). To test some abilities, I've gotten Echolink enabled on the node, and have RX audio from the radio through the computer to echolink, as well as over the phone to the Portal. This part seems to be just fine. Unfortunately, the computer is not sending signal to TX. I have "simpleusb.conf" configured with: pp2=ptt pp10=cor Have I missed something simple in addressing the machine to use pp2 and pp10 for rig control, rather than USB FOBs onboard points? Again, this is new... bear with me as I learn the ropes! Thanks! Josh, W4ZZK -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Feb 16 02:40:59 2016 From: szingman at msgstor.com (Steve Zingman) Date: Mon, 15 Feb 2016 21:40:59 -0500 Subject: [App_rpt-users] RX/TX on DIAL In-Reply-To: References: Message-ID: <56C28C3B.9000600@msgstor.com> Josh, I have not tried it with the port. Some things I can think of to check: do you have /dev/parport0 try setting invertptt = 1 Does the transmitter key? as soon as asterisk starts? Steve On 02/15/2016 09:12 PM, Josh W4ZZK wrote: > Evening all > > Would appreciate a little insight to an issue here. Perhaps this is > very simple. > > Have the DIAL box pretty much "good to go" with the USB FOB, cabling > from a M120 Motorola, within the hood of a DB25 is a 4n33 Opto for > keying the rig with PP2 (and using PP10 as COR). > > To test some abilities, I've gotten Echolink enabled on the node, and > have RX audio from the radio through the computer to echolink, as well > as over the phone to the Portal. This part seems to be just fine. > Unfortunately, the computer is not sending signal to TX. I have > "simpleusb.conf" configured with: > > pp2=ptt > pp10=cor > > Have I missed something simple in addressing the machine to use pp2 > and pp10 for rig control, rather than USB FOBs onboard points? > > Again, this is new... bear with me as I learn the ropes! > > Thanks! > Josh, W4ZZK > > > _______________________________________________ > 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. -- "Anything is possible if you don't know what you are talking about." 1st Law of Logic -------------- next part -------------- An HTML attachment was scrubbed... URL: From t.ottavi at bc-109.com Tue Feb 16 08:53:06 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Tue, 16 Feb 2016 09:53:06 +0100 Subject: [App_rpt-users] Installing DIAL on Debian 8 x64 ? In-Reply-To: <56C21552.70901@msgstor.com> References: <56C20BDE.4090506@bc-109.com> <56C21552.70901@msgstor.com> Message-ID: <56C2E372.3020708@bc-109.com> Le 15/02/2016 19:13, Steve Zingman a ?crit : > Yes, > > Will install AllStar on a Debian x64 machine. Thank you. I'll have try :-) From t.ottavi at bc-109.com Tue Feb 16 13:33:45 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Tue, 16 Feb 2016 14:33:45 +0100 Subject: [App_rpt-users] Installing DIAL on Debian 8 x64 ? In-Reply-To: <56C21552.70901@msgstor.com> References: <56C20BDE.4090506@bc-109.com> <56C21552.70901@msgstor.com> Message-ID: <56C32539.4000500@bc-109.com> Hi, Le 15/02/2016 19:13, Steve Zingman a ?crit : > Yes, > > Will install AllStar on a Debian x64 machine. The first attemp hung during compilation yesterday. I had to kill it. Today, when I try to run the script again, it complains about several things that already exist. Is there some kind of "make clean", before running the script again ? From overnite at me.com Tue Feb 16 14:33:25 2016 From: overnite at me.com (Bryan Taylor) Date: Tue, 16 Feb 2016 11:03:25 -0330 Subject: [App_rpt-users] Recompile with radio relax setting In-Reply-To: <56C1F70A.4070805@kuggie.com> References: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> <56C1E6B4.1010300@msgstor.com> <56C1F70A.4070805@kuggie.com> Message-ID: <6728F2A5-D045-4C10-A51A-CF8CE077FF78@me.com> Hello all, Have several nodes running on allstarlink, some x86 and some raspberry pi2's. I have noticed the false dtmf issue on each node and would like to recompile app_rpt to set the radio relax feature accordingly to reduce/eliminate the false dtmf tones that get decoded from voice transmissions. All nodes are running the latest dial installation, does anyone know the correct procedure to do this on a dial system? Thanks Bryan Vo1mxz Sent from my iPhone 6 > On Feb 15, 2016, at 12:34 PM, Kevin Custer wrote: > > This is now answered in the DIAL FAQ: > > http://docs.allstarlink.org/drupal/node/170 > > Kevin > > >> On 2/15/2016 9:54 AM, Steve Zingman wrote: >> Jim, >> Any node can be a "HUB" A node is not limited to one connection. There may be hardware limitation about the number of connections a given piece of hardware and internet connection can support. Typically, a HUB is located on a higher bandwidth internet connection and is running a more "stout" piece of hardware. A HUB usually does not have a node radio connected to it, but there is no reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. >> >> As a example HUB 2100 is running on a decent internet connection and decent hardware. We are running the beta test of the DMR <---> AllStar gateway on it so it has a NW Digital DV3000 connected and is using chan_usrp instead of pseudo for it's rxchannel. >> >> Hope this helps. >> >> 73, Steve N4IRS >> >>> On 2/14/2016 5:24 PM, Jim Aspinwall wrote: >>> What if anything are the specific differences between a single node (tied to simplex, repeater, Pi box and headset...) that can presumably only accept one in-bound call/connect, and a hub, to which many can connect and bridge through/over? >>> >>> Given a certain amount of specialization or purpose/interest-built hubs I am interested in having a purpose-built hub for a few systems and users not exclusive but so as not to impose on others' hubs and traffic. >>> >>> What does it take to do 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 szingman at msgstor.com Tue Feb 16 15:48:49 2016 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 16 Feb 2016 10:48:49 -0500 Subject: [App_rpt-users] Recompile with radio relax setting In-Reply-To: <6728F2A5-D045-4C10-A51A-CF8CE077FF78@me.com> References: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> <56C1E6B4.1010300@msgstor.com> <56C1F70A.4070805@kuggie.com> <6728F2A5-D045-4C10-A51A-CF8CE077FF78@me.com> Message-ID: <56C344E1.70203@msgstor.com> Bryan, Stop asterisk: service asterisk stop Verify asterisk is stopped: ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped killall -9 asterisk ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped Change compiler setting: cd /usr/src/astsrc-1.4.23-pre/asterisk make menuselect select 10. Compiler Flags select 6. RADIO_RELAX set to taste x make make install service asterisk start 73, Steve N4IRS On 2/16/2016 9:33 AM, Bryan Taylor wrote: > > Hello all, > > Have several nodes running on allstarlink, some x86 and some raspberry > pi2's. I have noticed the false dtmf issue on each node and would > like to recompile app_rpt to set the radio relax feature accordingly > to reduce/eliminate the false dtmf tones that get decoded from voice > transmissions. All nodes are running the latest dial installation, > does anyone know the correct procedure to do this on a dial system? > > Thanks > Bryan > Vo1mxz > Sent from my iPhone 6 > > On Feb 15, 2016, at 12:34 PM, Kevin Custer > wrote: > >> This is now answered in the DIAL FAQ: >> >> http://docs.allstarlink.org/drupal/node/170 >> >> Kevin >> >> >> On 2/15/2016 9:54 AM, Steve Zingman wrote: >>> Jim, >>> Any node can be a "HUB" A node is not limited to one connection. >>> There may be hardware limitation about the number of connections a >>> given piece of hardware and internet connection can support. >>> Typically, a HUB is located on a higher bandwidth internet >>> connection and is running a more "stout" piece of hardware. A HUB >>> usually does not have a node radio connected to it, but there is no >>> reason it can't. A HUB usually runs DAHDI/pseudo for it's rxchannel. >>> >>> As a example HUB 2100 is running on a decent internet connection and >>> decent hardware. We are running the beta test of the DMR <---> >>> AllStar gateway on it so it has a NW Digital DV3000 connected and is >>> using chan_usrp instead of pseudo for it's rxchannel. >>> >>> Hope this helps. >>> >>> 73, Steve N4IRS >>> >>> On 2/14/2016 5:24 PM, Jim Aspinwall wrote: >>>> What if anything are the specific differences between a single node >>>> (tied to simplex, repeater, Pi box and headset...) that can >>>> presumably only accept one in-bound call/connect, and a hub, to >>>> which many can connect and bridge through/over? >>>> >>>> Given a certain amount of specialization or purpose/interest-built >>>> hubs I am interested in having a purpose-built hub for a few >>>> systems and users not exclusive but so as not to impose on others' >>>> hubs and traffic. >>>> >>>> What does it take to do 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. > > > _______________________________________________ > 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 kuggie at kuggie.com Tue Feb 16 16:20:39 2016 From: kuggie at kuggie.com (Kevin Custer) Date: Tue, 16 Feb 2016 11:20:39 -0500 Subject: [App_rpt-users] Recompile with radio relax setting In-Reply-To: <56C344E1.70203@msgstor.com> References: <1373181799.4087456.1455488689812.JavaMail.yahoo@mail.yahoo.com> <56C1E6B4.1010300@msgstor.com> <56C1F70A.4070805@kuggie.com> <6728F2A5-D045-4C10-A51A-CF8CE077FF78@me.com> <56C344E1.70203@msgstor.com> Message-ID: <56C34C57.9030908@kuggie.com> This is now answered in the DIAL FAQ: http://docs.allstarlink.org/drupal/node/170 Thanks, Kevin On 2/16/2016 10:48 AM, Steve Zingman wrote: > Bryan, > > Stop asterisk: > service asterisk stop > > Verify asterisk is stopped: > ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped > killall -9 asterisk > ps ax | grep asterisk If you see /usr/sbin/asterisk it is not stopped > > Change compiler setting: > cd /usr/src/astsrc-1.4.23-pre/asterisk > make menuselect > select 10. Compiler Flags > select 6. RADIO_RELAX set to taste > x > make > make install > > service asterisk start > > 73, Steve N4IRS > > > On 2/16/2016 9:33 AM, Bryan Taylor wrote: >> >> Hello all, >> >> Have several nodes running on allstarlink, some x86 and some >> raspberry pi2's. I have noticed the false dtmf issue on each node >> and would like to recompile app_rpt to set the radio relax feature >> accordingly to reduce/eliminate the false dtmf tones that get decoded >> from voice transmissions. All nodes are running the latest dial >> installation, does anyone know the correct procedure to do this on a >> dial system? >> >> Thanks >> Bryan -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Tue Feb 16 22:31:53 2016 From: dshaw at ke6upi.com (David KE6UPI) Date: Tue, 16 Feb 2016 14:31:53 -0800 Subject: [App_rpt-users] Limey Message-ID: Is Limey still alive?? KE6UPI -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Tue Feb 16 23:38:06 2016 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 16 Feb 2016 23:38:06 +0000 Subject: [App_rpt-users] Limey In-Reply-To: References: Message-ID: Limey (the person) is most definitely still alive. Limey (Linux, the OS) has been EOL for quite a while. ________________________________ From: app_rpt-users-bounces at ohnosec.org on behalf of David KE6UPI Sent: Tuesday, February 16, 2016 2:31 PM To: APP RPT Subject: [App_rpt-users] Limey Is Limey still alive?? KE6UPI -------------- next part -------------- An HTML attachment was scrubbed... URL: From kizzy at lusfiber.net Wed Feb 17 21:13:48 2016 From: kizzy at lusfiber.net (Steve Mahler) Date: Wed, 17 Feb 2016 15:13:48 -0600 Subject: [App_rpt-users] Documentation Question Message-ID: <56C4E28C.5070902@lusfiber.net> Has anyone generated a document that outlines ... 1) the full list of COP comands, the list of parameters for each, and how they interact 2) the full list of ILINK commands, the list of parameters for each, and how they interact 3) the steps necessary to build custom macros (for an RF or IAX or SIP user) If the document doesn't exist, does anyone have a fancy but well documented set of CONF files that they would be willing to share. Or, any other useful pointers. Thanks, ...STeve - KF5VH From kk6ecm at gmail.com Wed Feb 17 21:33:34 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Wed, 17 Feb 2016 14:33:34 -0700 Subject: [App_rpt-users] Documentation Question In-Reply-To: <56C4E28C.5070902@lusfiber.net> References: <56C4E28C.5070902@lusfiber.net> Message-ID: Mike has done a god job of documenting these. See http://themidnightengineer.com/category/ham-amateur-radio/app_rpt/cop-command-reference/ Bob kk6ecm 73 "Ham radio - social media without the commercials." ~bp > On Feb 17, 2016, at 2:13 PM, Steve Mahler wrote: > > Has anyone generated a document that outlines ... > > 1) the full list of COP comands, the list of parameters for each, and how they interact > > 2) the full list of ILINK commands, the list of parameters for each, and how they interact > > 3) the steps necessary to build custom macros (for an RF or IAX or SIP user) > > If the document doesn't exist, does anyone have a fancy but well documented set of CONF files that they would be willing to share. Or, any other useful pointers. > > Thanks, > ...STeve - KF5VH > > _______________________________________________ > 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 overnite at me.com Thu Feb 18 00:25:40 2016 From: overnite at me.com (Bryan Taylor) Date: Wed, 17 Feb 2016 20:55:40 -0330 Subject: [App_rpt-users] Courtesy tone Message-ID: <5BF8BADE-FEFD-4FFE-95B0-712EC7CBB49E@me.com> Hi all, I am wondering if this scenario is possible: Have an icom radio at home connected to pc running Allstar. This radio is on same frequency as local repeater. The system works great runs great and sounds awesome. Wondering about courtesy tones... Can I have a courtesy tone that fires only when the traffic is from the local repeater, no courtesy tone from network traffic all the while having no connect/disconnect announcements. Basically the only time I ever want to hear the Allstar software make any noise is when someone keys up the local repeater and the system sends back a courtesy tone to them. Other than that I want the node to be totally silent. Is this possible? I can get the tones to work but I get the connect/disconnect announcements. Thanks Bryan Sent from my iPhone 6 From szingman at msgstor.com Thu Feb 18 17:53:14 2016 From: szingman at msgstor.com (Steve Zingman) Date: Thu, 18 Feb 2016 12:53:14 -0500 Subject: [App_rpt-users] Documentation Question In-Reply-To: <56C4E28C.5070902@lusfiber.net> References: <56C4E28C.5070902@lusfiber.net> Message-ID: <56C6050A.6060900@msgstor.com> Steve, This may help also. These are the config files used in DIAL. 73, Steve N4IRS On 2/17/2016 4:13 PM, Steve Mahler wrote: > Has anyone generated a document that outlines ... > > 1) the full list of COP comands, the list of parameters for each, and > how they interact > > 2) the full list of ILINK commands, the list of parameters for each, > and how they interact > > 3) the steps necessary to build custom macros (for an RF or IAX or SIP > user) > > If the document doesn't exist, does anyone have a fancy but well > documented set of CONF files that they would be willing to share. Or, > any other useful pointers. > > Thanks, > ...STeve - KF5VH > > From kizzy at lusfiber.net Thu Feb 18 20:16:08 2016 From: kizzy at lusfiber.net (Steve Mahler) Date: Thu, 18 Feb 2016 14:16:08 -0600 Subject: [App_rpt-users] Documentation Question In-Reply-To: <56C4E28C.5070902@lusfiber.net> References: <56C4E28C.5070902@lusfiber.net> Message-ID: <56C62688.20202@lusfiber.net> Thank you gentlemen for your suggestions. ...STeve On 2/17/2016 3:13 PM, Steve Mahler wrote: > Has anyone generated a document that outlines ... > > 1) the full list of COP comands, the list of parameters for each, and > how they interact > > 2) the full list of ILINK commands, the list of parameters for each, > and how they interact > > 3) the steps necessary to build custom macros (for an RF or IAX or SIP > user) > > If the document doesn't exist, does anyone have a fancy but well > documented set of CONF files that they would be willing to share. Or, > any other useful pointers. > > Thanks, > ...STeve - KF5VH > > _______________________________________________ > 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 tisawyer at gmail.com Fri Feb 19 04:15:39 2016 From: tisawyer at gmail.com (Tim Sawyer) Date: Thu, 18 Feb 2016 20:15:39 -0800 Subject: [App_rpt-users] Documentation Question In-Reply-To: <56C4E28C.5070902@lusfiber.net> References: <56C4E28C.5070902@lusfiber.net> Message-ID: The first 2 items are documented in the source. /usr/src/astsrc/asterisk/apps/app_rpt.c On Wed, Feb 17, 2016 at 1:13 PM, Steve Mahler wrote: > Has anyone generated a document that outlines ... > > 1) the full list of COP comands, the list of parameters for each, and how > they interact > > 2) the full list of ILINK commands, the list of parameters for each, and > how they interact > > 3) the steps necessary to build custom macros (for an RF or IAX or SIP > user) > > If the document doesn't exist, does anyone have a fancy but well > documented set of CONF files that they would be willing to share. Or, any > other useful pointers. > > Thanks, > ...STeve - KF5VH > > _______________________________________________ > 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. -- -- Tim -------------- next part -------------- An HTML attachment was scrubbed... URL: From t.ottavi at bc-109.com Sat Feb 20 18:26:26 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Sat, 20 Feb 2016 19:26:26 +0100 Subject: [App_rpt-users] No courtesy tone from IAX2 client ? Message-ID: <56C8AFD2.2090501@bc-109.com> Hi, I've got a single node, with a duplex TRX, and IAX2 client. I have two users : - a radio user - an IAX2 client (Zoiper), operating in "vox" mode. When the radio user unkeys, the correct courtesy tone (unlinkedct) is sent, to both users. When the IAX2 client unkeys ("mute" button), the courtesy tone (linkunkeyct) is never sent. I tied various settings, without any result. Any idea ? Is there a possibility to disable or to override courtesy tones elsewhere than in rpt.conf ? f/ex, in extensions.conf ? 73 de TKBI My settings in rpt.conf : unlinkedct = ct1 remotect = ct3 linkunkeyct = ct8 nolocallinkct = 0 nounkeyct = 0 holdofftelem = 0 telemdefault = 1 telemdynamic = 0 -------------- next part -------------- An HTML attachment was scrubbed... URL: From mike at midnighteng.com Sat Feb 20 18:53:35 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sat, 20 Feb 2016 13:53:35 -0500 Subject: [App_rpt-users] No courtesy tone from IAX2 client ? In-Reply-To: <56C8AFD2.2090501@bc-109.com> References: <56C8AFD2.2090501@bc-109.com> Message-ID: <146158f4d9ca3222d445ad94d010a487.squirrel@webmail.midnighteng.com> I believe this came up again not that long ago, There is no courtesy tone from iax/sip/extention clients. As much as I use it, I had never noticed. But it is what it is. ...mike/kb8jnm > Hi, > > I've got a single node, with a duplex TRX, and IAX2 client. > > I have two users : > - a radio user > - an IAX2 client (Zoiper), operating in "vox" mode. > > When the radio user unkeys, the correct courtesy tone (unlinkedct) is > sent, to both users. > When the IAX2 client unkeys ("mute" button), the courtesy tone > (linkunkeyct) is never sent. > > I tied various settings, without any result. > > Any idea ? Is there a possibility to disable or to override courtesy > tones elsewhere than in rpt.conf ? f/ex, in extensions.conf ? > > 73 de TKBI > > My settings in rpt.conf : > unlinkedct = ct1 > remotect = ct3 > linkunkeyct = ct8 > nolocallinkct = 0 > nounkeyct = 0 > holdofftelem = 0 > telemdefault = 1 > telemdynamic = 0 > > > _______________________________________________ > 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 t.ottavi at bc-109.com Sat Feb 20 21:00:08 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Sat, 20 Feb 2016 22:00:08 +0100 Subject: [App_rpt-users] No courtesy tone from IAX2 client ? In-Reply-To: <146158f4d9ca3222d445ad94d010a487.squirrel@webmail.midnighteng.com> References: <56C8AFD2.2090501@bc-109.com> <146158f4d9ca3222d445ad94d010a487.squirrel@webmail.midnighteng.com> Message-ID: <56C8D3D8.9010007@bc-109.com> Le 20/02/2016 19:53, mike at midnighteng.com a ?crit : > There is no courtesy tone from iax/sip/extention clients. I didn't really understand how courtesy work yet. I found that : http://docs.allstarlink.org/drupal/node/125 It talks about 4 telemetry "channels" : local, gui, phone and echolink. But I do not understand how to specify in what channel an extension is. My Zoiper client is a phone. Can I put it in the "phone" signaling channel ? And I assume "GUI" is for Windows IaxRpt software ? But my Zoiper is also connecting in IAX. Shouldn't it be the same ? Thank you in advance. From t.ottavi at bc-109.com Sat Feb 20 21:19:17 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Sat, 20 Feb 2016 22:19:17 +0100 Subject: [App_rpt-users] How to connect two repeaters through a hub ? Message-ID: <56C8D855.6070001@bc-109.com> Hi again, Another "beginner" question : ;-) - I have two duplex repeaters (n? 1 and n? 2), on two separate mountains. Each one has app_rpt configured and running, alone. - I'd like to install a hub (n? 3) in the city, to connect repeaters 1 and 2 - the connection must be permanent : the audio of repeater 1 must be linked permanently to the audio on repeater 2 I read a lot of things, but I do not really understand what to do : - Do my repeaters 1 and 2 have to "register" (in iax.conf) to my hub 3, as ther would register to allstarlink.org ? If so, how should I declare the corersponding "server" in iax.conf on 3 ? - Do I need to declare 3 in the nodes stanza of 1, and 1 in the nodes stanza of 3 ? Or 1 in the nodes standa of 2, and 2 in the nodes stanza of 1 ? - How to make the connection between 1 and 2 (through 3) permanent ? (ie, without having to type DTMF commands to connect) Thank you for this great piece of software ! But I think mastering it will require some time, HI :-) 73 de TK1BI From t.ottavi at bc-109.com Sat Feb 20 21:49:34 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Sat, 20 Feb 2016 22:49:34 +0100 Subject: [App_rpt-users] How to connect two repeaters through a hub ? In-Reply-To: <56C8D855.6070001@bc-109.com> References: <56C8D855.6070001@bc-109.com> Message-ID: <56C8DF6E.6060306@bc-109.com> Le 20/02/2016 22:19, Toussaint OTTAVI a ?crit : > - How to make the connection between 1 and 2 (through 3) permanent ? > (ie, without having to type DTMF commands to connect) For that question, I found the answer : scripting. asterisk -rx "rpt fun " From mike at midnighteng.com Sat Feb 20 22:35:45 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sat, 20 Feb 2016 17:35:45 -0500 Subject: [App_rpt-users] How to connect two repeaters through a hub ? In-Reply-To: <56C8D855.6070001@bc-109.com> References: <56C8D855.6070001@bc-109.com> Message-ID: <06be8998a140b3b734532e1b62e5cb12.squirrel@webmail.midnighteng.com> There are many ways of doing the same thing. Each having their own implications. One method is using a 'start-up macro' to make the connection at startup from node3 to each of the other nodes in a permanent fashion. Using a assignment for this: (777 is our example assigned command for ilink,13) ???=ilink,11 ? Disconnect a previously permanently connected link ???=ilink,12 ? Permanently connect specified link ? monitor only 777=ilink,13 ;Permanently connect specified link ? transceive and running it in a startup macro for each of the other nodes you want a permanent connection. in rpt.conf startup_macro=*777(NodeNum),*777(NodeNum) ;Macro to run at startup (optional)(no # reqd) There are other ways of doing this. You will probably need to experiment to find what works best for your circumstances. ...mike/kb8jnm > Hi again, > > Another "beginner" question : ;-) > - I have two duplex repeaters (n?? 1 and n?? 2), on two separate > mountains. Each one has app_rpt configured and running, alone. > - I'd like to install a hub (n?? 3) in the city, to connect repeaters 1 and 2 > - the connection must be permanent : the audio of repeater 1 must be > linked permanently to the audio on repeater 2 > > I read a lot of things, but I do not really understand what to do : > - Do my repeaters 1 and 2 have to "register" (in iax.conf) to my hub 3, > as ther would register to allstarlink.org ? If so, how should I declare > the corersponding "server" in iax.conf on 3 ? > - Do I need to declare 3 in the nodes stanza of 1, and 1 in the nodes > stanza of 3 ? Or 1 in the nodes standa of 2, and 2 in the nodes stanza > of 1 ? > - How to make the connection between 1 and 2 (through 3) permanent ? > (ie, without having to type DTMF commands to connect) > > Thank you for this great piece of software ! But I think mastering it > will require some time, HI :-) > > 73 de TK1BI > _______________________________________________ > 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 t.ottavi at bc-109.com Sun Feb 21 17:13:00 2016 From: t.ottavi at bc-109.com (Toussaint OTTAVI) Date: Sun, 21 Feb 2016 18:13:00 +0100 Subject: [App_rpt-users] How to connect two repeaters through a hub ? In-Reply-To: <06be8998a140b3b734532e1b62e5cb12.squirrel@webmail.midnighteng.com> References: <56C8D855.6070001@bc-109.com> <06be8998a140b3b734532e1b62e5cb12.squirrel@webmail.midnighteng.com> Message-ID: <56C9F01C.1070302@bc-109.com> Le 20/02/2016 23:35, mike at midnighteng.com a ?crit : > One method is using a 'start-up macro' to make the connection Thank you. As you stated, I had to experiment a little while ;-) But it's amazing :-) Now, it works as expected. I'm using a macro for auto-start by default. And later, my little watchdog/controller, will activate/deactivate the link when needed, with something like this : asterisk -rx "rpt cmd 2 ilink 3 1" From electricity440 at gmail.com Tue Feb 23 00:35:55 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 22 Feb 2016 17:35:55 -0700 Subject: [App_rpt-users] Dial bug Message-ID: I am having a problem with AllStar registration on the Raspberry pi 2. I have the device connected to the internet for hours, and stats.allstarlink.org shows the node is active, but allstarlink.org/nodelist.php does not show the node in green, and I can not make any outbound connections nor can any node connect to me. So the only way I have been able to fix this is by first doing service asterisk reload (service asterisk restart gives me errors, another bug that needs to be fixed) killall rc.updatenodelist (nothing is returned, that means that upload node list program is not running!!!) rc.updatenodelist & Now it actually starts the process and the node list updates so I can connect to people. 73, Skyler -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Feb 23 00:44:36 2016 From: szingman at msgstor.com (Steve Zingman) Date: Mon, 22 Feb 2016 19:44:36 -0500 Subject: [App_rpt-users] Dial bug In-Reply-To: References: Message-ID: <56CBAB74.9000707@msgstor.com> cd /etc/asterisk asterisk -r iax2 show registry Should read something like Host dnsmgr Username Perceived Refresh State 67.215.233.178:4569 N xxxx xx.xx.xx.xx:xxxx 60 Registered exit ls -la dnsmgr.conf Is it there? If not wget https://github.com/N4IRS/AllStar/raw/master/configs/dnsmgr.conf reboot I'll get right on that killer bugs, stand by your computer and wait. reboot Check On 02/22/2016 07:35 PM, Skyler F wrote: > I am having a problem with AllStar registration on the Raspberry pi 2. > > I have the device connected to the internet for hours, and > stats.allstarlink.org shows the node is > active, but allstarlink.org/nodelist.php > does not show the node in green, > and I can not make any outbound connections nor can any node connect > to me. > > So the only way I have been able to fix this is by first doing > > service asterisk reload (service asterisk restart gives me errors, > another bug that needs to be fixed) > > killall rc.updatenodelist (nothing is returned, that means that upload > node list program is not running!!!) > > rc.updatenodelist & > > Now it actually starts the process and the node list updates so I can > connect to people. > > 73, > Skyler > > > > > > _______________________________________________ > 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. -- "Anything is possible if you don't know what you are talking about." 1st Law of Logic -------------- next part -------------- An HTML attachment was scrubbed... URL: From kuggie at kuggie.com Tue Feb 23 00:46:43 2016 From: kuggie at kuggie.com (Kevin Custer) Date: Mon, 22 Feb 2016 19:46:43 -0500 Subject: [App_rpt-users] Dial bug In-Reply-To: References: Message-ID: <56CBABF3.1040903@kuggie.com> Skyler, Have you tried the following: cd /etc/asterisk wget https://github.com/N4IRS/AllStar/raw/master/configs/dnsmgr.conf restart asterisk Kevin On 2/22/2016 7:35 PM, Skyler F wrote: > I am having a problem with AllStar registration on the Raspberry pi 2. > > I have the device connected to the internet for hours, and > stats.allstarlink.org shows the node is > active, but allstarlink.org/nodelist.php > does not show the node in green, > and I can not make any outbound connections nor can any node connect > to me. > > So the only way I have been able to fix this is by first doing > > service asterisk reload (service asterisk restart gives me errors, > another bug that needs to be fixed) > > killall rc.updatenodelist (nothing is returned, that means that upload > node list program is not running!!!) > > rc.updatenodelist & > > Now it actually starts the process and the node list updates so I can > connect to people. > > 73, > Skyler -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Tue Feb 23 00:49:19 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 22 Feb 2016 17:49:19 -0700 Subject: [App_rpt-users] Dial bug In-Reply-To: <82684D55-224C-4A85-AB58-C09216ED401C@goobie.org> References: <82684D55-224C-4A85-AB58-C09216ED401C@goobie.org> Message-ID: Yes. 4569 is forwarded properly (I am currently sshing into it remotely on my other port I forwarded) Thanks Kevin. do I simply do the wget? I don't have to run anything, and what folder do I have to place it in? Skyler On Mon, Feb 22, 2016 at 5:46 PM, KGoobie wrote: > Do you have port 4569 properly forwarded from the router to the RPi2? > > > Keiths > Sent from my iPad > > On Feb 22, 2016, at 7:35 PM, Skyler F wrote: > > > I have the device connected to the internet for hours, and > stats.allstarlink.org shows the node is active, but > allstarlink.org/nodelist.php does not show the node in green, and I > > -- Skyler Fennell amsatnet.info KD?WHB electricity440 at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Tue Feb 23 00:50:09 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 22 Feb 2016 17:50:09 -0700 Subject: [App_rpt-users] Dial bug In-Reply-To: References: <82684D55-224C-4A85-AB58-C09216ED401C@goobie.org> Message-ID: By the way, AllStar should work perfectly without port forwarding. There is no reason for ports if I am just doing outbound. On Mon, Feb 22, 2016 at 5:49 PM, Skyler F wrote: > Yes. 4569 is forwarded properly (I am currently sshing into it remotely on > my other port I forwarded) > > Thanks Kevin. do I simply do the wget? I don't have to run anything, and > what folder do I have to place it in? > > Skyler > > On Mon, Feb 22, 2016 at 5:46 PM, KGoobie wrote: > >> Do you have port 4569 properly forwarded from the router to the RPi2? >> >> >> Keiths >> Sent from my iPad >> >> On Feb 22, 2016, at 7:35 PM, Skyler F wrote: >> >> >> I have the device connected to the internet for hours, and >> stats.allstarlink.org shows the node is active, but >> allstarlink.org/nodelist.php does not show the node in green, and I >> >> > > > -- > 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 Tue Feb 23 00:53:46 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 22 Feb 2016 17:53:46 -0700 Subject: [App_rpt-users] Dial bug In-Reply-To: References: <82684D55-224C-4A85-AB58-C09216ED401C@goobie.org> Message-ID: Sorry I didn't read it enough. Ok. I placed the dnsmgr.conf in /etc/asterisk On Mon, Feb 22, 2016 at 5:50 PM, Skyler F wrote: > By the way, AllStar should work perfectly without port forwarding. There > is no reason for ports if I am just doing outbound. > > On Mon, Feb 22, 2016 at 5:49 PM, Skyler F > wrote: > >> Yes. 4569 is forwarded properly (I am currently sshing into it remotely >> on my other port I forwarded) >> >> Thanks Kevin. do I simply do the wget? I don't have to run anything, and >> what folder do I have to place it in? >> >> Skyler >> >> On Mon, Feb 22, 2016 at 5:46 PM, KGoobie wrote: >> >>> Do you have port 4569 properly forwarded from the router to the RPi2? >>> >>> >>> Keiths >>> Sent from my iPad >>> >>> On Feb 22, 2016, at 7:35 PM, Skyler F wrote: >>> >>> >>> I have the device connected to the internet for hours, and >>> stats.allstarlink.org shows the node is active, but >>> allstarlink.org/nodelist.php does not show the node in green, and I >>> >>> >> >> >> -- >> Skyler Fennell >> amsatnet.info >> KD?WHB >> electricity440 at gmail.com >> > > > > -- > 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 Tue Feb 23 01:17:53 2016 From: electricity440 at gmail.com (Skyler F) Date: Mon, 22 Feb 2016 18:17:53 -0700 Subject: [App_rpt-users] Dial bug In-Reply-To: <56CBAB74.9000707@msgstor.com> References: <56CBAB74.9000707@msgstor.com> Message-ID: Here is another bug: if you use cop 1, it causes the node to hang with no PL until you reboot it. On Mon, Feb 22, 2016 at 5:44 PM, Steve Zingman wrote: > cd /etc/asterisk > asterisk -r > iax2 show registry > Should read something like > Host dnsmgr Username Perceived Refresh > State > 67.215.233.178:4569 N xxxx xx.xx.xx.xx:xxxx 60 > Registered > exit > ls -la dnsmgr.conf > Is it there? > If not wget > https://github.com/N4IRS/AllStar/raw/master/configs/dnsmgr.conf > reboot > > I'll get right on that killer bugs, stand by your computer and wait. > > > > reboot > Check > > On 02/22/2016 07:35 PM, Skyler F wrote: > > I am having a problem with AllStar registration on the Raspberry pi 2. > > I have the device connected to the internet for hours, and > stats.allstarlink.org shows the node is active, but > allstarlink.org/nodelist.php does not show the node in green, and I can > not make any outbound connections nor can any node connect to me. > > So the only way I have been able to fix this is by first doing > > service asterisk reload (service asterisk restart gives me errors, > another bug that needs to be fixed) > > killall rc.updatenodelist (nothing is returned, that means that upload > node list program is not running!!!) > > rc.updatenodelist & > Now it actually starts the process and the node list updates so I can > connect to people. > > 73, > Skyler > > > > > > _______________________________________________ > App_rpt-users mailing listApp_rpt-users at ohnosec.orghttp://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. > > > -- > "Anything is possible if you don't know what you are talking about." > 1st Law of Logic > > > _______________________________________________ > 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 kuggie at kuggie.com Tue Feb 23 01:35:31 2016 From: kuggie at kuggie.com (Kevin Custer) Date: Mon, 22 Feb 2016 20:35:31 -0500 Subject: [App_rpt-users] Dial bug In-Reply-To: References: <82684D55-224C-4A85-AB58-C09216ED401C@goobie.org> Message-ID: <56CBB763.2090100@kuggie.com> > Skyler, > > Have you tried the following: > > cd /etc/asterisk > > wget https://github.com/N4IRS/AllStar/raw/master/configs/dnsmgr.conf > > restart asterisk > > Kevin > On 2/22/2016 7:53 PM, Skyler F wrote: > Sorry I didn't read it enough. Ok. I placed the dnsmgr.conf > in > /etc/asterisk Did you restart asterisk or simply reboot the Pi2? That's all you need to do, it does the rest upon the reboot and resolves any DNS issues. Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: From KM6HK at KM6HK.NET Tue Feb 23 17:35:54 2016 From: KM6HK at KM6HK.NET (KM6HK) Date: Tue, 23 Feb 2016 09:35:54 -0800 Subject: [App_rpt-users] Enable Inband DTMF Tones?? Message-ID: <198F43A7-F48D-43E7-BE31-660D4E61EACB@KM6HK.NET> Inband means that DTMF is transmitted within the audio of the phone conversation, i.e. it is audible to the conversation partners. How is this accomplished on a Allstar controlled repeater? In all cases the DTMF tones are muted by Allstar and not allowed to be heard by the recieving station. This is a use case issue for us, as we need to control other systems down the links that are listeningm so we nee in band audio on the tones, which, ideally, should be regenerated before transmission. We have tried various combination of linktolink=yes / propagate_dtmf=yes, / and *4, but none of that is working. in the following chart of duplex states, there does not seem to be a choice for half Duplex w/ telemetry tones, repeated audio, and hangtime.. duplex= Submitted by hwstar on Sun, 05/17/2009 - 14:13 This configuration option tells app_rpt how to handle audio passed through the radio interface. Please note that it does not perform the same function as the duplex= configuration option in the configuration file usbradio.conf. In rpt.conf, duplex= can be set to one of 5 different modes: Mode Description 0 Half duplex with no telemetry tones or hang time. Special Case: Full duplex if linktolink is set to yes. This mode is preferred when interfacing with an external multiport repeater controller. 1 Half duplex with telemetry tones and hang time. Does not repeat audio. This mode is preferred when interfacing a simplex node. 2 Full Duplex with telemetry tones and hang time. This mode is preferred when interfacing a repeater. 3 Full Duplex with telemetry tones and hang time, but no repeated audio. 4 Full Duplex with telemetry tones and hang time. Repeated audio only when the autopatch is down. -------------- next part -------------- An HTML attachment was scrubbed... URL: From larry at n7fm.com Tue Feb 23 17:49:28 2016 From: larry at n7fm.com (larry) Date: Tue, 23 Feb 2016 09:49:28 -0800 Subject: [App_rpt-users] Allmon2 Message-ID: This is more of a question for Tim Sawyer but Doug or others may have some input as well so decided to post it here. First let me say...I run a mixture of Acid, BBB & RPi2 nodes and I am new user of Allmon. Just recently I set up Allmon2 so I could group all my nodes on a single server for easy monitoring and control. What I discovered was when using the Allmon2 Control Panel there is a selection option that says "Say Time of Day (local only) the TT way" Not fully comprehending what the outcome would be .. the curiosity factor kicked in... Tried it!! Just happened to be controlling an ACID node at the time. It issued a *74 command defined on ACID servers as ilink,16 which is a "Reconnect links disconnected with "disconnect all links" command. On the BBB and RPi2 installs *74 is not defined by default. The equivalent Reconnect function calling ilink,16 is *77 on the BBB and RPi2 which is not available in Allmon2. Unless you defined a function *74 on the BBB or RPi2 there is no action by Allmon2 in its present configuration. I do realize that ilink functions can be redefined numerically on a per node basis. I would assume it is also possible to customize option commands in Allmon along with caption of the function it will perform? Can you point me to the file to make or add command changes? Or is the solution to reprogram all nodes to match Allmon and whatever *74 is customized to perform on each node? if so the Control Panel option message ought to be changed as it is misleading. Any Pointers? Thanks Larry - N7FM From n5zua at earthlink.net Tue Feb 23 17:58:53 2016 From: n5zua at earthlink.net (Steve Agee) Date: Tue, 23 Feb 2016 11:58:53 -0600 Subject: [App_rpt-users] Enable Inband DTMF Tones?? In-Reply-To: <198F43A7-F48D-43E7-BE31-660D4E61EACB@KM6HK.NET> References: <198F43A7-F48D-43E7-BE31-660D4E61EACB@KM6HK.NET> Message-ID: <56CC9DDD.3030709@earthlink.net> I believe that in addition to the "propagate_dtmf" command, you also need the "inxlat=" command. A copy and past from one of my nodes below shows the usage: inxlat=*,#,0123456789ABCD ; funchar,endchar,passchars propagate_dtmf=yes ; yes = pass passchars no=mute all dtmf N5ZUA On 2/23/2016 11:35 AM, KM6HK wrote: > /Inband/ means that DTMF is transmitted within the audio of the phone > conversation, i.e. it is audible to the conversation partners. > > _/How is this accomplished on a Allstar controlled repeater? In all > cases the DTMF tones are muted by Allstar and not allowed to be heard > by the recieving station. This is a use case issue for us, as we need > to control other systems down the links that are listeningm so we nee > in band audio on the tones, which, ideally, should > be regenerated before transmission./_ > _/ > /_ > We have tried various combination of linktolink=yes / > propagate_dtmf=yes, / and *4, but none of that is working. > > in the following chart of duplex states, there does not seem to be a > choice for half Duplex w/ telemetry tones, repeated audio, and hangtime.. > > > duplex= > > Submitted by hwstar on Sun, 05/17/2009 - 14:13 > > This configuration option tells app_rpt how to handle audio passed > through the radio interface. Please note that it does not perform the > same function as the duplex= configuration option in the configuration > file usbradio.conf. In rpt.conf, duplex= can be set to one of 5 > different modes: > > Mode Description > 0 Half duplex with no telemetry tones or hang time. Special Case: > Full duplex if linktolink is set to yes. This mode is preferred when > interfacing with an external multiport repeater controller. > 1 Half duplex with telemetry tones and hang time. Does not repeat > audio. This mode is preferred when interfacing a simplex node. > 2 Full Duplex with telemetry tones and hang time. This mode is > preferred when interfacing a repeater. > 3 Full Duplex with telemetry tones and hang time, but no repeated audio. > 4 Full Duplex with telemetry tones and hang time. Repeated audio only > when the autopatch is down. > > > > > _______________________________________________ > 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 Feb 23 18:00:51 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Tue, 23 Feb 2016 13:00:51 -0500 Subject: [App_rpt-users] Enable Inband DTMF Tones?? In-Reply-To: <198F43A7-F48D-43E7-BE31-660D4E61EACB@KM6HK.NET> References: <198F43A7-F48D-43E7-BE31-660D4E61EACB@KM6HK.NET> Message-ID: A short solution can be to make a command to generate specific DTMF strings. cop 200 thru 215 ? (Send DTMF 0-9,*,#,A-D) (200=0, 201=1, 210=*, etc) Create the DTMF strings needed and call them from a macro. I believe the dtmf rules are hard coded in the radio channel. ...mike/kb8jnm > Inband means that DTMF is transmitted within the audio of the phone conversation, > i.e. it is audible to the conversation partners. > > How is this accomplished on a Allstar controlled repeater? In all cases the DTMF > tones are muted by Allstar and not allowed to be heard by the recieving station. > This is a use case issue for us, as we need to control other systems down the links > that are listeningm so we nee in band audio on the tones, which, ideally, should be > regenerated before transmission. > > We have tried various combination of linktolink=yes / propagate_dtmf=yes, / and > *4, but none of that is working. > > in the following chart of duplex states, there does not seem to be a choice for > half Duplex w/ telemetry tones, repeated audio, and hangtime.. > > duplex= > Submitted by hwstar on Sun, 05/17/2009 - 14:13 > This configuration option tells app_rpt how to handle audio passed through the > radio interface. Please note that it does not perform the same function as the > duplex= configuration option in the configuration file usbradio.conf. In rpt.conf, > duplex= can be set to one of 5 different modes: > > Mode Description > 0 Half duplex with no telemetry tones or hang time. Special Case: Full duplex if > linktolink is set to yes. This mode is preferred when interfacing with an external > multiport repeater controller. > 1 Half duplex with telemetry tones and hang time. Does not repeat audio. This mode > is preferred when interfacing a simplex node. > 2 Full Duplex with telemetry tones and hang time. This mode is preferred when > interfacing a repeater. > 3 Full Duplex with telemetry tones and hang time, but no repeated audio. > 4 Full Duplex with telemetry tones and hang time. Repeated audio only when the > autopatch is down. > > _______________________________________________ > 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 szingman at msgstor.com Tue Feb 23 18:07:18 2016 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 23 Feb 2016 13:07:18 -0500 Subject: [App_rpt-users] Allmon2 In-Reply-To: References: Message-ID: Larry, Take a look at controlpanel.ini.txt 73, Steve N4IRS On Tue, Feb 23, 2016 at 12:49 PM, larry wrote: > This is more of a question for Tim Sawyer but Doug or others may have some > input as well so decided to post it here. > > First let me say...I run a mixture of Acid, BBB & RPi2 nodes and I am new > user of Allmon. > > Just recently I set up Allmon2 so I could group all my nodes on a single > server for easy monitoring and control. > What I discovered was when using the Allmon2 Control Panel there is a > selection option that says "Say Time of Day (local only) the TT way" > Not fully comprehending what the outcome would be .. the curiosity factor > kicked in... Tried it!! > > Just happened to be controlling an ACID node at the time. It issued a *74 > command defined on ACID servers as ilink,16 which is a "Reconnect links > disconnected with "disconnect all links" command. On the BBB and RPi2 > installs *74 is not defined by default. The equivalent Reconnect function > calling ilink,16 is *77 on the BBB and RPi2 which is not available in > Allmon2. Unless you defined a function *74 on the BBB or RPi2 there is no > action by Allmon2 in its present configuration. > > I do realize that ilink functions can be redefined numerically on a per > node basis. I would assume it is also possible to customize option commands > in Allmon along with caption of the function it will perform? Can you point > me to the file to make or add command changes? Or is the solution to > reprogram all nodes to match Allmon and whatever *74 is customized to > perform on each node? if so the Control Panel option message ought to be > changed as it is misleading. > > Any Pointers? > > Thanks > > Larry - N7FM > _______________________________________________ > 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 larry at n7fm.com Tue Feb 23 18:12:55 2016 From: larry at n7fm.com (larry) Date: Tue, 23 Feb 2016 10:12:55 -0800 Subject: [App_rpt-users] Allmon2 In-Reply-To: <56CC9BA8.90206@n7fm.com> References: <56CC9BA8.90206@n7fm.com> Message-ID: Found the answer to my own question so disregard... controlpanel.ini.txt has it all Larry - N7FM On 02/23/2016 09:49 AM, larry wrote: > This is more of a question for Tim Sawyer but Doug or others may have > some input as well so decided to post it here. > > First let me say...I run a mixture of Acid, BBB & RPi2 nodes and I am > new user of Allmon. > > Just recently I set up Allmon2 so I could group all my nodes on a > single server for easy monitoring and control. > What I discovered was when using the Allmon2 Control Panel there is a > selection option that says "Say Time of Day (local only) the TT way" > Not fully comprehending what the outcome would be .. the curiosity > factor kicked in... Tried it!! > > Just happened to be controlling an ACID node at the time. It issued a > *74 command defined on ACID servers as ilink,16 which is a "Reconnect > links disconnected with "disconnect all links" command. On the BBB and > RPi2 installs *74 is not defined by default. The equivalent Reconnect > function calling ilink,16 is *77 on the BBB and RPi2 which is not > available in Allmon2. Unless you defined a function *74 on the BBB or > RPi2 there is no action by Allmon2 in its present configuration. > > I do realize that ilink functions can be redefined numerically on a > per node basis. I would assume it is also possible to customize option > commands in Allmon along with caption of the function it will perform? > Can you point me to the file to make or add command changes? Or is the > solution to reprogram all nodes to match Allmon and whatever *74 is > customized to perform on each node? if so the Control Panel option > message ought to be changed as it is misleading. > > Any Pointers? > > Thanks > > Larry - N7FM > _______________________________________________ > 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 selkie2 at comcast.net Tue Feb 23 18:52:50 2016 From: selkie2 at comcast.net (DuaneVT .) Date: Tue, 23 Feb 2016 13:52:50 -0500 Subject: [App_rpt-users] CM108 USB fob no PTT/red LED Message-ID: I'm running DIAL on a R-Pi2 into a modified USB fob for connection to my repeater. Everything seems to load and be configured fine, but I can't get the fob PTT to trip. I believe the PTT FET is driven from the red LED on the fob (pin13) and I can't get a new unmodded fob to cycle the red LED either. Simpleusb-tune-menu "f" test of PTT and audio shows no LED/PTT activity, but tone is OK. Audio courtesy tones and hang time and receive audio passes the in/out of the fob during COR, just NO keying. Now I did install DIAL on the R-Pi2 without CM108 attached if that was important. Ideas where the config is unright? 73, Duane KA1LM? #42996 -------------- next part -------------- An HTML attachment was scrubbed... URL: From szingman at msgstor.com Tue Feb 23 18:58:07 2016 From: szingman at msgstor.com (Steve Zingman) Date: Tue, 23 Feb 2016 13:58:07 -0500 Subject: [App_rpt-users] CM108 USB fob no PTT/red LED In-Reply-To: References: Message-ID: Duane, The red LED on the sound fob is not PTT. It's mute. You would need to add a LED to the PTT output circuit to get a LED for transmit. 73, Steve N4IRS On Tue, Feb 23, 2016 at 1:52 PM, DuaneVT . wrote: > > I'm running DIAL on a R-Pi2 into a modified USB fob for connection to my > repeater. > Everything seems to load and be configured fine, but I can't get the fob > PTT to trip. I believe the PTT FET is driven from the red LED on the fob > (pin13) and I can't get a new unmodded fob to cycle the red LED either. > Simpleusb-tune-menu "f" test of PTT and audio shows no LED/PTT activity, > but tone is OK. > Audio courtesy tones and hang time and receive audio passes the in/out of > the fob during COR, just NO keying. > Now I did install DIAL on the R-Pi2 without CM108 attached if that was > important. > Ideas where the config is unright? > 73, > Duane KA1LM? #42996 > > _______________________________________________ > 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 Feb 23 22:05:38 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Tue, 23 Feb 2016 14:05:38 -0800 Subject: [App_rpt-users] CM108 USB fob no PTT/red LED In-Reply-To: Message-ID: See enclosed photo..you will need to cut a trace that angles over to the switch on the side of the board with the Red LED, and drill a hole as shown (1/16"), then solder a piece of wire wrap wire from the trace leading to the angle trace (from LED resistor R10) and connect it via the hole to pin 13 on the CM-108. I've done it several times. I kind of like the red LED when I'm troubleshooting the Pi or the BBB rpt_app setup. Thanks, Bob kk6ecm _____ From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of DuaneVT . Sent: Tuesday, February 23, 2016 10:53 AM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] CM108 USB fob no PTT/red LED I'm running DIAL on a R-Pi2 into a modified USB fob for connection to my repeater. Everything seems to load and be configured fine, but I can't get the fob PTT to trip. I believe the PTT FET is driven from the red LED on the fob (pin13) and I can't get a new unmodded fob to cycle the red LED either. Simpleusb-tune-menu "f" test of PTT and audio shows no LED/PTT activity, but tone is OK. Audio courtesy tones and hang time and receive audio passes the in/out of the fob during COR, just NO keying. Now I did install DIAL on the R-Pi2 without CM108 attached if that was important. Ideas where the config is unright? 73, Duane KA1LM? #42996 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: PPT & Red LED_01.JPG Type: image/jpeg Size: 130117 bytes Desc: not available URL: From ve7lyd at gmail.com Tue Feb 23 22:40:04 2016 From: ve7lyd at gmail.com (Jesse Lloyd) Date: Tue, 23 Feb 2016 14:40:04 -0800 Subject: [App_rpt-users] RTCM & Thunderbolt "GPS Waiting for acquisition" Message-ID: Hi All, I'm attempting to get an RTCM and Trimble Thunderbolt E to talk. I'm using TSIP for the connection. Using debug level 14 I see "GPS Receiver Active, waiting for acquisition" Using debug level of 40 I can see packets coming in "DEBUG: TSIP: ok, 0, 9 - 14: 00 00 04 00 00 00 When I use Trimbles software "TrimbleStudio" I can see that the GPS's mode is "3-D, Auto"; its Status is "doing position fixes"; its Almanac is "complete & current". I can see the Lat/Lon and Altitude updating, and 6 satellites are being used for a position fix. It's in monitor mode TSIP 9600 8N1. I can't figure out why the Trimble software says everything is good, but the RTCM says the GPS is waiting for acquisition. Any ideas? Is there a debug level in the RTCM that might provide more information? Thanks, Jesse -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve7lyd at gmail.com Tue Feb 23 22:58:30 2016 From: ve7lyd at gmail.com (Jesse Lloyd) Date: Tue, 23 Feb 2016 14:58:30 -0800 Subject: [App_rpt-users] RTCM & Thunderbolt "GPS Waiting for acquisition" In-Reply-To: References: Message-ID: Ok, figured it out. The GPS had a EEPROM error showing, rebooting it and waiting for a lock fixed the issue. Debug shows: DEBUG: TSIP: ok, 0, 9 - 14: 00 00 00 00 00 00 when everything's OK Cheers, Jesse On Tue, Feb 23, 2016 at 2:40 PM, Jesse Lloyd wrote: > Hi All, > > I'm attempting to get an RTCM and Trimble Thunderbolt E to talk. I'm using > TSIP for the connection. > > Using debug level 14 I see "GPS Receiver Active, waiting for acquisition" > > Using debug level of 40 I can see packets coming in "DEBUG: TSIP: ok, 0, 9 > - 14: 00 00 04 00 00 00 > > When I use Trimbles software "TrimbleStudio" I can see that the GPS's mode > is "3-D, Auto"; its Status is "doing position fixes"; its Almanac is > "complete & current". I can see the Lat/Lon and Altitude updating, and 6 > satellites are being used for a position fix. It's in monitor mode TSIP > 9600 8N1. > > I can't figure out why the Trimble software says everything is good, but > the RTCM says the GPS is waiting for acquisition. > > Any ideas? Is there a debug level in the RTCM that might provide more > information? > > Thanks, > > Jesse > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dropbox at digitalattack.org Tue Feb 23 23:56:03 2016 From: dropbox at digitalattack.org (gregory) Date: Tue, 23 Feb 2016 15:56:03 -0800 Subject: [App_rpt-users] duplex=2, hear myself, repeater In-Reply-To: <56CCF069.5020404@digitalattack.org> References: <56CCF069.5020404@digitalattack.org> Message-ID: <56CCF193.40805@digitalattack.org> Hi all, in duplex=2 i can hear myself for just a sec when i unkey. Is the correct was to solve this is to change to duplex=3 and wire the rx radio audio out/cod to the tx radio audio in/ptt? hardware = kenwood tx radio, kenwood rx radio, asterisk on pi2, uri, duplexer. wiring PDF here w6fbw.digitalattack.org/wiring.pdf From kk6ecm at gmail.com Wed Feb 24 00:07:08 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Tue, 23 Feb 2016 16:07:08 -0800 Subject: [App_rpt-users] duplex=2, hear myself, repeater In-Reply-To: <56CCF193.40805@digitalattack.org> References: <56CCF069.5020404@digitalattack.org> <56CCF193.40805@digitalattack.org> Message-ID: <8FB00332-B4E5-4F12-B7A1-3D8FFCBE2140@gmail.com> Issue with simpleusb on the Pi2. I implemented USB radio, and the problem went away. Modify modules,conf (no load simple, and load usbradio, and add usbradio and usbradio_ tune_. Recommend tuning per instructions. May have missed something. Thanks, Bob kk6ecm 73 Sent from iPad > On Feb 23, 2016, at 3:56 PM, gregory wrote: > > Hi all, in duplex=2 i can hear myself for just a sec when i unkey. Is the correct was to solve this is to change to duplex=3 and wire the rx radio audio out/cod to the tx radio audio in/ptt? > > hardware = kenwood tx radio, kenwood rx radio, asterisk on pi2, uri, duplexer. > > wiring PDF here > > w6fbw.digitalattack.org/wiring.pdf > > > _______________________________________________ > 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 kk6ecm at gmail.com Wed Feb 24 00:09:48 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Tue, 23 Feb 2016 16:09:48 -0800 Subject: [App_rpt-users] duplex=2, hear myself, repeater In-Reply-To: <8FB00332-B4E5-4F12-B7A1-3D8FFCBE2140@gmail.com> References: <56CCF069.5020404@digitalattack.org> <56CCF193.40805@digitalattack.org> <8FB00332-B4E5-4F12-B7A1-3D8FFCBE2140@gmail.com> Message-ID: See update below > On Feb 23, 2016, at 4:07 PM, kk6ecm wrote: > > Issue with simpleusb on the Pi2. I implemented USB radio, and the problem went away. Modify modules,conf (no load simple, and load usbradio, and add usbradio.conf and usbradio_ tune_.conf. Update rpt.conf. Recommend tuning per instructions. > > May have missed something. > > Thanks, > Bob > kk6ecm > 73 > > Sent from iPad > > >> On Feb 23, 2016, at 3:56 PM, gregory wrote: >> >> Hi all, in duplex=2 i can hear myself for just a sec when i unkey. Is the correct was to solve this is to change to duplex=3 and wire the rx radio audio out/cod to the tx radio audio in/ptt? >> >> hardware = kenwood tx radio, kenwood rx radio, asterisk on pi2, uri, duplexer. >> >> wiring PDF here >> >> w6fbw.digitalattack.org/wiring.pdf >> >> >> _______________________________________________ >> 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 at midnighteng.com Wed Feb 24 00:21:35 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Tue, 23 Feb 2016 19:21:35 -0500 Subject: [App_rpt-users] duplex=2, hear myself, repeater In-Reply-To: <56CCF193.40805@digitalattack.org> References: <56CCF069.5020404@digitalattack.org> <56CCF193.40805@digitalattack.org> Message-ID: <00d14aeaa7ab9db278dd50176a6af319.squirrel@webmail.midnighteng.com> I'm sorry O.M. your message is not clear but I'll try from what I see. First, there is a duplex= setting in both rpt.conf and usbradio.conf I was not sure you have been changing the correct one. It's happened before.... Assuming a full duplex simple repeater, duplex=1 in usbradio.conf... see http://ohnosec.org/drupal/node/193 duplex=2 in rpt.conf... see http://ohnosec.org/drupal/node/84 If there is some other issue, it could be in other timers/settings if you are using the correct duplex for your need. But sometimes a simple remove and replace the usb sound dongle may clean it out if you have been adjusting settings very much. If not resolved, try a hard boot and test before adjusting settings again. ...mike/kb8jnm > Hi all, in duplex=2 i can hear myself for just a sec when i unkey. Is > the correct was to solve this is to change to duplex=3 and wire the rx > radio audio out/cod to the tx radio audio in/ptt? > > hardware = kenwood tx radio, kenwood rx radio, asterisk on pi2, uri, > duplexer. > > wiring PDF here > > w6fbw.digitalattack.org/wiring.pdf > > > _______________________________________________ > 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 buddy at brannan.name Wed Feb 24 00:35:04 2016 From: buddy at brannan.name (Buddy Brannan) Date: Tue, 23 Feb 2016 19:35:04 -0500 Subject: [App_rpt-users] duplex=2, hear myself, repeater In-Reply-To: <00d14aeaa7ab9db278dd50176a6af319.squirrel@webmail.midnighteng.com> References: <56CCF069.5020404@digitalattack.org> <56CCF193.40805@digitalattack.org> <00d14aeaa7ab9db278dd50176a6af319.squirrel@webmail.midnighteng.com> Message-ID: I think I understand what he's saying. It's just the usual latency combined with a really fast TR turnaround on his radio (not the repeater but whatever he's accessing the repeater with). If you listen to the output of your repeater while you're transmitting, you'll notice a bit of a delay. No way around that, I'm afraid, but that's what you're hearing. -- Buddy Brannan, KB5ELV - Erie, PA Phone: 814-860-3194 Mobile: 814-431-0962 Email: buddy at brannan.name > On Feb 23, 2016, at 7:21 PM, mike at midnighteng.com wrote: > > > I'm sorry O.M. your message is not clear but I'll try from what I see. > > First, there is a duplex= setting in both rpt.conf and usbradio.conf > I was not sure you have been changing the correct one. > It's happened before.... > > Assuming a full duplex simple repeater, > > duplex=1 in usbradio.conf... see http://ohnosec.org/drupal/node/193 > > > duplex=2 in rpt.conf... see http://ohnosec.org/drupal/node/84 > > If there is some other issue, it could be in other timers/settings if you are using > the correct duplex for your need. But sometimes a simple remove and replace the usb > sound dongle may clean it out if you have been adjusting settings very much. > If not resolved, try a hard boot and test before adjusting settings again. > > > ...mike/kb8jnm > > > > >> Hi all, in duplex=2 i can hear myself for just a sec when i unkey. Is >> the correct was to solve this is to change to duplex=3 and wire the rx >> radio audio out/cod to the tx radio audio in/ptt? >> >> hardware = kenwood tx radio, kenwood rx radio, asterisk on pi2, uri, >> duplexer. >> >> wiring PDF here >> >> w6fbw.digitalattack.org/wiring.pdf >> >> >> _______________________________________________ >> 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 selkie2 at comcast.net Wed Feb 24 02:02:09 2016 From: selkie2 at comcast.net (DuaneVT .) Date: Tue, 23 Feb 2016 21:02:09 -0500 Subject: [App_rpt-users] CM108 USB fob fixed Message-ID: Thank you to Steve and Bob for getting right back to me with a clarification of the PTT mod. My impression was that the red LED was PTT and not MUTE due to the way the instructions showed the red and green LEDs without mentioning that they were added to the original PCB. I did the trace cut to isolate the red 330R resistor and wired to the CM108/13 pin. Great idea to reuse the onboard red LED. All works fine now. I noted a Facebook comment apparently referencing these "fob" questions. Thanks for not offering any help. Perhaps one day I'll know it all like you. But for now, my hands are full learning Linux, R-Pi2,app_rpt, and Allstar Link from scratch. I hope soon to have my MSR2000 linked in the network. Thanks again for those who took the time to be nice. 73, Duane -------------- next part -------------- An HTML attachment was scrubbed... URL: From electricity440 at gmail.com Thu Feb 25 01:43:37 2016 From: electricity440 at gmail.com (Skyler F) Date: Wed, 24 Feb 2016 18:43:37 -0700 Subject: [App_rpt-users] Dial Message-ID: I apologize for the earlier e-mail pointing out the small bugs of DIAL letting it down. DIAL is an awesome operating system, and has had a lot of work put into it from Steve. Despite the few problems I found, it beats ACID by a lot, and is awesome that it runs both on raspberry pi and computers! I don't want the bugs I pointed out to scare anyone away from this distro. 73 Skyler KD0WHB -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve7lyd at gmail.com Thu Feb 25 02:18:55 2016 From: ve7lyd at gmail.com (Jesse Lloyd) Date: Wed, 24 Feb 2016 18:18:55 -0800 Subject: [App_rpt-users] DTMF Passing on RTCM voter system Message-ID: Hi All, I have a very simple setup. We're building a stand alone repeater with one voting receiver and putting a WLAN link it to tie the two together. So rpt.conf [1] rxchannel = Voter/1 duplex = 2 hangtime=100 althangtime=100 totime = 495000 voter.conf [general] port = 667 buflen = 125 password = **** [1] client1 = rtcm1,transmit,master client2 = rtcm2 txctcss = 100.0 txctcsslevel = 30 txtoctype = phase txprelim = yes thresholds = 255,1=10:20 mixminus = y About as simple as it gets. I have a device with requires me to poll it via DTMF. As it stands I can't get DTMF to repeat out of the transmitter. App-rpt mutes the audio. Any ideas on how I can get this to work? I don't need to control any of asterisk's functions with DTMF. I can see chan_voter.c:1529 voter_mix_and_send: Voter 1 Got DTMF char 5 so I know it's decoding. Everything I've read deals with sending DTMF to another node and out to RF, but this is keeping DTMF inside the same node. Thanks, Jesse -------------- next part -------------- An HTML attachment was scrubbed... URL: From kizzy at lusfiber.net Thu Feb 25 19:51:44 2016 From: kizzy at lusfiber.net (Steve Mahler) Date: Thu, 25 Feb 2016 13:51:44 -0600 Subject: [App_rpt-users] New Node and Question Message-ID: <56CF5B50.1010502@lusfiber.net> Hello from Lafayette, Louisiana. Node 42316 has just been tied to its repeater. It sounds great. We are going to try tomorrow to get a discriminator tap off of the receiver so we can have multi PL. I have some questions. If you are willing to talk with me about a couple of issues ... please send you phone number and I'll call you (or suggest something else ... I could talk to you on your node). The system is ACID. We would like to bring back some functionality of the previous SkyWarn controller. And although I have used Asterisk for some simple projects, I need some help with understanding how the config files are processed by app_rpt. The topics are: 1) Interaction between the COR, CTCSS and override settings 2) CTCSS RX/TX lists ... can you have a PL in the RX and not in the TX, and have the default PL generated? 3) I need help understanding the DTMF command structure and adding new commands. 4) Solicit comments about SWISSARMY (K0KN) ...STeve - KF5VH From Bob at Fot.com.au Fri Feb 26 01:15:36 2016 From: Bob at Fot.com.au (Bob) Date: Fri, 26 Feb 2016 09:15:36 +0800 Subject: [App_rpt-users] Remote Commands Message-ID: <1531b2532c0.2760.3abf4921a338d2d55223dfb5f6d5c2e6@Fot.com.au> Hi Gurus I am trying to make a second node I control to connect to another node .... I am sending from the CLI rpt cmd 28608 ilink 4,42332 *342321 The node I am on is 28608 The node I wish to issue the connect from is 42342 And I want to connect to 42321 Is this possible ?? 73 Bob VK6ZGN From bdboyle at bdboyle.com Fri Feb 26 02:09:08 2016 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Thu, 25 Feb 2016 21:09:08 -0500 Subject: [App_rpt-users] Remote Commands In-Reply-To: <1531b2532c0.2760.3abf4921a338d2d55223dfb5f6d5c2e6@Fot.com.au> References: <1531b2532c0.2760.3abf4921a338d2d55223dfb5f6d5c2e6@Fot.com.au> Message-ID: i would write a bash script to do it and call it with a command from dtmf. lots of examples in the archives; you just need to put a pause in between the *4nodenumber and the command you are passing to it. -- Bryan Sent from my iPhone 6S...No electrons were harmed in the sending of this message. > On Feb 25, 2016, at 20:15, Bob wrote: > > Hi Gurus > > I am trying to make a second node I control to connect to another node .... > > I am sending from the CLI > > rpt cmd 28608 ilink 4,42332 *342321 > > The node I am on is 28608 > The node I wish to issue the connect from is 42342 > And I want to connect to 42321 > > Is this possible ?? > 73 > Bob > VK6ZGN > > > _______________________________________________ > 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 Fri Feb 26 22:39:26 2016 From: petem001 at hotmail.com (pete M) Date: Fri, 26 Feb 2016 17:39:26 -0500 Subject: [App_rpt-users] test Message-ID: the list is pretty calm From kk6ecm at gmail.com Sat Feb 27 01:35:31 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Fri, 26 Feb 2016 17:35:31 -0800 Subject: [App_rpt-users] dahdi in ACID Message-ID: <85D4D46D729E45C9BDE6C13B327E2F68@ThePykesHP> I'm getting the following message in ACID (CentOS 5.4) (I know, but deciding to leave it for now :-) [Feb 26 12:27:51] ERROR[10463] codec_dahdi.c: Failed to open /dev/zap/transcode: No such file or directory It appears transcode is not being generated. The repeater seems to work fine, but it keeps adding to our /var/log/asterisk/messages file. Any ideas for a solution, or should I even be concerned? Thanks, Bob kk6ecm From edharwood at ymail.com Sat Feb 27 02:29:32 2016 From: edharwood at ymail.com (Ed Harwood) Date: Fri, 26 Feb 2016 20:29:32 -0600 Subject: [App_rpt-users] Allstars Link Message-ID: <8B4C2ABE-C333-4513-8FB6-739970C3880E@ymail.com> Hello to the list. My name is Ed Harwood (W5CVE). I'm learning Linux as I go and I just got a Raspberry PI 2 this week. It came with a SD chip that had NOOBS installed. From noobs I installed Raspbian. Well noobs was removed during the install. I downloaded the rpi2_dial.img from the Allstar Link page so that I can setup an Allstars node. Now I don't know how to install that file. Can somebody help me out and provide some answers? Thank you so much in advance. Ed Harwood, W5CVE Sent from my iPhone From kizzy at lusfiber.net Mon Feb 29 01:37:49 2016 From: kizzy at lusfiber.net (Steve Mahler) Date: Sun, 28 Feb 2016 19:37:49 -0600 Subject: [App_rpt-users] RxCTCSSfreqs / EchoLink Message-ID: <56D3A0ED.6090605@lusfiber.net> Does anyone have information on ... 1) In rpt.conf, setting variable rxctcssfreqs, where is the table of valid RX tones? 2) In rpt.conf, setting variables [tr]xctcssfreqs, is there a limit to the number of tones added to the list? 3) Can the EchoLink section be configured to say ... W9YB Connected ... but NOT say ... to node 41111? ...STeve KF5VH From kk6ecm at gmail.com Mon Feb 29 02:01:57 2016 From: kk6ecm at gmail.com (kk6ecm) Date: Sun, 28 Feb 2016 18:01:57 -0800 Subject: [App_rpt-users] RxCTCSSfreqs / EchoLink In-Reply-To: <56D3A0ED.6090605@lusfiber.net> Message-ID: <09300DC3C7E34FC08B81CE18F82741DC@ThePykesHP> Location may depend on your version of app_rpt... the following file in the DIAL src files contains the list of ctcss frequencies. Changes at this level will require editing code and recompiling. CTCSS codes are considered a standard for all radios. In other words, you may make the change to app_rpt, but may not find a radio that can implement it. /usr/src/astsrc-1.4.23-pre/asterisk/channels/xpmr/xpmr_coef.h http://docs.allstarlink.org/drupal/search/node/telemetry Bob kk6ecm -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Steve Mahler Sent: Sunday, February 28, 2016 5:38 PM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] RxCTCSSfreqs / EchoLink Does anyone have information on ... 1) In rpt.conf, setting variable rxctcssfreqs, where is the table of valid RX tones? 2) In rpt.conf, setting variables [tr]xctcssfreqs, is there a limit to the number of tones added to the list? 3) Can the EchoLink section be configured to say ... W9YB Connected ... but NOT say ... to node 41111? ...STeve KF5VH _______________________________________________ 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 at midnighteng.com Mon Feb 29 04:07:35 2016 From: mike at midnighteng.com (mike at midnighteng.com) Date: Sun, 28 Feb 2016 23:07:35 -0500 Subject: [App_rpt-users] RxCTCSSfreqs / EchoLink In-Reply-To: <56D3A0ED.6090605@lusfiber.net> References: <56D3A0ED.6090605@lusfiber.net> Message-ID: <9c230ff35819f120c4d02eb0db18a27e.squirrel@webmail.midnighteng.com> I can only refer to ACID > Does anyone have information on ... > > 1) In rpt.conf, setting variable rxctcssfreqs, where is the table of > valid RX tones? Someone might correct me if I am wrong but "I believe" any tone is valid. You are using the freq in hz with decimal (100.0,103.5) and it is generated/decoded in dsp. Non-standard tones 'should' be able to be generated/decoded. > 2) In rpt.conf, setting variables [tr]xctcssfreqs, is there a limit to > the number of tones added to the list? Perhaps someone knows but I have never seen it written as to a limit. Not much help on that one... Try as many as you need and see if it works. > 3) Can the EchoLink section be configured to say ... W9YB Connected ... > but NOT say ... to node 41111? No, you will have the 'connected to' or nothing. eannmode=2 ;0=no announcements, 1=node number(Allstar-xlated), 2=callsign, 3=both http://ohnosec.org/drupal/node/107 It 'should be possible' to shut it off and make your own scripting using a "ON-EVENT" looking for connections from a 3xxxxx node (that were not there previously) to then speak what you want. But I have not done that myself. http://ohnosec.org/drupal/node/176 ...mike/kb8jnm > ...STeve > KF5VH > > _______________________________________________ > 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 jrorke at cogeco.ca Mon Feb 29 20:55:44 2016 From: jrorke at cogeco.ca (Jon Rorke) Date: Mon, 29 Feb 2016 15:55:44 -0500 Subject: [App_rpt-users] RxCTCSSfreqs / EchoLink In-Reply-To: <9c230ff35819f120c4d02eb0db18a27e.squirrel@webmail.midnighteng.com> References: <56D3A0ED.6090605@lusfiber.net> <9c230ff35819f120c4d02eb0db18a27e.squirrel@webmail.midnighteng.com> Message-ID: <56D4B050.9040503@cogeco.ca> rxsctcssfreqs and txctcssfreqs are defined in the usbradio.conf file not rpt.conf. Jon VA3RQ On 2/28/2016 11:07 PM, mike at midnighteng.com wrote: > I can only refer to ACID > > >> Does anyone have information on ... >> >> 1) In rpt.conf, setting variable rxctcssfreqs, where is the table of >> valid RX tones? > Someone might correct me if I am wrong but "I believe" any tone is valid. You are > using the freq in hz with decimal (100.0,103.5) and it is generated/decoded in dsp. > Non-standard tones 'should' be able to be generated/decoded. > > > >> 2) In rpt.conf, setting variables [tr]xctcssfreqs, is there a limit to >> the number of tones added to the list? > Perhaps someone knows but I have never seen it written as to a limit. > Not much help on that one... > Try as many as you need and see if it works. > > >> 3) Can the EchoLink section be configured to say ... W9YB Connected ... >> but NOT say ... to node 41111? > No, you will have the 'connected to' or nothing. > eannmode=2 ;0=no announcements, 1=node number(Allstar-xlated), 2=callsign, 3=both > > http://ohnosec.org/drupal/node/107 > > It 'should be possible' to shut it off and make your own scripting using a > "ON-EVENT" looking for connections from a 3xxxxx node (that were not there > previously) to then speak what you want. But I have not done that myself. > > http://ohnosec.org/drupal/node/176 > > > > ...mike/kb8jnm > > > >> ...STeve >> KF5VH >> >> _______________________________________________ >> 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. > --- This email is free from viruses and malware because avast! Antivirus protection is active. https://www.avast.com/antivirus