From kt9ac at ameritech.net Sun May 1 00:59:58 2011 From: kt9ac at ameritech.net (Tony KT9AC) Date: Sat, 30 Apr 2011 19:59:58 -0500 Subject: [App_rpt-users] Switching Courtesy Tones Message-ID: <4DBCB08E.2070208@ameritech.net> Has anyone been able to switch courtesy tones, either by COP commands or Event Management Subsystem? I would like to do so based on GPIO inputs. Would this be a code enhancement request? Thanks, Tony From ki6psp at gmail.com Tue May 3 00:32:45 2011 From: ki6psp at gmail.com (KI6PSP (Ed)) Date: Mon, 2 May 2011 17:32:45 -0700 Subject: [App_rpt-users] AX25 on an Allstar Node Message-ID: Does the installation in its current form support AX25? I ask, because I am being asked by my club to integrate WINLINK 2000 onto the computer. I plan on using the available serial port to a TNC. Thanks -- KI6PSP (Ed) -------------- next part -------------- An HTML attachment was scrubbed... URL: From ve2pkt at gmail.com Wed May 4 02:04:54 2011 From: ve2pkt at gmail.com (=?ISO-8859-1?Q?Jean_L=E9tourneau?=) Date: Tue, 3 May 2011 22:04:54 -0400 Subject: [App_rpt-users] problems Message-ID: I am using is version 01.01.46 And my Xipar is version 1.02, and I have the following problem. when I try to use IaxRpt I get this from my asterisk : [May 1 07:20:13] NOTICE[1549]: chan_iax2.c:9433 socket_process: Rejected connect attempt from 192.168.1.117, request 'gui at radio-gui' does not exist like the user gui doesn't exist. is anyone can help? thanks, Jean, VE2PKT - -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Wed May 4 03:03:20 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 3 May 2011 20:03:20 -0700 Subject: [App_rpt-users] problems In-Reply-To: References: Message-ID: please refer Xipar distribution related questions to Steve Henke W9SH who supports that distro. Thanks JIM WB6NIL Date: Tue, 3 May 2011 22:04:54 -0400 From: ve2pkt at gmail.com To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] problems I am using is version 01.01.46 And my Xipar is version 1.02, and I have the following problem. when I try to use IaxRpt I get this from my asterisk : [May 1 07:20:13] NOTICE[1549]: chan_iax2.c:9433 socket_process: Rejected connect attempt from 192.168.1.117, request 'gui at radio-gui' does not exist like the user gui doesn't exist. is anyone can help? thanks, Jean, VE2PKT - _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From bdboyle at bdboyle.com Wed May 4 12:03:56 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Wed, 04 May 2011 08:03:56 -0400 Subject: [App_rpt-users] problems In-Reply-To: References: Message-ID: <4DC140AC.60909@bdboyle.com> On 5/3/11 10:04 PM, Jean L?tourneau wrote: > I am using is version 01.01.46 And my Xipar is version 1.02, and I > have the following problem. > > when I try to use IaxRpt I get this from my asterisk : > > [May 1 07:20:13] NOTICE[1549]: chan_iax2.c:9433 socket_process: > Rejected connect attempt from 192.168.1.117, request 'gui at radio-gui' > does not exist > > like the user gui doesn't exist. > > is anyone can help? > In your /etc/asterisk/iax.conf, you need a stanza such as: [gui] type=user context=radio-gui auth=md5 secret=changethis host=dynamic disallow=all allow=ulaw transfer=no to allow the iaxrpt application to connect. It's documented in the iaxrpt docs.... the name in braces at the top is the username your use when you set up the account (not the name you use to identify the node...), and the secret is the password that you enter into the account. So...when you create an account in iaxrpt...: Account name: (I used the node number) Description: (I used the call sign of the repeater) Host: self-evident...either the IP or FQDN Username: (what's in the bracket in iax.conf) Password: (what's in the secret line) Type: duplex Of course, you can call it in the [ ] whatever you want...just make sure it tracks on both sides. (From what you are indicating, this would be my best guess as to why it's not working. I may be wrong...) -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. From n3fe at repeater.net Wed May 4 12:38:16 2011 From: n3fe at repeater.net (Corey Dean) Date: Wed, 4 May 2011 08:38:16 -0400 Subject: [App_rpt-users] problems In-Reply-To: <4DC140AC.60909@bdboyle.com> References: <4DC140AC.60909@bdboyle.com> Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E422A743374@exchange.mail.repeater.net> The strange part of it is that user is created in the Xipar install. You just set the password for it during the install. Corey N3FE -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Bryan D. Boyle Sent: Wednesday, May 04, 2011 8:04 AM To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] problems On 5/3/11 10:04 PM, Jean L?tourneau wrote: > I am using is version 01.01.46 And my Xipar is version 1.02, and I > have the following problem. > > when I try to use IaxRpt I get this from my asterisk : > > [May 1 07:20:13] NOTICE[1549]: chan_iax2.c:9433 socket_process: > Rejected connect attempt from 192.168.1.117, request 'gui at radio-gui' > does not exist > > like the user gui doesn't exist. > > is anyone can help? > In your /etc/asterisk/iax.conf, you need a stanza such as: [gui] type=user context=radio-gui auth=md5 secret=changethis host=dynamic disallow=all allow=ulaw transfer=no to allow the iaxrpt application to connect. It's documented in the iaxrpt docs.... the name in braces at the top is the username your use when you set up the account (not the name you use to identify the node...), and the secret is the password that you enter into the account. So...when you create an account in iaxrpt...: Account name: (I used the node number) Description: (I used the call sign of the repeater) Host: self-evident...either the IP or FQDN Username: (what's in the bracket in iax.conf) Password: (what's in the secret line) Type: duplex Of course, you can call it in the [ ] whatever you want...just make sure it tracks on both sides. (From what you are indicating, this would be my best guess as to why it's not working. I may be wrong...) -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- This message was scanned and is believed to be clean. Click here to report this message as spam. http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=8D2F02F805.A6717 From n3xcc at repeater-builder.com Wed May 4 13:37:57 2011 From: n3xcc at repeater-builder.com (Scott Zimmerman) Date: Wed, 04 May 2011 09:37:57 -0400 Subject: [App_rpt-users] support BB -> was: problems In-Reply-To: References: Message-ID: <4DC156B5.2080502@repeater-builder.com> Since this list is for support of the ACID flavor of App_Rpt, (I completely agree with and support this decision.) I have created a Bulletin Board that supports ALL major distros of App_Rpt. It can be found at www.allstarnode.com Be it known that this site is in NO WAY competition for ANY OTHER SITE, e-mail list, etc. it was merely set up, by me, in an effort to provide multi-distribution support for those like myself that are struggling to understand this (relatively) new technology. All are welcome to browse and join. The moderators of *this* list are also encouraged to join and provide support for their respective camps. Again, the spirit here is not one of competition, but rather a cooperative way to consolidate great minds into one place. Along these same lines, I will offer (for free) to anyone that e-mails me privately, an 'A' or 'CNAME' pointer to their server from allstarnode.com. What this means is that if you provide me with your AllStar node number, *and* either a static IP address, or a FQDN from a DDNS provider, I will enter that in the DNS records for allstarnode.com. You will then be able to access your node by using xxxx.allstarnode.com (where xxxx is *your* node number) Thanks for the BW, Scott N3XCC - WAN Repeater Group Founder Scott Zimmerman Amateur Radio Call N3XCC 474 Barnett Road Boswell, PA 15531 On 5/3/2011 11:03 PM, Jim Duuuude wrote: > please refer Xipar distribution related questions to Steve Henke W9SH > who supports that distro. > > Thanks > > JIM WB6NIL > > ------------------------------------------------------------------------ > Date: Tue, 3 May 2011 22:04:54 -0400 > From: ve2pkt at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] problems > > I am using is version 01.01.46 And my Xipar is version 1.02, and I have > the following problem. > > when I try to use IaxRpt I get this from my asterisk : > > [May 1 07:20:13] NOTICE[1549]: chan_iax2.c:9433 socket_process: Rejected > connect attempt from 192.168.1.117, request 'gui at radio-gui' does not exist > > like the user gui doesn't exist. > > is anyone can help? > > thanks, > Jean, VE2PKT > - > > _______________________________________________ App_rpt-users mailing > list App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From n3xcc at repeater-builder.com Wed May 4 22:22:30 2011 From: n3xcc at repeater-builder.com (Scott Zimmerman) Date: Wed, 04 May 2011 18:22:30 -0400 Subject: [App_rpt-users] support BB -> was: problems In-Reply-To: <4DC158B5.7000800@bdboyle.com> References: <4DC156B5.2080502@repeater-builder.com> <4DC158B5.7000800@bdboyle.com> Message-ID: <4DC1D1A6.6020501@repeater-builder.com> >> On 5/4/11 9:37 AM, Scott Zimmerman wrote: >> >> Along these same lines, I will offer (for free) to anyone that >> e-mails me privately, an 'A' or 'CNAME' pointer to their server from >> allstarnode.com. After further review, contemplation, and discussions with the developers, I hereby rescind the above offer. What sounded good in theory doesn't always translate well in implementation. I'll not elaborate on how this 'good idea' could have created issues, but suffice it to say that it was a BAD IDEA after all. The offer to check out the forums still stands, however!! Thanks, Scott Scott Zimmerman Amateur Radio Call N3XCC 474 Barnett Road Boswell, PA 15531 From ki6psp at gmail.com Sun May 8 16:30:55 2011 From: ki6psp at gmail.com (Ed) Date: Sun, 8 May 2011 09:30:55 -0700 Subject: [App_rpt-users] Overdriven dial tone on repeater - SOLVED Message-ID: <2BAD5985-5E7B-48ED-8BD0-4C85F92CE713@gmail.com> A while back, I inquired as to how I could have all of the other audio at reasonable levels, but the dial tone sounded over-deviated. I received a response that it was impossible to over-deviate on a dial tone if the repeater was tunes properly. A service monitor was just given to me, so the first thing I did was point a beam at the repeater and look at the signals. I began by going through the procedures outlined on the website: http://ohnosec.org/drupal/node/48 While testing, I set the CTCSS level to 0, and when it transmitted, my handheld radio, set to require CTCSS, opened and I heard the repeater. Soooooo, it sounded over-deviated because I had 2 tones being transmitted, in addition to the audio. One from Asterisk, and the other from the transmitter radio. I thought it was interesting, and might help someone else later. All is well on the repeater now. KI6PSP Sent from my iPad From ke2n at cs.com Sun May 8 16:52:50 2011 From: ke2n at cs.com (Ken) Date: Sun, 8 May 2011 12:52:50 -0400 Subject: [App_rpt-users] Overdriven dial tone on repeater - SOLVED In-Reply-To: <2BAD5985-5E7B-48ED-8BD0-4C85F92CE713@gmail.com> References: <2BAD5985-5E7B-48ED-8BD0-4C85F92CE713@gmail.com> Message-ID: <000801cc0da0$5e142a10$1a3c7e30$@com> This sound like it might be related to this Are you using composite audio? http://ohnosec.org/drupal/node/172 Ken > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users- > bounces at ohnosec.org] On Behalf Of Ed > Sent: Sunday, May 08, 2011 12:31 PM > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Overdriven dial tone on repeater - SOLVED > > A while back, I inquired as to how I could have all of the other audio > at reasonable levels, but the dial tone sounded over-deviated. I > received a response that it was impossible to over-deviate on a dial > tone if the repeater was tunes properly. A service monitor was just > given to me, so the first thing I did was point a beam at the repeater > and look at the signals. > > I began by going through the procedures outlined on the website: > http://ohnosec.org/drupal/node/48 > > While testing, I set the CTCSS level to 0, and when it transmitted, my > handheld radio, set to require CTCSS, opened and I heard the repeater. > > Soooooo, it sounded over-deviated because I had 2 tones being > transmitted, in addition to the audio. One from Asterisk, and the other > from the transmitter radio. > > I thought it was interesting, and might help someone else later. All is > well on the repeater now. > > KI6PSP > > Sent from my iPad > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From kt9ac at ameritech.net Tue May 10 17:53:39 2011 From: kt9ac at ameritech.net (Tony) Date: Tue, 10 May 2011 12:53:39 -0500 Subject: [App_rpt-users] Doing a 'status,2' as a tail message Message-ID: <4DC97BA3.3090808@ameritech.net> Is there a way to have the time of day sent as a tail message (status,12)? I looked through the docs and Google, but didn't see anything apparent. The source code just goes after voice files. Another way would be to use a script call or something. Thanks, Tony From kb3hjc at gmail.com Tue May 10 22:59:55 2011 From: kb3hjc at gmail.com (Randy Ballard) Date: Tue, 10 May 2011 18:59:55 -0400 Subject: [App_rpt-users] Doing a 'status,2' as a tail message In-Reply-To: <4DC97BA3.3090808@ameritech.net> References: <4DC97BA3.3090808@ameritech.net> Message-ID: you could do it on a schedule example bellow is how i do it every hour [schedule27365] ;dtmf_function = m h dom moy dow ; ala cron, star is implied 83 = 00 * * * * 83=status,12 ;Give Time of Day (local only) On Tue, May 10, 2011 at 1:53 PM, Tony wrote: > Is there a way to have the time of day sent as a tail message (status,12)? > I looked through the docs and Google, but didn't see anything apparent. The > source code just goes after voice files. > > Another way would be to use a script call or something. > > Thanks, > Tony > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -- Randy Ballard KB3HJC (716) 204-6480 -------------- next part -------------- An HTML attachment was scrubbed... URL: From buddy at brannan.name Tue May 10 23:25:44 2011 From: buddy at brannan.name (Buddy Brannan) Date: Tue, 10 May 2011 19:25:44 -0400 Subject: [App_rpt-users] Doing a 'status,2' as a tail message In-Reply-To: References: <4DC97BA3.3090808@ameritech.net> Message-ID: <6CFCBA8F-2352-4028-A59A-E56B49910044@brannan.name> There are two problems I foresee with this implementation: 1) It would fire regardless of whether someone was talking, thus possibly clobbering a QSO already in progress, and 2) It would fire every hour, regardless of whether the repeater was in use or not. That is to say, during quiet periods, your repeater would still go off once an hour. 2) might be OK, but it definitely would make your radios transmit more often than they really need to. Having said all that, I don't have a better solution. -- Buddy Brannan, KB5ELV - Erie, PA Phone: (814) 860-3194 or 888-75-BUDDY On May 10, 2011, at 6:59 PM, Randy Ballard wrote: > you could do it on a schedule example bellow is how i do it every hour > > > [schedule27365] > ;dtmf_function = m h dom moy dow ; ala cron, star is implied > 83 = 00 * * * * > > > > 83=status,12 ;Give Time of Day (local only) > > > > > > > On Tue, May 10, 2011 at 1:53 PM, Tony wrote: > Is there a way to have the time of day sent as a tail message (status,12)? I looked through the docs and Google, but didn't see anything apparent. The source code just goes after voice files. > > Another way would be to use a script call or something. > > Thanks, > Tony > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > -- > Randy Ballard > KB3HJC > (716) 204-6480 > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From n3fe at repeater.net Wed May 11 12:18:37 2011 From: n3fe at repeater.net (Corey Dean) Date: Wed, 11 May 2011 08:18:37 -0400 Subject: [App_rpt-users] Doing a 'status,2' as a tail message In-Reply-To: <6CFCBA8F-2352-4028-A59A-E56B49910044@brannan.name> References: <4DC97BA3.3090808@ameritech.net> <6CFCBA8F-2352-4028-A59A-E56B49910044@brannan.name> Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E010DB0109EB2@exchange.mail.repeater.net> Everybody has different ways of doing things. Randy is also running ZIPPR so if someone is talking when the time goes off it is dropped to half volume and doesn't bother the QSO that is happening. Corey N3FE -----Original Message----- From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Buddy Brannan Sent: Tuesday, May 10, 2011 7:26 PM To: app_rpt mailing list Subject: Re: [App_rpt-users] Doing a 'status,2' as a tail message There are two problems I foresee with this implementation: 1) It would fire regardless of whether someone was talking, thus possibly clobbering a QSO already in progress, and 2) It would fire every hour, regardless of whether the repeater was in use or not. That is to say, during quiet periods, your repeater would still go off once an hour. 2) might be OK, but it definitely would make your radios transmit more often than they really need to. Having said all that, I don't have a better solution. -- Buddy Brannan, KB5ELV - Erie, PA Phone: (814) 860-3194 or 888-75-BUDDY On May 10, 2011, at 6:59 PM, Randy Ballard wrote: > you could do it on a schedule example bellow is how i do it every hour > > > [schedule27365] > ;dtmf_function = m h dom moy dow ; ala cron, star is implied > 83 = 00 * * * * > > > > 83=status,12 ;Give Time of Day (local only) > > > > > > > On Tue, May 10, 2011 at 1:53 PM, Tony wrote: > Is there a way to have the time of day sent as a tail message (status,12)? I looked through the docs and Google, but didn't see anything apparent. The source code just goes after voice files. > > Another way would be to use a script call or something. > > Thanks, > Tony > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > -- > Randy Ballard > KB3HJC > (716) 204-6480 > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- This message was scanned and is believed to be clean. Click here to report this message as spam. http://simba.repeater.net/cgi-bin/learn-msg.cgi?id=C01F626FC.A8E2F From k8khw at att.net Sat May 14 17:43:37 2011 From: k8khw at att.net (k8khw) Date: Sat, 14 May 2011 13:43:37 -0400 Subject: [App_rpt-users] ACCESS Message-ID: <43DE27C9F54C40AC9C660EA07BD9C335@Office> Where do I change the ACCESS settings within Asterisk , Acid version. Randy -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sat May 14 18:00:43 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 14 May 2011 11:00:43 -0700 Subject: [App_rpt-users] ACCESS In-Reply-To: <43DE27C9F54C40AC9C660EA07BD9C335@Office> References: <43DE27C9F54C40AC9C660EA07BD9C335@Office> Message-ID: what exactly do you mean by "access settings" ?? JIM WB6NIL From: k8khw at att.net To: app_rpt-users at ohnosec.org Date: Sat, 14 May 2011 13:43:37 -0400 Subject: [App_rpt-users] ACCESS Where do I change the ACCESS settings within Asterisk , Acid version. Randy _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Sat May 14 22:01:47 2011 From: jrorke at cogeco.ca (REDBUTTON_CTRL) Date: Sat, 14 May 2011 18:01:47 -0400 Subject: [App_rpt-users] re broken node after upgrade Message-ID: <4DCEFBCB.4030709@cogeco.ca> HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. the console commands dont work either. Here is the o/p after the final recompile: [CC] app_random.c -> app_random.o [CC] app_read.c -> app_read.o [CC] app_readfile.c -> app_readfile.o [CC] app_realtime.c -> app_realtime.o [CC] app_record.c -> app_record.o [CC] app_rpt.c -> app_rpt.o app_rpt.c:528:24: error: mdc_decode.c: No such file or directory make[2]: *** [app_rpt.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' make[1]: *** [apps] Error 2 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: [upgrade-acid] Error 2 (ignored) mkdir -p /var/lib/asterisk/sounds/rpt cp -a sounds/* /var/lib/asterisk/sounds [root at AST_2378_WAJ astsrc]# I upgrade the node with the following : cd /usr/src rm -rf astsrc wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid any ideas? Jon VA3RQ From telesistant at hotmail.com Sat May 14 22:57:15 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 14 May 2011 15:57:15 -0700 Subject: [App_rpt-users] re broken node after upgrade In-Reply-To: <4DCEFBCB.4030709@cogeco.ca> References: <4DCEFBCB.4030709@cogeco.ca> Message-ID: Try it after 16:15 PDT (after the SVN updates)... sorry JIM WB6NIL > Date: Sat, 14 May 2011 18:01:47 -0400 > From: jrorke at cogeco.ca > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] re broken node after upgrade > > HI I had an older node that had app_rpt version 0.254. I went to upgrade > and now it doesnt work. > > the console commands dont work either. > > Here is the o/p after the final recompile: > > [CC] app_random.c -> app_random.o > [CC] app_read.c -> app_read.o > [CC] app_readfile.c -> app_readfile.o > [CC] app_realtime.c -> app_realtime.o > [CC] app_record.c -> app_record.o > [CC] app_rpt.c -> app_rpt.o > app_rpt.c:528:24: error: mdc_decode.c: No such file or directory > make[2]: *** [app_rpt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' > make[1]: *** [apps] Error 2 > make[1]: Leaving directory `/usr/src/astsrc/asterisk' > make: [upgrade-acid] Error 2 (ignored) > mkdir -p /var/lib/asterisk/sounds/rpt > cp -a sounds/* /var/lib/asterisk/sounds > [root at AST_2378_WAJ astsrc]# > > I upgrade the node with the following : > > cd /usr/src > rm -rf astsrc > wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv > mv trunk astsrc > cd astsrc > make upgrade-acid > > any ideas? > > Jon VA3RQ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From kt9ac at ameritech.net Sat May 14 23:00:37 2011 From: kt9ac at ameritech.net (=?utf-8?B?a3Q5YWNAYW1lcml0ZWNoLm5ldA==?=) Date: Sat, 14 May 2011 18:00:37 -0500 Subject: [App_rpt-users] =?utf-8?q?re_broken_node_after_upgrade?= Message-ID: <495904.21100.qm@smtp101.sbc.mail.bf1.yahoo.com> You need to copy the mdc1200 encode and decode libraries back into the app directory, its looking for mdc_decode.c per the error message. ----- Reply message ----- From: "REDBUTTON_CTRL" Date: Sat, May 14, 2011 5:01 pm Subject: [App_rpt-users] re broken node after upgrade To: "APP_RPT_Users" HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. the console commands dont work either. Here is the o/p after the final recompile: [CC] app_random.c -> app_random.o [CC] app_read.c -> app_read.o [CC] app_readfile.c -> app_readfile.o [CC] app_realtime.c -> app_realtime.o [CC] app_record.c -> app_record.o [CC] app_rpt.c -> app_rpt.o app_rpt.c:528:24: error: mdc_decode.c: No such file or directory make[2]: *** [app_rpt.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' make[1]: *** [apps] Error 2 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: [upgrade-acid] Error 2 (ignored) mkdir -p /var/lib/asterisk/sounds/rpt cp -a sounds/* /var/lib/asterisk/sounds [root at AST_2378_WAJ astsrc]# I upgrade the node with the following : cd /usr/src rm -rf astsrc wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid any ideas? Jon VA3RQ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sat May 14 23:12:51 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 14 May 2011 16:12:51 -0700 Subject: [App_rpt-users] re broken node after upgrade In-Reply-To: <495904.21100.qm@smtp101.sbc.mail.bf1.yahoo.com> References: <495904.21100.qm@smtp101.sbc.mail.bf1.yahoo.com> Message-ID: but he doesnt want mdc-1200.. I accidentally committed a version of the source that had that included by default JIM To: jrorke at cogeco.ca; app_rpt-users at ohnosec.org From: kt9ac at ameritech.net Date: Sat, 14 May 2011 18:00:37 -0500 Subject: Re: [App_rpt-users] re broken node after upgrade You need to copy the mdc1200 encode and decode libraries back into the app directory, its looking for mdc_decode.c per the error message. ----- Reply message ----- From: "REDBUTTON_CTRL" Date: Sat, May 14, 2011 5:01 pm Subject: [App_rpt-users] re broken node after upgrade To: "APP_RPT_Users" HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. the console commands dont work either. Here is the o/p after the final recompile: [CC] app_random.c -> app_random.o [CC] app_read.c -> app_read.o [CC] app_readfile.c -> app_readfile.o [CC] app_realtime.c -> app_realtime.o [CC] app_record.c -> app_record.o [CC] app_rpt.c -> app_rpt.o app_rpt.c:528:24: error: mdc_decode.c: No such file or directory make[2]: *** [app_rpt.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' make[1]: *** [apps] Error 2 make[1]: Leaving directory `/usr/src/astsrc/asterisk' make: [upgrade-acid] Error 2 (ignored) mkdir -p /var/lib/asterisk/sounds/rpt cp -a sounds/* /var/lib/asterisk/sounds [root at AST_2378_WAJ astsrc]# I upgrade the node with the following : cd /usr/src rm -rf astsrc wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc make upgrade-acid any ideas? Jon VA3RQ _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From k8khw at att.net Sun May 15 02:57:41 2011 From: k8khw at att.net (k8khw) Date: Sat, 14 May 2011 22:57:41 -0400 Subject: [App_rpt-users] Access Message-ID: Not sure how else to decribe it. Acess settings like for the Reverse autopatch Telephone Portal , Web Transciever Looking for the way to change them by not using the web based method. Randy -------------- next part -------------- An HTML attachment was scrubbed... URL: From vk4akp at yahoo.com.au Sun May 15 05:12:27 2011 From: vk4akp at yahoo.com.au (Ken Page) Date: Sun, 15 May 2011 15:12:27 +1000 Subject: [App_rpt-users] App_rpt-users Digest, Vol 27, Issue 7 In-Reply-To: References: Message-ID: <4DCF60BB.7030305@yahoo.com.au> Hi Guys! Any chance of getting some Speex and Codec2 support into the project? This would allow All_Star nodes to go digital in area's where there is interest. People in my area have been playing with radio's interfaced via sound card software and there is some talk of a hardware project for mobile operation. Would be nice to get in at the cutting edge of this. Potentially All_Star could give D-Star a big run for it's money as the preferred alternative for digital voice as there is a lot of controversy over D-Star's commercial vocoder and the reason why most avoid it and are looking towards Speex & Codec2 instead. See: http://www.rowetel.com/blog/?page_id=452 & http://codec2.org/ Regards, Ken - vk4akp .-.-. On 5/15/2011 9:12 AM, 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. ACCESS (k8khw) > 2. Re: ACCESS (Jim Duuuude) > 3. re broken node after upgrade (REDBUTTON_CTRL) > 4. Re: re broken node after upgrade (Jim Duuuude) > 5. Re: re broken node after upgrade > (=?utf-8?B?a3Q5YWNAYW1lcml0ZWNoLm5ldA==?=) > 6. Re: re broken node after upgrade (Jim Duuuude) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 14 May 2011 13:43:37 -0400 > From: "k8khw" > To: > Subject: [App_rpt-users] ACCESS > Message-ID:<43DE27C9F54C40AC9C660EA07BD9C335 at Office> > Content-Type: text/plain; charset="iso-8859-1" > > Where do I change the ACCESS settings within > Asterisk , Acid version. > > Randy > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 2 > Date: Sat, 14 May 2011 11:00:43 -0700 > From: Jim Duuuude > To:, app_rpt mailing list > Subject: Re: [App_rpt-users] ACCESS > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > what exactly do you mean by "access settings" ?? > > JIM WB6NIL > > From: k8khw at att.net > To: app_rpt-users at ohnosec.org > Date: Sat, 14 May 2011 13:43:37 -0400 > Subject: [App_rpt-users] ACCESS > > > > > > > > > > > Where do I change the ACCESS settings within > > Asterisk , Acid version. > > > Randy > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 3 > Date: Sat, 14 May 2011 18:01:47 -0400 > From: REDBUTTON_CTRL > To: APP_RPT_Users > Subject: [App_rpt-users] re broken node after upgrade > Message-ID:<4DCEFBCB.4030709 at cogeco.ca> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > HI I had an older node that had app_rpt version 0.254. I went to upgrade > and now it doesnt work. > > the console commands dont work either. > > Here is the o/p after the final recompile: > > [CC] app_random.c -> app_random.o > [CC] app_read.c -> app_read.o > [CC] app_readfile.c -> app_readfile.o > [CC] app_realtime.c -> app_realtime.o > [CC] app_record.c -> app_record.o > [CC] app_rpt.c -> app_rpt.o > app_rpt.c:528:24: error: mdc_decode.c: No such file or directory > make[2]: *** [app_rpt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' > make[1]: *** [apps] Error 2 > make[1]: Leaving directory `/usr/src/astsrc/asterisk' > make: [upgrade-acid] Error 2 (ignored) > mkdir -p /var/lib/asterisk/sounds/rpt > cp -a sounds/* /var/lib/asterisk/sounds > [root at AST_2378_WAJ astsrc]# > > I upgrade the node with the following : > > cd /usr/src > rm -rf astsrc > wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv > mv trunk astsrc > cd astsrc > make upgrade-acid > > any ideas? > > Jon VA3RQ > > > > > ------------------------------ > > Message: 4 > Date: Sat, 14 May 2011 15:57:15 -0700 > From: Jim Duuuude > To:, app_rpt mailing list > > Subject: Re: [App_rpt-users] re broken node after upgrade > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > Try it after 16:15 PDT (after the SVN updates)... sorry > > JIM WB6NIL > >> Date: Sat, 14 May 2011 18:01:47 -0400 >> From: jrorke at cogeco.ca >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] re broken node after upgrade >> >> HI I had an older node that had app_rpt version 0.254. I went to upgrade >> and now it doesnt work. >> >> the console commands dont work either. >> >> Here is the o/p after the final recompile: >> >> [CC] app_random.c -> app_random.o >> [CC] app_read.c -> app_read.o >> [CC] app_readfile.c -> app_readfile.o >> [CC] app_realtime.c -> app_realtime.o >> [CC] app_record.c -> app_record.o >> [CC] app_rpt.c -> app_rpt.o >> app_rpt.c:528:24: error: mdc_decode.c: No such file or directory >> make[2]: *** [app_rpt.o] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' >> make[1]: *** [apps] Error 2 >> make[1]: Leaving directory `/usr/src/astsrc/asterisk' >> make: [upgrade-acid] Error 2 (ignored) >> mkdir -p /var/lib/asterisk/sounds/rpt >> cp -a sounds/* /var/lib/asterisk/sounds >> [root at AST_2378_WAJ astsrc]# >> >> I upgrade the node with the following : >> >> cd /usr/src >> rm -rf astsrc >> wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv >> mv trunk astsrc >> cd astsrc >> make upgrade-acid >> >> any ideas? >> >> Jon VA3RQ >> >> >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 5 > Date: Sat, 14 May 2011 18:00:37 -0500 > From: "=?utf-8?B?a3Q5YWNAYW1lcml0ZWNoLm5ldA==?=" > To: "=?utf-8?B?UkVEQlVUVE9OX0NUUkw=?=", > "=?utf-8?B?QVBQX1JQVF9Vc2Vycw==?=" > Subject: Re: [App_rpt-users] re broken node after upgrade > Message-ID:<495904.21100.qm at smtp101.sbc.mail.bf1.yahoo.com> > Content-Type: text/plain; charset="utf-8" > > You need to copy the mdc1200 encode and decode libraries back into the app directory, its looking for mdc_decode.c per the error message. > > ----- Reply message ----- > From: "REDBUTTON_CTRL" > Date: Sat, May 14, 2011 5:01 pm > Subject: [App_rpt-users] re broken node after upgrade > To: "APP_RPT_Users" > > HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. > > the console commands dont work either. > > Here is the o/p after the final recompile: > > [CC] app_random.c -> app_random.o > [CC] app_read.c -> app_read.o > [CC] app_readfile.c -> app_readfile.o > [CC] app_realtime.c -> app_realtime.o > [CC] app_record.c -> app_record.o > [CC] app_rpt.c -> app_rpt.o > app_rpt.c:528:24: error: mdc_decode.c: No such file or directory > make[2]: *** [app_rpt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' > make[1]: *** [apps] Error 2 > make[1]: Leaving directory `/usr/src/astsrc/asterisk' > make: [upgrade-acid] Error 2 (ignored) > mkdir -p /var/lib/asterisk/sounds/rpt > cp -a sounds/* /var/lib/asterisk/sounds > [root at AST_2378_WAJ astsrc]# > > I upgrade the node with the following : > > cd /usr/src > rm -rf astsrc > wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv > mv trunk astsrc > cd astsrc > make upgrade-acid > > any ideas? > > Jon VA3RQ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > ------------------------------ > > Message: 6 > Date: Sat, 14 May 2011 16:12:51 -0700 > From: Jim Duuuude > To:,, app_rpt mailing list > > Subject: Re: [App_rpt-users] re broken node after upgrade > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > but he doesnt want mdc-1200.. I accidentally committed a version of the source that had > that included by default > > JIM > > To: jrorke at cogeco.ca; app_rpt-users at ohnosec.org > From: kt9ac at ameritech.net > Date: Sat, 14 May 2011 18:00:37 -0500 > Subject: Re: [App_rpt-users] re broken node after upgrade > > You need to copy the mdc1200 encode and decode libraries back into the app directory, its looking for mdc_decode.c per the error message. > > ----- Reply message ----- > From: "REDBUTTON_CTRL" > Date: Sat, May 14, 2011 5:01 pm > Subject: [App_rpt-users] re broken node after upgrade > To: "APP_RPT_Users" > > HI I had an older node that had app_rpt version 0.254. I went to upgrade and now it doesnt work. > > the console commands dont work either. > > Here is the o/p after the final recompile: > > [CC] app_random.c -> app_random.o > [CC] app_read.c -> app_read.o > [CC] app_readfile.c -> app_readfile.o > [CC] app_realtime.c -> app_realtime.o > [CC] app_record.c -> app_record.o > [CC] app_rpt.c -> app_rpt.o > app_rpt.c:528:24: error: mdc_decode.c: No such file or directory > make[2]: *** [app_rpt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' > make[1]: *** [apps] Error 2 > make[1]: Leaving directory `/usr/src/astsrc/asterisk' > make: [upgrade-acid] Error 2 (ignored) > mkdir -p /var/lib/asterisk/sounds/rpt > cp -a sounds/* /var/lib/asterisk/sounds > [root at AST_2378_WAJ astsrc]# > > I upgrade the node with the following : > > cd /usr/src > rm -rf astsrc > wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv > mv trunk astsrc > cd astsrc > make upgrade-acid > > any ideas? > > Jon VA3RQ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- 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 27, Issue 7 > ******************************************** > From telesistant at hotmail.com Sun May 15 05:54:36 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 14 May 2011 22:54:36 -0700 Subject: [App_rpt-users] Access In-Reply-To: References: Message-ID: The reverse autopatch via the Allstar Telephone Portal is something that is provided via the Allstar Network system infrastructure and, for the most part, is implemented in the Allstar Portal system. The node plays very little role in the process, other then responding to requests from the Portal system. Therefore, the control for access of this service is exclusively implemented within the Allstar Portal. If you wish to "roll your own" reverse autopatch, that's a whole other issue entirely. JIM WB6NIL From: k8khw at att.net To: app_rpt-users at ohnosec.org Date: Sat, 14 May 2011 22:57:41 -0400 Subject: Re: [App_rpt-users] Access Not sure how else to decribe it. Acess settings like for the Reverse autopatch Telephone Portal , Web Transciever Looking for the way to change them by not using the web based method. Randy _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Sun May 15 12:20:35 2011 From: jrorke at cogeco.ca (REDBUTTON_CTRL) Date: Sun, 15 May 2011 08:20:35 -0400 Subject: [App_rpt-users] re broken node after upgrade In-Reply-To: References: <495904.21100.qm@smtp101.sbc.mail.bf1.yahoo.com> Message-ID: <4DCFC513.7040708@cogeco.ca> Ok I did another update and its working now. Thanks Jim! That did the trick. Jon VA3RQ On 5/14/2011 7:12 PM, Jim Duuuude wrote: > but he doesnt want mdc-1200.. I accidentally committed a version of > the source that had > that included by default > > JIM > > ------------------------------------------------------------------------ > To: jrorke at cogeco.ca; app_rpt-users at ohnosec.org > From: kt9ac at ameritech.net > Date: Sat, 14 May 2011 18:00:37 -0500 > Subject: Re: [App_rpt-users] re broken node after upgrade > > You need to copy the mdc1200 encode and decode libraries back into the > app directory, its looking for mdc_decode.c per the error message. > > ----- Reply message ----- > From: "REDBUTTON_CTRL" > Date: Sat, May 14, 2011 5:01 pm > Subject: [App_rpt-users] re broken node after upgrade > To: "APP_RPT_Users" > > HI I had an older node that had app_rpt version 0.254. I went to > upgrade and now it doesnt work. > > the console commands dont work either. > > Here is the o/p after the final recompile: > > [CC] app_random.c -> app_random.o > [CC] app_read.c -> app_read.o > [CC] app_readfile.c -> app_readfile.o > [CC] app_realtime.c -> app_realtime.o > [CC] app_record.c -> app_record.o > [CC] app_rpt.c -> app_rpt.o > app_rpt.c:528:24: error: mdc_decode.c: No such file or directory > make[2]: *** [app_rpt.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/src/astsrc/asterisk/apps' > make[1]: *** [apps] Error 2 > make[1]: Leaving directory `/usr/src/astsrc/asterisk' > make: [upgrade-acid] Error 2 (ignored) > mkdir -p /var/lib/asterisk/sounds/rpt > cp -a sounds/* /var/lib/asterisk/sounds > [root at AST_2378_WAJ astsrc]# > > I upgrade the node with the following : > > cd /usr/src > rm -rf astsrc > wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv > mv trunk astsrc > cd astsrc > make upgrade-acid > > any ideas? > > Jon VA3RQ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > > _______________________________________________ App_rpt-users mailing > list App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From george at dyb.com Sun May 15 12:38:22 2011 From: george at dyb.com (George Csahanin) Date: Sun, 15 May 2011 07:38:22 -0500 Subject: [App_rpt-users] [SPAM] App_rpt-users Digest, Vol 27, Issue 8 References: Message-ID: <01FFB05BA2C343398CC1396964BD4A16@lintv.com> I think he means how to actually edit rpt.conf, etc("settings")...I think... He may be only doing this via the web site(??) GeorgeC W2DB 2360 > Date: Sat, 14 May 2011 22:54:36 -0700 > From: Jim Duuuude > To: , app_rpt mailing list > Subject: Re: [App_rpt-users] Access > Message-ID: > Content-Type: text/plain; charset="iso-8859-1" > > > The reverse autopatch via the Allstar Telephone Portal is > something that is provided via the Allstar Network system > infrastructure and, for the most part, is implemented > in the Allstar Portal system. The node plays very little > role in the process, other then responding to requests > from the Portal system. Therefore, the control for access > of this service is exclusively implemented within the > Allstar Portal. > > If you wish to "roll your own" reverse autopatch, > that's a whole other issue entirely. > > JIM WB6NIL > > > From: k8khw at att.net > To: app_rpt-users at ohnosec.org > Date: Sat, 14 May 2011 22:57:41 -0400 > Subject: Re: [App_rpt-users] Access > > > > > > > > > > > Not sure how else to decribe it. > Acess settings like for the Reverse > autopatch > Telephone Portal , Web Transciever Looking > for > the way to change them by not using the web > based > method. > > > Randy > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > > > ------------------------------ From n3fe at repeater.net Sun May 15 13:16:56 2011 From: n3fe at repeater.net (Corey Dean) Date: Sun, 15 May 2011 09:16:56 -0400 Subject: [App_rpt-users] Access In-Reply-To: References: Message-ID: <4BCC91CBCFD66C4489B4BD3233140C3E01157DAD2EA7@exchange.mail.repeater.net> Sounds like you just want to change the touch tones that control a command? All that is in the rpt.conf file. Thanks,,, Corey From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of k8khw Sent: Saturday, May 14, 2011 10:58 PM To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Access Not sure how else to decribe it. Acess settings like for the Reverse autopatch Telephone Portal , Web Transciever Looking for the way to change them by not using the web based method. Randy -- This message was scanned and is believed to be clean. Click here to report this message as spam.<%0d%0ahttp:/simba.repeater.net:8080/cgi-bin/learn-msg.cgi?id=7F240219E.A797B%0d%0a> -------------- next part -------------- An HTML attachment was scrubbed... URL: From craig.hastings at gmail.com Mon May 16 03:11:58 2011 From: craig.hastings at gmail.com (Craig Hastings) Date: Sun, 15 May 2011 23:11:58 -0400 Subject: [App_rpt-users] Trouble with my USB URI Message-ID: I had a note up and running well with not any real issues, however after about 4-6 months, the system no longer detected carrier on the cor line. Sometimes it would think its always on and sometimes it would think its off. I checked the voltage at the line from the radio and that was working as it should. I even reprogrammed the radio to try it voltage high instead of low for carrier. This did not make any difference. I have tried several radios Radius M100 CM300. All work fine on the IRLP machine and all show proper voltage on the COS signal. I have the DMK URI with the eprom. Can anyone suggest any other diagnostics? I would like to get the Node back up and running and/or order a replacement URI Craig VA3DTF -------------- next part -------------- An HTML attachment was scrubbed... URL: From bbrown at byrg.net Mon May 16 13:10:25 2011 From: bbrown at byrg.net (=?ISO-8859-1?Q?Bob_Brown_=2D_W=D8NQX?=) Date: Mon, 16 May 2011 08:10:25 -0500 Subject: [App_rpt-users] space shuttle audio Message-ID: any one running a rx only node for shuttle comms? -- Thanks in Advance ?? Bob Brown, W?NQX ?? Kansas City Metro Area ?? http://sm0kenet.net ?? http://byrg.net ?? http://kcdstar.byrg.net Quis custodiet ipsos custodes? Its not how many watts you have, its the SIZE of your watts that matter! -- Johnny Marshall, W0JM-SK -- From telesistant at hotmail.com Mon May 16 19:00:12 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Mon, 16 May 2011 12:00:12 -0700 Subject: [App_rpt-users] Trouble with my USB URI In-Reply-To: References: Message-ID: Try downloading the uridiag program from: http://svn.ohnosec.org/viewvc/projects/allstar/uridiag/trunk/?root=svn&view=tar Un-tar it and 'make' it, then run './uridiag' and use option 'c' and it will tell you how to make a connector for running the diagnostics. This is the program that DMK uses to for production testing of a URI. JIM WB6NIL Date: Sun, 15 May 2011 23:11:58 -0400 From: craig.hastings at gmail.com To: App_rpt-users at ohnosec.org Subject: [App_rpt-users] Trouble with my USB URI I had a note up and running well with not any real issues, however after about 4-6 months, the system no longer detected carrier on the cor line. Sometimes it would think its always on and sometimes it would think its off. I checked the voltage at the line from the radio and that was working as it should. I even reprogrammed the radio to try it voltage high instead of low for carrier. This did not make any difference. I have tried several radios Radius M100 CM300. All work fine on the IRLP machine and all show proper voltage on the COS signal. I have the DMK URI with the eprom. Can anyone suggest any other diagnostics? I would like to get the Node back up and running and/or order a replacement URI Craig VA3DTF _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From craig.hastings at gmail.com Mon May 16 21:56:23 2011 From: craig.hastings at gmail.com (Craig Hastings) Date: Mon, 16 May 2011 17:56:23 -0400 Subject: [App_rpt-users] Trouble with my USB URI In-Reply-To: References: Message-ID: Thanks Jim. I will give it a try. On 16 May 2011 15:00, Jim Duuuude wrote: > Try downloading the uridiag program from: > > > http://svn.ohnosec.org/viewvc/projects/allstar/uridiag/trunk/?root=svn&view=tar > > Un-tar it and 'make' it, then run './uridiag' and use option 'c' and it > will > tell you how to make a connector for running the diagnostics. > > This is the program that DMK uses to for production testing of a URI. > > JIM WB6NIL > > > ------------------------------ > Date: Sun, 15 May 2011 23:11:58 -0400 > From: craig.hastings at gmail.com > To: App_rpt-users at ohnosec.org > Subject: [App_rpt-users] Trouble with my USB URI > > > > I had a note up and running well with not any real issues, however after > about 4-6 months, the system no longer detected carrier on the cor line. > > Sometimes it would think its always on and sometimes it would think its > off. > > I checked the voltage at the line from the radio and that was working as > it should. > > I even reprogrammed the radio to try it voltage high instead of low for > carrier. This did not make any difference. > > I have tried several radios Radius M100 CM300. All work fine on the IRLP > machine and all show proper voltage on the COS signal. > > I have the DMK URI with the eprom. > > Can anyone suggest any other diagnostics? I would like to get the Node > back up and running and/or order a replacement URI > > > Craig > VA3DTF > > > > > _______________________________________________ App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Wed May 18 04:35:02 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 17 May 2011 21:35:02 -0700 Subject: [App_rpt-users] new Pickle Linux release - BeagleBoard-xM Rev. C Message-ID: Apparently, on 4/27/11, CircuitCo started shipping Rev. C BeagleBoard-xM boards. These boards have some subtle hardware differences which made previous boot loader and kernels unable to run on them. Despite many hurdles (which I won't go into) I have released a new version of Pickle Linux which successfully supports this new hardware. In addition (thanks to Moishe, NY2SI for bringing this to my attention), I fixed a problem with the chan_beagle driver. So, even if you have an older board, it would be a good idea to at least update from the latest SVN sources, or download the new version of Pickle Linux. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From n7pkt at picklejar.org Wed May 18 13:11:28 2011 From: n7pkt at picklejar.org (Dale Weber) Date: Wed, 18 May 2011 06:11:28 -0700 Subject: [App_rpt-users] new Pickle Linux release - BeagleBoard-xM Rev. C In-Reply-To: References: Message-ID: <201105180611.28688.n7pkt@picklejar.org> On Tuesday, May 17, 2011 09:35:02 pm Jim Duuuude wrote: > Apparently, on 4/27/11, CircuitCo started shipping Rev. C BeagleBoard-xM > boards. These boards have some subtle hardware differences which made > previous boot loader and kernels unable to run on them. > > Despite many hurdles (which I won't go into) I have released a new version > of Pickle Linux which successfully supports this new hardware. Awesome work Jim! I'll be watching the BeagleBoard mailing list for any notifications of new revisions. I don't think there was any warning about the rev C boads though. > In addition (thanks to Moishe, NY2SI for bringing this to my attention), I > fixed a problem with the chan_beagle driver. So, even if you have an older > board, it would be a good idea to at least update from the latest SVN > sources, or download the new version of Pickle Linux. More awesome work guys! 8-Dale -- PickleJar Research - Home of the PICO NODE - http://www.picklejar.org How many pickled pickles could a pickled penguin pick, if a pickled penguin could pick pickled pickles? From telesistant at hotmail.com Wed May 18 15:29:35 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Wed, 18 May 2011 08:29:35 -0700 Subject: [App_rpt-users] new Pickle Linux release - BeagleBoard-xM Rev. C In-Reply-To: <201105180611.28688.n7pkt@picklejar.org> References: , <201105180611.28688.n7pkt@picklejar.org> Message-ID: You know, it might not be a bad idea to put a post on the BeagleBoard mailing list about our success with a Ubuntu-compatible kernel for the xM rev. C. I dont think anyone else has one yet. It might be helpful to some people. JIM > From: n7pkt at picklejar.org > To: app_rpt-users at ohnosec.org > Date: Wed, 18 May 2011 06:11:28 -0700 > Subject: Re: [App_rpt-users] new Pickle Linux release - BeagleBoard-xM Rev. C > > On Tuesday, May 17, 2011 09:35:02 pm Jim Duuuude wrote: > > Apparently, on 4/27/11, CircuitCo started shipping Rev. C BeagleBoard-xM > > boards. These boards have some subtle hardware differences which made > > previous boot loader and kernels unable to run on them. > > > > Despite many hurdles (which I won't go into) I have released a new version > > of Pickle Linux which successfully supports this new hardware. > > Awesome work Jim! I'll be watching the BeagleBoard mailing list for any > notifications of new revisions. I don't think there was any warning about the > rev C boads though. > > > In addition (thanks to Moishe, NY2SI for bringing this to my attention), I > > fixed a problem with the chan_beagle driver. So, even if you have an older > > board, it would be a good idea to at least update from the latest SVN > > sources, or download the new version of Pickle Linux. > > More awesome work guys! > > 8-Dale > -- > PickleJar Research - Home of the PICO NODE - http://www.picklejar.org > How many pickled pickles could a pickled penguin pick, if a pickled > penguin could pick pickled pickles? > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Sat May 21 05:13:04 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Fri, 20 May 2011 22:13:04 -0700 Subject: [App_rpt-users] Running a shell script from a DTMF command? Message-ID: Hi gang. Basic question here: what is the magic incantation to run an arbitrary shell script from a DTMF command to an asterisk app_rpt system? E.g., I want to be able to dial *99999 or something and have my asterisk system run /usr/local/bin/whatever. I figure there has to be a way to do this, but I haven't been able to spot it. Thanks! Phil, N6TCT From ke2n at cs.com Sat May 21 20:53:09 2011 From: ke2n at cs.com (Ken) Date: Sat, 21 May 2011 16:53:09 -0400 Subject: [App_rpt-users] Running a shell script from a DTMF command? In-Reply-To: References: Message-ID: <002001cc17f9$17c95db0$475c1910$@com> I have not seen any one try to answer this ... I imagine the preferred way to do this now is with the 'event handling' system http://ohnosec.org/drupal/node/176 = || If action is 'S' (for "shell command"), then action-spec is a shell command to be executed (if result is 1). You would have to figure out how to make the DTMF command constitute an 'event' It could be you have to go into the asterisk "dialplan" and use that part of things to set a variable. exten => 1234,5,rpt(2000,V,MYVAR=0) When the variable went true, courtesy of the asterisk dial plan, then rpt would run your shell script. GL Ken > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users- > bounces at ohnosec.org] On Behalf Of Phil N6TCT > Sent: Saturday, May 21, 2011 1:13 AM > To: app_rpt mailing list > Subject: [App_rpt-users] Running a shell script from a DTMF command? > > Hi gang. Basic question here: what is the magic incantation to run an > arbitrary shell script from a DTMF command to an asterisk app_rpt > system? E.g., I want to be able to dial *99999 or something and have > my asterisk system run /usr/local/bin/whatever. I figure there has to > be a way to do this, but I haven't been able to spot it. Thanks! > > Phil, N6TCT > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From tim.sawyer at me.com Sun May 22 20:30:28 2011 From: tim.sawyer at me.com (Tim Sawyer) Date: Sun, 22 May 2011 13:30:28 -0700 Subject: [App_rpt-users] Broken Link Message-ID: Steve or Jim, The link to creating sound files with Audacity on the bottom of this page is broken. Can you have a look at that? http://ohnosec.org/drupal/node/142 -- Tim :wq From ke2n at cs.com Sun May 22 21:16:59 2011 From: ke2n at cs.com (Ken) Date: Sun, 22 May 2011 17:16:59 -0400 Subject: [App_rpt-users] Broken Link In-Reply-To: References: Message-ID: <000601cc18c5$96b65f20$c4231d60$@com> Yeah - that has the old qrvc address The file is here now http://images.ohnosec.org/app-rpt-audacity.pdf Ken > -----Original Message----- > From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users- > bounces at ohnosec.org] On Behalf Of Tim Sawyer > Sent: Sunday, May 22, 2011 4:30 PM > To: app_rpt list > Subject: [App_rpt-users] Broken Link > > Steve or Jim, > > The link to creating sound files with Audacity on the bottom of this > page is broken. Can you have a look at that? > > http://ohnosec.org/drupal/node/142 > > -- > Tim > :wq > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users From bdboyle at bdboyle.com Mon May 23 12:33:38 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Mon, 23 May 2011 08:33:38 -0400 Subject: [App_rpt-users] Echolink Log Message-ID: <4DDA5422.5060809@bdboyle.com> We've been having a 'spot of bother' with a couple of users coming in via the echolink system (and allstar, but that was taken care of smartly) and disrupting operations and nets with some bad music. Now, while we're a tight-knit community and can police our own (thanks Jim!), the amorphous Echolink 'Home Office' is a bit more stodgy about it...and requested our 'logs', I guess assuming that we were running on their standard windows load. Which, for obvious reasons, we're not. So, in grok'ing through the logs on my system...didn't see (I guess I don't have it set at the right debug level? I'm running at the default...) any of the connect messages from chan_echolink or any other place where this information would be sent to disk for record keeping purposes when a validated user (either via allstar or Echo) connects. Any thoughts or insight? Am I missing something (and would cheerfully admit that I do miss a lot of things...). -- Bryan WB0YLE Allstar 27294/27295/27673/27710 Echolink WB0YLE-R 224.54/927.6500/145.25 Morrisville PA In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. From bdboyle at bdboyle.com Mon May 23 14:16:18 2011 From: bdboyle at bdboyle.com (Bryan D. Boyle) Date: Mon, 23 May 2011 10:16:18 -0400 Subject: [App_rpt-users] Echolink Log In-Reply-To: References: <4DDA5422.5060809@bdboyle.com> Message-ID: <4DDA6C32.8020905@bdboyle.com> On 5/23/11 9:21 AM, Jim Duuuude wrote: > that's strange > > chan_echolink creates a 'NOTICE' level log entry in the Asterisk log > (/var/log/asterisk/messages) when a connection occurs. Are you > not seeing them?? > Only seeing the IP address, not the registered (authenticated?) callsign. Guess I shouldn't, since, as I understand it, authorization is via being tagged in the central Echolink database, and we inherit permission to connect from those credentials? -- Bryan In this world, you must be oh so smart or oh so pleasant. Well, for years I was smart. I recommend pleasant. You may quote me. -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Tue May 24 01:02:49 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Mon, 23 May 2011 18:02:49 -0700 Subject: [App_rpt-users] Running a shell script from a DTMF command? In-Reply-To: <002001cc17f9$17c95db0$475c1910$@com> References: <002001cc17f9$17c95db0$475c1910$@com> Message-ID: Thanks to all who responded to me on this. Brian Boyle sent me a note off-list which seems to be the simplest solution: 999=cmd,/full/pathname/to/script He further notes, "make sure execute permissions and such are ok. restart app_rpt. should be good to go." I just tried it and it worked like a charm. Thanks again! Phil, N6TCT P.S., Sorry for the delayed response, was climbing a mountain in Nevada with the Black Rock Amateur Radio Association team to deploy a solar-powered Beagleboard app_rpt system! On Sat, May 21, 2011 at 1:53 PM, Ken wrote: > I have not seen any one try to answer this ... > I imagine the preferred way to do this now is with the 'event handling' > system > http://ohnosec.org/drupal/node/176 > > > = || > If action is 'S' (for "shell command"), then action-spec is a shell command > to be executed (if result is 1). > > You would have to figure out how to make the DTMF command constitute an > 'event' > It could be you have to go into the asterisk "dialplan" and use that part of > things to set a variable. > > exten => 1234,5,rpt(2000,V,MYVAR=0) > > When the variable went true, courtesy of the asterisk dial plan, then rpt > would run your shell script. > > GL > > Ken > > > >> -----Original Message----- >> From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users- >> bounces at ohnosec.org] On Behalf Of Phil N6TCT >> Sent: Saturday, May 21, 2011 1:13 AM >> To: app_rpt mailing list >> Subject: [App_rpt-users] Running a shell script from a DTMF command? >> >> Hi gang. ?Basic question here: what is the magic incantation to run an >> arbitrary shell script from a DTMF command to an asterisk app_rpt >> system? ?E.g., I want to be able to dial *99999 or something and have >> my asterisk system run /usr/local/bin/whatever. ?I figure there has to >> be a way to do this, but I haven't been able to spot it. ?Thanks! >> >> Phil, N6TCT From phil.n6tct at gmail.com Tue May 24 02:36:36 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Mon, 23 May 2011 19:36:36 -0700 Subject: [App_rpt-users] DTMF sensitivity Message-ID: Ok, next question. :-) We just deployed a beagleboard with URI as a mountaintop repeater. It's mostly working great. One problem we just discovered is with the phone patch: dtmf digits are frequently getting doubled. E.g., "510" as an area code will show up as "5510" or "5110", causing the call to fail. It happens about 30-50% of the call attempts and on different radios (Kenwood and Yaesu HTs, ditto for mobile rigs). I used susb tune to adjust the rx audio level for 3 kHz, so I don't believe it's something like bad audio volumes being fed into the URI. Any ideas for places I should look or things I should tune? Thanks very much! Phil, N6TCT From telesistant at hotmail.com Tue May 24 17:35:23 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 24 May 2011 10:35:23 -0700 Subject: [App_rpt-users] progress on the VOTER project Message-ID: There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Tue May 24 19:54:26 2011 From: kd8b at thebades.net (Doug Bade) Date: Tue, 24 May 2011 15:54:26 -0400 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: References: Message-ID: <000c01cc1a4c$634fe9c0$29efbd40$@thebades.net> Wow!! I am very hooked.. I for one want to see how this all becomes available. I have not heard anything on the monitor but I am accessing it. I suspect maybe my firewall??? Do I need to open a UDP port through??? Doug KD8B From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 1:35 PM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Tue May 24 20:03:08 2011 From: kd8b at thebades.net (Doug Bade) Date: Tue, 24 May 2011 16:03:08 -0400 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: <000c01cc1a4c$634fe9c0$29efbd40$@thebades.net> References: <000c01cc1a4c$634fe9c0$29efbd40$@thebades.net> Message-ID: <001701cc1a4d$9a41cfb0$cec56f10$@thebades.net> Now I am hearing and seeing!! Very cool! Doug KD8B From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Doug Bade Sent: Tuesday, May 24, 2011 3:54 PM To: 'app_rpt mailing list' Subject: Re: [App_rpt-users] progress on the VOTER project Wow!! I am very hooked.. I for one want to see how this all becomes available. I have not heard anything on the monitor but I am accessing it. I suspect maybe my firewall??? Do I need to open a UDP port through??? Doug KD8B From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 1:35 PM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From vk3jed at vkradio.com Wed May 25 01:22:23 2011 From: vk3jed at vkradio.com (Tony Langdon, VK3JED) Date: Wed, 25 May 2011 11:22:23 +1000 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: References: Message-ID: <4ddc59d5.11d4960a.4e4a.272a@mx.google.com> At 03:35 AM 5/25/2011, Jim Duuuude wrote: >There has been much progress made on the VOIP VOTER project >(https://allstarlink.org/voter.html). Excellent news Jim. This could be a very useful project. 73 de VK3JED / VK3IRL http://vkradio.com From pete.elke at esquared.com Wed May 25 04:24:25 2011 From: pete.elke at esquared.com (Peter Elke) Date: Wed, 25 May 2011 04:24:25 -0000 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: References: Message-ID: <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> Cool Jim, It is sounding "gurrgly" on my browser, almost an echo... Pete From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 10:35 AM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Wed May 25 04:48:15 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 24 May 2011 21:48:15 -0700 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> References: , <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> Message-ID: So far, you are the only report of a problem, with the exception of someone who couldn't get it to work under Linux whatsoever. Given that neither JAVA nor the whole browser interaction paradigm was even envisioned to do what I am attempting to do with it (that is have code run that is in sync with the audio that is actually playing in real time), I'm rather surprised that it works at all. If there are others having a similar issue, hopefully something can be figured out related to what the users with problems have in common. Otherwise, I'm not sure what to even suggest at this point. I am *NOT* a JAVA, browser, or GUI dude. I can not even say that I am qualified to program my way out of a paper bag in these areas. I'm not a bad guesser, but that is about all I'm good for in these matters. Hopefully, someone with more of a clue in these areas might be able to lend a hand at some point. JIM WB6NIL Subject: RE: [App_rpt-users] progress on the VOTER project Date: Wed, 25 May 2011 04:24:25 +0000 From: pete.elke at esquared.com To: telesistant at hotmail.com; app_rpt-users at ohnosec.org Cool Jim, It is sounding ?gurrgly? on my browser, almost an echo? Pete From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 10:35 AM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From pete.elke at esquared.com Wed May 25 05:13:15 2011 From: pete.elke at esquared.com (Peter Elke) Date: Wed, 25 May 2011 05:13:15 -0000 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: References: , <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> Message-ID: <8035B62A7B044D4B81015D5C49D1627D53856D@webmail.esquared.net> I am sure it's on my end, you would have stopped the test if sounded like this all the time... Keep up the fine work! 73's From: Jim Duuuude [mailto:telesistant at hotmail.com] Sent: Tuesday, May 24, 2011 9:48 PM To: Peter Elke; app_rpt mailing list Subject: RE: [App_rpt-users] progress on the VOTER project So far, you are the only report of a problem, with the exception of someone who couldn't get it to work under Linux whatsoever. Given that neither JAVA nor the whole browser interaction paradigm was even envisioned to do what I am attempting to do with it (that is have code run that is in sync with the audio that is actually playing in real time), I'm rather surprised that it works at all. If there are others having a similar issue, hopefully something can be figured out related to what the users with problems have in common. Otherwise, I'm not sure what to even suggest at this point. I am *NOT* a JAVA, browser, or GUI dude. I can not even say that I am qualified to program my way out of a paper bag in these areas. I'm not a bad guesser, but that is about all I'm good for in these matters. Hopefully, someone with more of a clue in these areas might be able to lend a hand at some point. JIM WB6NIL ________________________________ Subject: RE: [App_rpt-users] progress on the VOTER project Date: Wed, 25 May 2011 04:24:25 +0000 From: pete.elke at esquared.com To: telesistant at hotmail.com; app_rpt-users at ohnosec.org Cool Jim, It is sounding "gurrgly" on my browser, almost an echo... Pete From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 10:35 AM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: From wa4zlw at backwoodswireless.net Wed May 25 09:38:16 2011 From: wa4zlw at backwoodswireless.net (Leon Zetekoff) Date: Wed, 25 May 2011 05:38:16 -0400 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: <8035B62A7B044D4B81015D5C49D1627D53856D@webmail.esquared.net> References: , <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> <8035B62A7B044D4B81015D5C49D1627D53856D@webmail.esquared.net> Message-ID: <4DDCCE08.7000604@backwoodswireless.net> I had an issue yesterday at work with garbled audio. But at work our "sandboxes" are memory constrained (512mb) and disk constrained (8gb and I have only sometimes 100mb free). Our sandboxes are in a VM. So I am assuming that is the problem. When I came home and loaded it up on my laptop it worked fine. 73 leon On 5/25/2011 1:13 AM, Peter Elke wrote: > > I am sure it's on my end, you would have stopped the test if sounded > like this all the time... > > Keep up the fine work! > > 73's > > *From:*Jim Duuuude [mailto:telesistant at hotmail.com] > *Sent:* Tuesday, May 24, 2011 9:48 PM > *To:* Peter Elke; app_rpt mailing list > *Subject:* RE: [App_rpt-users] progress on the VOTER project > > So far, you are the only report of a problem, with the exception of > someone who couldn't get it to work under Linux whatsoever. > > Given that neither JAVA nor the whole browser interaction paradigm > was even envisioned to do what I am attempting to do with it (that is > have code run that is in sync with the audio that is actually playing in > real time), I'm rather surprised that it works at all. > > If there are others having a similar issue, hopefully something can > be figured out related to what the users with problems have in > common. Otherwise, I'm not sure what to even suggest at this point. > > I am *NOT* a JAVA, browser, or GUI dude. I can not even say that > I am qualified to program my way out of a paper bag in these areas. > I'm not a bad guesser, but that is about all I'm good for in these > matters. Hopefully, someone with more of a clue in these areas > might be able to lend a hand at some point. > > JIM WB6NIL > > > ------------------------------------------------------------------------ > > Subject: RE: [App_rpt-users] progress on the VOTER project > Date: Wed, 25 May 2011 04:24:25 +0000 > From: pete.elke at esquared.com > To: telesistant at hotmail.com; app_rpt-users at ohnosec.org > > Cool Jim, > > It is sounding "gurrgly" on my browser, almost an echo... > > Pete > > *From:*app_rpt-users-bounces at ohnosec.org > [mailto:app_rpt-users-bounces at ohnosec.org] *On Behalf Of *Jim Duuuude > *Sent:* Tuesday, May 24, 2011 10:35 AM > *To:* app_rpt mailing list > *Subject:* [App_rpt-users] progress on the VOTER project > > There has been much progress made on the VOIP VOTER project > (https://allstarlink.org/voter.html). > > The test/demo system is now in place in Madera County, CA and > can be watched/listened to by going to the following URL: > > https://allstarlink.org/votermon > > This page includes a JAVA applet that, in real-time, shows > the signal strengths of all the receivers in the system, along > with which one is selected by the voting logic, and also > plays the audio from the selected channel. > > It's great to watch the signal strengths change as various > mobile and portable stations move around. > > The technology, as a whole is mostly fully implemented. > with a few final issues to still address. Even in its present > condition, you will see that it performs quite nicely. > > The biggest thing missing currently is documentation > (gosh, it's just my FAVORITE thing to do... not!), and > will be addressed shortly. I swear... it really will. :-) > > User-constructable boards will be available soon in > somewhat reasonable quantity (blank boards will > be available for $25 each). In addition, there is progress > being made towards a commercially-available version > of the board design pre-built and tested (with surface- > mount parts). > > Check it out. Its definitely worth seeing. > > JIM WB6NIL > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bbrown at byrg.net Wed May 25 13:16:33 2011 From: bbrown at byrg.net (=?ISO-8859-1?Q?Bob_Brown_=2D_W=D8NQX?=) Date: Wed, 25 May 2011 08:16:33 -0500 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: <4DDCCE08.7000604@backwoodswireless.net> References: <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> <8035B62A7B044D4B81015D5C49D1627D53856D@webmail.esquared.net> <4DDCCE08.7000604@backwoodswireless.net> Message-ID: was gurgly here at office on a win7 box, have not tried it at home yet will later today. -- Thanks in Advance Bob Brown, W?NQX Kansas City Metro Area http://sm0kenet.net http://byrg.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? Its not how many watts you have, its the SIZE of your watts that matter! -- Johnny Marshall, W0JM-SK -- On Wed, May 25, 2011 at 04:38, Leon Zetekoff wrote: > I had an issue yesterday at work with garbled audio. But at work our > "sandboxes" are memory constrained (512mb) and disk constrained (8gb and I > have only sometimes 100mb free). Our sandboxes are in a VM. So I am assuming > that is the problem. When I came home and loaded it up on my laptop it > worked fine. > > 73 leon > > > On 5/25/2011 1:13 AM, Peter Elke wrote: > > I am sure it?s on my end, you would have stopped the test if sounded like > this all the time? > > > > Keep up the fine work! > > > > 73?s > > > > > > *From:* Jim Duuuude [mailto:telesistant at hotmail.com] > > *Sent:* Tuesday, May 24, 2011 9:48 PM > *To:* Peter Elke; app_rpt mailing list > *Subject:* RE: [App_rpt-users] progress on the VOTER project > > > > So far, you are the only report of a problem, with the exception of > someone who couldn't get it to work under Linux whatsoever. > > Given that neither JAVA nor the whole browser interaction paradigm > was even envisioned to do what I am attempting to do with it (that is > have code run that is in sync with the audio that is actually playing in > real time), I'm rather surprised that it works at all. > > If there are others having a similar issue, hopefully something can > be figured out related to what the users with problems have in > common. Otherwise, I'm not sure what to even suggest at this point. > > I am *NOT* a JAVA, browser, or GUI dude. I can not even say that > I am qualified to program my way out of a paper bag in these areas. > I'm not a bad guesser, but that is about all I'm good for in these > matters. Hopefully, someone with more of a clue in these areas > might be able to lend a hand at some point. > > JIM WB6NIL > > > ------------------------------ > > Subject: RE: [App_rpt-users] progress on the VOTER project > Date: Wed, 25 May 2011 04:24:25 +0000 > From: pete.elke at esquared.com > To: telesistant at hotmail.com; app_rpt-users at ohnosec.org > > Cool Jim, > > > > It is sounding ?gurrgly? on my browser, almost an echo? > > > > Pete > > > > > > > > *From:* app_rpt-users-bounces at ohnosec.org [ > mailto:app_rpt-users-bounces at ohnosec.org] > *On Behalf Of *Jim Duuuude > *Sent:* Tuesday, May 24, 2011 10:35 AM > *To:* app_rpt mailing list > *Subject:* [App_rpt-users] progress on the VOTER project > > > > There has been much progress made on the VOIP VOTER project > (https://allstarlink.org/voter.html). > > The test/demo system is now in place in Madera County, CA and > can be watched/listened to by going to the following URL: > > https://allstarlink.org/votermon > > This page includes a JAVA applet that, in real-time, shows > the signal strengths of all the receivers in the system, along > with which one is selected by the voting logic, and also > plays the audio from the selected channel. > > It's great to watch the signal strengths change as various > mobile and portable stations move around. > > The technology, as a whole is mostly fully implemented. > with a few final issues to still address. Even in its present > condition, you will see that it performs quite nicely. > > The biggest thing missing currently is documentation > (gosh, it's just my FAVORITE thing to do... not!), and > will be addressed shortly. I swear... it really will. :-) > > User-constructable boards will be available soon in > somewhat reasonable quantity (blank boards will > be available for $25 each). In addition, there is progress > being made towards a commercially-available version > of the board design pre-built and tested (with surface- > mount parts). > > Check it out. Its definitely worth seeing. > > JIM WB6NIL > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Wed May 25 13:48:31 2011 From: kd8b at thebades.net (Doug Bade) Date: Wed, 25 May 2011 09:48:31 -0400 Subject: [App_rpt-users] progress on the VOTER project In-Reply-To: References: <8035B62A7B044D4B81015D5C49D1627D53856C@webmail.esquared.net> <8035B62A7B044D4B81015D5C49D1627D53856D@webmail.esquared.net> <4DDCCE08.7000604@backwoodswireless.net> Message-ID: <009601cc1ae2$6f619920$4e24cb60$@thebades.net> Maybe an AV packet inspection issue?? From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Bob Brown - W?NQX Sent: Wednesday, May 25, 2011 9:17 AM To: app_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] progress on the VOTER project was gurgly here at office on a win7 box, have not tried it at home yet will later today. -- Thanks in Advance Bob Brown, W?NQX Kansas City Metro Area http://sm0kenet.net http://byrg.net http://kcdstar.byrg.net Quis custodiet ipsos custodes? Its not how many watts you have, its the SIZE of your watts that matter! -- Johnny Marshall, W0JM-SK -- On Wed, May 25, 2011 at 04:38, Leon Zetekoff wrote: I had an issue yesterday at work with garbled audio. But at work our "sandboxes" are memory constrained (512mb) and disk constrained (8gb and I have only sometimes 100mb free). Our sandboxes are in a VM. So I am assuming that is the problem. When I came home and loaded it up on my laptop it worked fine. 73 leon On 5/25/2011 1:13 AM, Peter Elke wrote: I am sure it?s on my end, you would have stopped the test if sounded like this all the time Keep up the fine work! 73?s From: Jim Duuuude [mailto:telesistant at hotmail.com] Sent: Tuesday, May 24, 2011 9:48 PM To: Peter Elke; app_rpt mailing list Subject: RE: [App_rpt-users] progress on the VOTER project So far, you are the only report of a problem, with the exception of someone who couldn't get it to work under Linux whatsoever. Given that neither JAVA nor the whole browser interaction paradigm was even envisioned to do what I am attempting to do with it (that is have code run that is in sync with the audio that is actually playing in real time), I'm rather surprised that it works at all. If there are others having a similar issue, hopefully something can be figured out related to what the users with problems have in common. Otherwise, I'm not sure what to even suggest at this point. I am *NOT* a JAVA, browser, or GUI dude. I can not even say that I am qualified to program my way out of a paper bag in these areas. I'm not a bad guesser, but that is about all I'm good for in these matters. Hopefully, someone with more of a clue in these areas might be able to lend a hand at some point. JIM WB6NIL _____ Subject: RE: [App_rpt-users] progress on the VOTER project Date: Wed, 25 May 2011 04:24:25 +0000 From: pete.elke at esquared.com To: telesistant at hotmail.com; app_rpt-users at ohnosec.org Cool Jim, It is sounding ?gurrgly? on my browser, almost an echo Pete From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Jim Duuuude Sent: Tuesday, May 24, 2011 10:35 AM To: app_rpt mailing list Subject: [App_rpt-users] progress on the VOTER project There has been much progress made on the VOIP VOTER project (https://allstarlink.org/voter.html). The test/demo system is now in place in Madera County, CA and can be watched/listened to by going to the following URL: https://allstarlink.org/votermon This page includes a JAVA applet that, in real-time, shows the signal strengths of all the receivers in the system, along with which one is selected by the voting logic, and also plays the audio from the selected channel. It's great to watch the signal strengths change as various mobile and portable stations move around. The technology, as a whole is mostly fully implemented. with a few final issues to still address. Even in its present condition, you will see that it performs quite nicely. The biggest thing missing currently is documentation (gosh, it's just my FAVORITE thing to do... not!), and will be addressed shortly. I swear... it really will. :-) User-constructable boards will be available soon in somewhat reasonable quantity (blank boards will be available for $25 each). In addition, there is progress being made towards a commercially-available version of the board design pre-built and tested (with surface- mount parts). Check it out. Its definitely worth seeing. JIM WB6NIL _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From brian2chilly at yahoo.com Wed May 25 16:54:51 2011 From: brian2chilly at yahoo.com (Brian Williams) Date: Wed, 25 May 2011 09:54:51 -0700 (PDT) Subject: [App_rpt-users] Echolink Problems Message-ID: <787410.96670.qm@web80001.mail.sp1.yahoo.com> Just upgraded to the latest AVN version of Acid. Echolink will not work, it worked before upgrading thease are the errors we are getting [May 25 09:10:59] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server1.echolink.org [May 25 09:10:59] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server1.echolink.org [May 25 09:11:19] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server2.echolink.org [May 25 09:11:19] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server2.echolink.org [May 25 09:11:39] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server3.echolink.org [May 25 09:11:39] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server3.echolink.org We changed server settings and got thease errors [May 25 09:30:28] NOTICE[14970]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:30:28] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:30:28] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on naeast.echolink.org [May 25 09:30:48] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server backup.echolink.org [May 25 09:30:48] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on backup.echolink.org [May 25 09:31:08] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server nasouth.echolink.org [May 25 09:31:08] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on nasouth.echolink.org [May 25 09:31:28] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:31:28] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on naeast.echolink.org We have tried echolink in 3 nodes all of witch have the latest AVN version. 27146 27123 27124 Any help, Ideas??? Thanks, Brian N5TZV -------------- next part -------------- An HTML attachment was scrubbed... URL: From david.osborn at manx.net Wed May 25 16:56:29 2011 From: david.osborn at manx.net (David Osborn) Date: Wed, 25 May 2011 17:56:29 +0100 Subject: [App_rpt-users] Progress On The Voter Project In-Reply-To: References: Message-ID: <00ac01cc1afc$b1bac570$15305050$@osborn@manx.net> Awesome, Jim. I've listened from two locations: Firefox on XP and IE8 on Vista - perfect (if quiet). Are all your bad guys on holiday somewhere else? I'd have expected more traffic than I have heard so far :-) Still, sounding and working great for me. Next stop.... Simulcast transmission (sorry). Watching with great interest. Dave Osborn GD4HOZ From telesistant at hotmail.com Wed May 25 17:08:55 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Wed, 25 May 2011 10:08:55 -0700 Subject: [App_rpt-users] Echolink Problems In-Reply-To: <787410.96670.qm@web80001.mail.sp1.yahoo.com> References: <787410.96670.qm@web80001.mail.sp1.yahoo.com> Message-ID: I dunno. I am running the same version of chan_echolink that's in the SVN currently and it works fine for me. JIM WB6NIL Date: Wed, 25 May 2011 09:54:51 -0700 From: brian2chilly at yahoo.com To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] Echolink Problems Just upgraded to the latest AVN version of Acid. Echolink will not work, it worked before upgrading thease are the errors we are getting [May 25 09:10:59] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server1.echolink.org [May 25 09:10:59] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server1.echolink.org [May 25 09:11:19] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server2.echolink.org [May 25 09:11:19] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server2.echolink.org [May 25 09:11:39] NOTICE[14559]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server server3.echolink.org [May 25 09:11:39] ERROR[14559]: chan_echolink.c:2407 do_el_directory: Error in parsing header on server3.echolink.org We changed server settings and got thease errors [May 25 09:30:28] NOTICE[14970]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:30:28] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:30:28] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on naeast.echolink.org [May 25 09:30:48] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server backup.echolink.org [May 25 09:30:48] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on backup.echolink.org [May 25 09:31:08] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server nasouth.echolink.org [May 25 09:31:08] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on nasouth.echolink.org [May 25 09:31:28] NOTICE[14972]: chan_echolink.c:2179 sendcmd: Received OK from Echolink server naeast.echolink.org [May 25 09:31:28] ERROR[14972]: chan_echolink.c:2407 do_el_directory: Error in parsing header on naeast.echolink.org We have tried echolink in 3 nodes all of witch have the latest AVN version. 27146 27123 27124 Any help, Ideas??? Thanks, Brian N5TZV _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Wed May 25 18:02:32 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Wed, 25 May 2011 11:02:32 -0700 Subject: [App_rpt-users] Progress On The Voter Project In-Reply-To: <00ac01cc1afc$b1bac570$15305050$@osborn@manx.net> References: , <00ac01cc1afc$b1bac570$15305050$@osborn@manx.net> Message-ID: thanx.. Yes. There certainly is a lot of quite time on that channel. We are out here in the country so we don't have as many "bad guys" as one might find in a more densely populated area. Also, we are listening to the input of their system, and therefore, since we have limited coverage of their entire area, only get about 30% or so of the traffic. JIM > From: david.osborn at manx.net > To: app_rpt-users at ohnosec.org > Date: Wed, 25 May 2011 17:56:29 +0100 > Subject: Re: [App_rpt-users] Progress On The Voter Project > > Awesome, Jim. > > I've listened from two locations: Firefox on XP and IE8 on Vista - perfect > (if quiet). Are all your bad guys on holiday somewhere else? I'd have > expected more traffic than I have heard so far :-) > > Still, sounding and working great for me. > > Next stop.... Simulcast transmission (sorry). > > Watching with great interest. > > Dave Osborn > GD4HOZ > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Wed May 25 18:15:33 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Wed, 25 May 2011 11:15:33 -0700 Subject: [App_rpt-users] Progress On The Voter Project In-Reply-To: <00ac01cc1afc$b1bac570$15305050$@osborn@manx.net> References: , <00ac01cc1afc$b1bac570$15305050$@osborn@manx.net> Message-ID: Also, for those who are interested, I attached a diagram of a typical VOTER system implementation architecture JIM WB6NIL -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: VoterDiagram.pdf Type: application/unknown Size: 31543 bytes Desc: not available URL: From kc5dgc at centurytel.net Thu May 26 02:04:38 2011 From: kc5dgc at centurytel.net (Charles Rader) Date: Wed, 25 May 2011 21:04:38 -0500 Subject: [App_rpt-users] RC210-URI Issue Message-ID: <22E7161268874A769DF905043E99BADB@CharlesPC> Name here is Charles and I am new to Allstar/Asterisk. I am trying to get a node up and running on my test bench. I started out with XIPAR and there is just not enough Documentation or places to get help. So tonight I wiped that out and installed ACID distro. Everything installed correctly and its up and running. My setup is: RC210 Controller Port 1 UHF Repeater, Port 2 URI to Allstar, Port 3 is a Frq Agile Remote Base My issue: I have Port 1 and Port 2 linked together. Using the Webtransciever I connect to another node (2135) I have excellent audio being repeated through my UHF repeater. What I do not have is no audio coming from the UHF to the Allstar side. I can?t control the Allstar port from the Linked repeater side either. My Question/s: Is anyone using the same setup that I am trying to use? If so how do you have the URI to RC210 connected (pinouts)? How did you setup the RC210 Port? Hope this makes since and if not ask away. Thank you, Charles (kc5dgc) -------------- next part -------------- An HTML attachment was scrubbed... URL: From g4rky at yahoo.co.uk Thu May 26 08:14:55 2011 From: g4rky at yahoo.co.uk (Matt Beasant) Date: Thu, 26 May 2011 09:14:55 +0100 Subject: [App_rpt-users] RC210-URI Issue In-Reply-To: <22E7161268874A769DF905043E99BADB@CharlesPC> References: <22E7161268874A769DF905043E99BADB@CharlesPC> Message-ID: Hi Charles, I run a bunch of RC210's and have Allstar nodes on most of them. However, I haven't connected mine up in the way you are trying, although the way you're doing it, it should work OK - I used to do it that way but I had problems. Firstly, the RC210 normally mutes any DTMF to stop it passing through the repeater, you'll need to turn that function off on your Allstar port on the RC210 if you want to control it from the repeater. Next, make sure that the repeater mode is not selected on the RC210 on the port where your allstar node is connected because this will make your cos facing the Allstar node have hangtime on it. You'll also want to make sure that you have the correct duplex settings on your Allstar node both in rpt.conf and in usbradio.conf. This is well documented on the web site and be aware its not simply an on/off function, there are several types of "duplex" operation that may suit what you need. You want to choose the setting that gives you no telemetry or hangtime OR if you want telemetry ( pips etc ) from the Allstar node, make sure you set the hangtime to zero in rpt.conf. At least you know you're not in uncharted territory Charles! Here's the way I have mine connected and the reasons why I dont use the link port. Firstly, I have 2 repeaters controlled by my RC210 at each site and so there werent enough ports for me to have an allstar node on each repeater and link them via the RC210. The second problem I had was that I use flat audio on my systems and I had problems trying to interface the audio into / out of the node. One way was always too bassy and the other way was far too toppy - I cant remember which way around now as it was so long ago! So I decided to connect the Allstar node connections directly to the radio feeding the repeater. PTT, COS and audio in/out go directly to the USB interface in parallel with the RC210 connections. This gives me added flexibility and great audio as I can set the parameters to accommodate the flat audio through the repeater. I have the node provide a hangtime and also some piptones which mean I can indicate whether the signal came from the local receiver or via the node. I can still mute the DTMF through the repeater but this doesn't stop the control of the node as the unprocessed audio goes straight into the USB adapter. Easy! Any problems Charles, let me know and I'll do my best to help, 73, Matt G4RKY node 2250 / 2237 amongst others! On 26 May 2011 03:04, Charles Rader wrote: > Name here is Charles and I am new to Allstar/Asterisk. I am trying to > get a node up and running on my test bench. I started out with XIPAR and > there is just not enough Documentation or places to get help. So tonight I > wiped that out and installed ACID distro. Everything installed correctly and > its up and running. > > My setup is: > RC210 Controller Port 1 UHF Repeater, Port 2 URI to Allstar, Port 3 is a > Frq Agile Remote Base > > My issue: > I have Port 1 and Port 2 linked together. Using the Webtransciever I > connect to another node (2135) I have excellent audio being repeated through > my UHF repeater. What I do not have is no audio coming from the UHF to the > Allstar side. I can?t control the Allstar port from the Linked repeater side > either. > > My Question/s: > Is anyone using the same setup that I am trying to use? If so how do you > have the URI to RC210 connected (pinouts)? How did you setup the RC210 Port? > > Hope this makes since and if not ask away. > > Thank you, > Charles (kc5dgc) > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kc5dgc at centurytel.net Fri May 27 16:41:16 2011 From: kc5dgc at centurytel.net (Charles Rader) Date: Fri, 27 May 2011 11:41:16 -0500 Subject: [App_rpt-users] Allstar Node and RC210 Issues Message-ID: <542F60155E7245F1AEB7A10C91998066@CharlesPC> I am having issues with my new Allstar node. I think it?s a configuration issue with my asterisk. I am using the ACID distro. Is there a place that explains the conf files and settings? I have yet to run across one on my searches. Thank you, Charles (kc5dgc) -------------- next part -------------- An HTML attachment was scrubbed... URL: From dshaw at ke6upi.com Fri May 27 16:49:46 2011 From: dshaw at ke6upi.com (David KE6UPI) Date: Fri, 27 May 2011 09:49:46 -0700 Subject: [App_rpt-users] Allstar Node and RC210 Issues In-Reply-To: <542F60155E7245F1AEB7A10C91998066@CharlesPC> References: <542F60155E7245F1AEB7A10C91998066@CharlesPC> Message-ID: Try http://ohnosec.org/drupal/ David On Fri, May 27, 2011 at 9:41 AM, Charles Rader wrote: > I am having issues with my new Allstar node. I think it?s a > configuration issue with my asterisk. I am using the ACID distro. Is there a > place that explains the conf files and settings? I have yet to run across > one on my searches. > > Thank you, > Charles (kc5dgc) > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kc5dgc at centurytel.net Fri May 27 20:59:34 2011 From: kc5dgc at centurytel.net (Charles Rader) Date: Fri, 27 May 2011 15:59:34 -0500 Subject: [App_rpt-users] Allstar Node and RC210 Issues In-Reply-To: References: <542F60155E7245F1AEB7A10C91998066@CharlesPC> Message-ID: Monty, Thank you. The conf file you sent me was a big help. I wished mine conf files was commented like the one you had. That explains a lot. I made the changes you said to make in the rpt.conf. It helped increase my audio and it sounds much better for some reason now. I am still having issues with the link UHF repeater though. Here is my setup: RC210 Port 1 UHF Repeater, Port 2 URI (allstar) URI to RC210 Port2 Pin 1 (PTT) to Pin 7 (RX COS) Pin 8 (COR DET) to Pin 3 (TX PTT) Pin 13 (GND) to Pin 9 (GND) Pin 21 (MIC IN AC) to Pin 4 (TX AUDIO) Pin 22 (LEFT OUT AC) to Pin 5 (AUDIO INPUT) RC210 Port 1 and Port 2 Linked Port 2 setup- Hang Timer=0; Transmitter Enabled; Receiver Enabled; Repeater Mode; DTMF Enabled; Monitor Mix; Access Mode= Carrier I can Link my Allstar node to an active Allstar Mode and I have great audio repeater on the UHF Repeater. But when I key up to transmit on my UHF repeater I am getting PTT Lights on Port 2 on the controller but I am not getting a keyup or audio on the Allstar node either locally (via iaXrpt) or through Webtransciever. Also I can?t connect or send any commands via the UHF port to Allstar. Any ideas? I was told that I shouldn?t program port 2 on the RC210 as Repeater mode? Thanks for all your time and help. From: Monty Sent: Friday, May 27, 2011 2:12 PM To: Charles Rader Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues Hi Charles, I have interfaced Allstar to my RC-210. I had a couple of problems. One was my wiring, everything is backwards. PTT on the arcom goes to COR on URI, Audio out to audio in, etc. So i would check that.. Also if you haven't done any config on your allstar node, that might be it too. I attached my usbradio.conf file, the one I used for interfacing the Arcom. I put Allstar in COR only mode, might want to do the same for your Arcom port. Also I had to add these two statements to my rpt.conf: duplex=0 linktolink=yes I just added them under the etxgain=3 Let me know if you have any other problems or questions. Monty On Fri, May 27, 2011 at 9:41 AM, Charles Rader wrote: I am having issues with my new Allstar node. I think it?s a configuration issue with my asterisk. I am using the ACID distro. Is there a place that explains the conf files and settings? I have yet to run across one on my searches. Thank you, Charles (kc5dgc) _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From specialq.que at ntlworld.com Fri May 27 21:13:35 2011 From: specialq.que at ntlworld.com (Doug Hutchison) Date: Fri, 27 May 2011 22:13:35 +0100 Subject: [App_rpt-users] Allstar Node and RC210 Issues Message-ID: <4DE013FF.3050208@ntlworld.com> Have you adjusted the TX audio pot on the 210? Port 2 must be simplex (non repeat) as Matt said. D On 27/05/2011 21:59:34, Charles Rader (kc5dgc at centurytel.net) wrote: > Monty, > > Thank you. The conf file you sent me was a big help. I wished mine conf files was commented like the one you had. That explains a lot. I made the changes you said to make in the rpt.conf. It helped increase my audio and it sounds much better for some reason now. I am still having issues with the link UHF repeater though. > Here is my setup: > RC210 Port 1 UHF Repeater, Port 2 URI (allstar) > > URI to RC210 Port2 > Pin 1 (PTT) to Pin 7 (RX COS) > Pin 8 (COR DET) to Pin 3 (TX PTT) > Pin 13 (GND) to Pin 9 (GND) > Pin 21 (MIC IN AC) to Pin 4 (TX AUDIO) > Pin 22 (LEFT OUT AC) to Pin 5 (AUDIO INPUT) > > RC210 Port 1 and Port 2 Linked > Port 2 setup- Hang Timer=0; Transmitter Enabled; Receiver Enabled; Repeater Mode; DTMF Enabled; Monitor Mix; Access Mode= Carrier > > I can Link my Allstar node to an active Allstar Mode and I have great audio repeater on the UHF Repeater. But when I key up to transmit on my UHF repeater I am getting PTT Lights on Port 2 on the controller but I am not getting a keyup or audio on the Allstar node either locally (via iaXrpt) or through Webtransciever. Also I can?t connect or send any commands via the UHF port to Allstar. > > Any ideas? I was told that I shouldn?t program port 2 on the RC210 as Repeater mode? > > Thanks for all your time and help. > > From: Monty > Sent: Friday, May 27, 2011 2:12 PM > To: Charles Rader > Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues > > Hi Charles, > I have interfaced Allstar to my RC-210. I had a couple of problems. One was my wiring, everything is backwards. PTT on the arcom goes to COR on URI, Audio out to audio in, etc. So i would check that.. Also if you haven't done any config on your allstar node, that might be From petem001 at hotmail.com Sat May 28 02:11:32 2011 From: petem001 at hotmail.com (Pierre Martel) Date: Fri, 27 May 2011 22:11:32 -0400 Subject: [App_rpt-users] Allstar Node and RC210 Issues Message-ID: As I am reading this thread about the RC210 and the software a question come to mind.. Is a controler mandatory to use the app_rpt software?? your getting me confuse.. -----Original Message----- From: Doug Hutchison Sent: Friday, May 27, 2011 5:13 PM To: App_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues Have you adjusted the TX audio pot on the 210? Port 2 must be simplex (non repeat) as Matt said. D On 27/05/2011 21:59:34, Charles Rader (kc5dgc at centurytel.net) wrote: > Monty, > > Thank you. The conf file you sent me was a big help. I wished mine conf files was commented like the one you had. That explains a lot. I made the changes you said to make in the rpt.conf. It helped increase my audio and it sounds much better for some reason now. I am still having issues with the link UHF repeater though. > Here is my setup: > RC210 Port 1 UHF Repeater, Port 2 URI (allstar) > > URI to RC210 Port2 > Pin 1 (PTT) to Pin 7 (RX COS) > Pin 8 (COR DET) to Pin 3 (TX PTT) > Pin 13 (GND) to Pin 9 (GND) > Pin 21 (MIC IN AC) to Pin 4 (TX AUDIO) > Pin 22 (LEFT OUT AC) to Pin 5 (AUDIO INPUT) > > RC210 Port 1 and Port 2 Linked > Port 2 setup- Hang Timer=0; Transmitter Enabled; Receiver Enabled; Repeater Mode; DTMF Enabled; Monitor Mix; Access Mode= Carrier > > I can Link my Allstar node to an active Allstar Mode and I have great audio repeater on the UHF Repeater. But when I key up to transmit on my UHF repeater I am getting PTT Lights on Port 2 on the controller but I am not getting a keyup or audio on the Allstar node either locally (via iaXrpt) or through Webtransciever. Also I can?t connect or send any commands via the UHF port to Allstar. > > Any ideas? I was told that I shouldn?t program port 2 on the RC210 as Repeater mode? > > Thanks for all your time and help. > > From: Monty > Sent: Friday, May 27, 2011 2:12 PM > To: Charles Rader > Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues > > Hi Charles, > I have interfaced Allstar to my RC-210. I had a couple of problems. One was my wiring, everything is backwards. PTT on the arcom goes to COR on URI, Audio out to audio in, etc. So i would check that.. Also if you haven't done any config on your allstar node, that might be _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From petem001 at hotmail.com Sat May 28 02:45:26 2011 From: petem001 at hotmail.com (Pierre Martel) Date: Fri, 27 May 2011 22:45:26 -0400 Subject: [App_rpt-users] virtual machine. In-Reply-To: References: Message-ID: Anyone here ever used a virtual machine engine like virtualbox to run a node or many node from a computer? I ask cause at my club repeater we have a computer that is pretty good (dual 2.8 ghz cpu with 4 gig ram running windows 7 and we have some software running on it. And i really cant switch this computer to linux. so if I run the acid distro from a virtual machine and link the USB uri to that machine (wich is not too simple but doable) I think I would be able to run the app_rpt software while keeping the win 7 machine running smooth.. so anyone did that before?? -------------- next part -------------- An HTML attachment was scrubbed... URL: From k1lnx at k1lnx.net Sat May 28 10:54:37 2011 From: k1lnx at k1lnx.net (Stephen - K1LNX) Date: Sat, 28 May 2011 06:54:37 -0400 Subject: [App_rpt-users] virtual machine. In-Reply-To: References: Message-ID: I've attempted it using the ACID distro under KVM, but it failed miserably. I couldn't get the URI to communicate to the virtual machine, but it may have been my own error, so YMMV :) If you try it out and it works let us know as I would still like to consider virtualizing mine as well.... 73 Stephen K1LNX On Fri, May 27, 2011 at 10:45 PM, Pierre Martel wrote: > Anyone here ever used a virtual machine engine like virtualbox to run a > node or many node from a computer? > > I ask cause at my club repeater we have a computer that is pretty good > (dual 2.8 ghz cpu with 4 gig ram running windows 7 > and we have some software running on it. > > And i really cant switch this computer to linux. > > so if I run the acid distro from a virtual machine and link the USB uri to > that machine (wich is not too simple but doable) I think I would be able to > run the app_rpt software while keeping the win 7 machine running smooth.. > > so anyone did that before?? > > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Sat May 28 11:51:45 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 28 May 2011 04:51:45 -0700 Subject: [App_rpt-users] virtual machine. In-Reply-To: References: , , Message-ID: Wow... *actually* expecting USB to work on a VM?? As Im sure you found... NFL (Not Likely... the 'F' is silent :-) ). There just are some things that virtualization is virutally useless for.. But for some applications, it does have some virtue.. JIM WB6NIL Date: Sat, 28 May 2011 06:54:37 -0400 From: k1lnx at k1lnx.net To: App_rpt-users at ohnosec.org Subject: Re: [App_rpt-users] virtual machine. I've attempted it using the ACID distro under KVM, but it failed miserably. I couldn't get the URI to communicate to the virtual machine, but it may have been my own error, so YMMV :) If you try it out and it works let us know as I would still like to consider virtualizing mine as well.... 73 Stephen K1LNX On Fri, May 27, 2011 at 10:45 PM, Pierre Martel wrote: Anyone here ever used a virtual machine engine like virtualbox to run a node or many node from a computer? I ask cause at my club repeater we have a computer that is pretty good (dual 2.8 ghz cpu with 4 gig ram running windows 7 and we have some software running on it. And i really cant switch this computer to linux. so if I run the acid distro from a virtual machine and link the USB uri to that machine (wich is not too simple but doable) I think I would be able to run the app_rpt software while keeping the win 7 machine running smooth.. so anyone did that before?? _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -- **************************************** Stephen Brown - ARS K1LNX Johnson City, TN EM86 http://www.k1lnx.net Allstar Link: 2335 IRLP: 4829 PSTN: 423-665-9367 SIP: k1lnx at k1lnx.net **************************************** _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From jrorke at cogeco.ca Sat May 28 12:15:10 2011 From: jrorke at cogeco.ca (REDBUTTON_CTRL) Date: Sat, 28 May 2011 08:15:10 -0400 Subject: [App_rpt-users] Allstar Node and RC210 Issues In-Reply-To: References: Message-ID: <4DE0E74E.2080703@cogeco.ca> Sounds like to me that the usbradio.conf file is not configured correctly. In your case you need to configure the node to use carrier squelch on receive and no ctcss. You also need to set the cor input to be "usbinvert" - active low since its wired to the PTT on the controller. Hope this info helps you out. Jon VA3RQ Here is a copy of one of my usbradio.conf files with the correct settings: ; Open Sound System Console Driver Configuration File ; Modified for a simplex node 2249 VE3XCN ; Modifed MAY 01/09 by VA3RQ ; Set RX boost to 0 for non-URI modified fobs. ; If using URI set to 1 [general] [usb0] hdwtype=0 ; Leave this set to 0 for USB sound fobs modified using ; the instructions from usbfob.pdf. Use a setting of ; 1 is for Dingotel/Sph interfaces. rxboost=0 ; 0 = 20db attenuator inserted, 1= 20db attenuator removed ; Set to 1 for additonal gain if using a low-level receiver output rxctcssrelax=1 ; reduce talkoff from radios w/o CTCSS Tx HPF ; Do not change this, leave this as a 1 ;txctcssdefault=156.7 ; default tx ctcss freq, any frequency permitted ;rxctcssfreqs=156.7 ; rx ctcss freqs in floating point. must be in table ;txctcssfreqs=156.7 ; tx ctcss freqs, any frequency permitted carrierfrom=usbinvert ; no,usb,usbinvert,dsp,vox ; no - no carrier detection at all ; usb - from the COR line on the modified USB sound fob ; usbinvert - from the inverted COR line on the modified USB sound fob ; dsp - from RX noise using dsp techniques ; vox - voice activated from RX audio ctcssfrom=no ; no,usb,dsp ; no - CTCSS decoding, system will be carrier squelch ; usb - CTCSS decoding using input from USB FOB ; (currently not supported) ; dsp - CTCSS decoding using RX audio in DSP. ; rxdemod option must be set to flat for this to work. rxdemod=speaker ; input type from radio: no,speaker,flat ; no - RX audio input not used ; flat - Use RX audio from discriminator ; speaker - use de-emphasized audio txprelim=no ; Audio processing on left output channel: no,yes ; no - Audio is not pre-emphasized and limited. ; Suitable for use on a microphone input ; yes - Audio is pre-emphasized and limited. ; Suitable for direct connection to an FM modulator txtoctype=notone ; Transmit tone control type: no,phase,notone ; no - CTCSS tone encoding with no hang time ; phase - encode CTCSS and reverse phase ; AKA ("reverse burst") before unkeying TX ; notone - encode CTCSS and stop sending tone before unkeying TX ; AKA ("chicken burst") txmixa=voice ; Left channel output: no,voice,tone,composite,auxvoice ; no - Do not output anything ; voice - output voice only ; tone - CTCSS tone only ; composite - voice and tone ; auxvoice - auxiliary voice output at headphone level for monitoring txmixb=no ; Right channel output: no,voice,tone,composite, auxvoice ; See txmixa above. invertptt=0 ; Invert PTT 0 = ground to transmit, 1 = open to transmit ; This is the collector lead of the 2n4401 on the modified ; usb sound fob. ; please refer to the howto for the procedure to do this. duplex=0 ; 1=Full Duplex, 0= simplex eeprom=0 ;no eeprom on URI On 5/27/2011 10:11 PM, Pierre Martel wrote: > As I am reading this thread about the RC210 and the software a > question come > to mind.. > > Is a controler mandatory to use the app_rpt software?? your getting me > confuse.. > > > > -----Original Message----- > From: Doug Hutchison > Sent: Friday, May 27, 2011 5:13 PM > To: App_rpt-users at ohnosec.org > Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues > > Have you adjusted the TX audio pot on the 210? Port 2 must be simplex > (non repeat) as Matt said. > > D > > > > On 27/05/2011 21:59:34, Charles Rader (kc5dgc at centurytel.net > ) wrote: > > Monty, > > > > Thank you. The conf file you sent me was a big help. I wished mine > conf files was commented like the one you had. That explains a lot. I > made the changes you said to make in the rpt.conf. It helped increase my > audio and it sounds much better for some reason now. I am still having > issues with the link UHF repeater though. > > Here is my setup: > > RC210 Port 1 UHF Repeater, Port 2 URI (allstar) > > > > URI to RC210 Port2 > > Pin 1 (PTT) to Pin 7 (RX COS) > > Pin 8 (COR DET) to Pin 3 (TX PTT) > > Pin 13 (GND) to Pin 9 (GND) > > Pin 21 (MIC IN AC) to Pin 4 (TX AUDIO) > > Pin 22 (LEFT OUT AC) to Pin 5 (AUDIO INPUT) > > > > RC210 Port 1 and Port 2 Linked > > Port 2 setup- Hang Timer=0; Transmitter Enabled; Receiver Enabled; > Repeater Mode; DTMF Enabled; Monitor Mix; Access Mode= Carrier > > > > I can Link my Allstar node to an active Allstar Mode and I have great > audio repeater on the UHF Repeater. But when I key up to transmit on my > UHF repeater I am getting PTT Lights on Port 2 on the controller but I > am not getting a keyup or audio on the Allstar node either locally (via > iaXrpt) or through Webtransciever. Also I can?t connect or send any > commands via the UHF port to Allstar. > > > > Any ideas? I was told that I shouldn?t program port 2 on the RC210 as > Repeater mode? > > > > Thanks for all your time and help. > > > > From: Monty > > Sent: Friday, May 27, 2011 2:12 PM > > To: Charles Rader > > Subject: Re: [App_rpt-users] Allstar Node and RC210 Issues > > > > Hi Charles, > > I have interfaced Allstar to my RC-210. I had a couple of problems. > One was my wiring, everything is backwards. PTT on the arcom goes to COR > on URI, Audio out to audio in, etc. So i would check that.. Also if you > haven't done any config on your allstar node, that might be > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > > > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From Ramesh at va3uv.com Sat May 28 12:20:45 2011 From: Ramesh at va3uv.com (Ramesh Dhami (VA3UV)) Date: Sat, 28 May 2011 08:20:45 -0400 Subject: [App_rpt-users] virtual machine. In-Reply-To: References: , , Message-ID: <4DE0E89D.80203@va3uv.com> On 28/05/2011 7:51 AM, Jim Duuuude wrote: > Wow... *actually* expecting USB to work on a VM?? > > As Im sure you found... NFL (Not Likely... the 'F' is silent :-) ). > > There just are some things that virtualization is virutally useless for.. > But for some applications, it does have some virtue.. > <-- Hi Jim and all; I have a VM on top of an old Asterisk box (host O/S is running CENTOS 5.3; Sun Virtual Box as the VM Engine and then XP as a guest). I am running a D-STAR client in the XP VM, where I pass a USB sound fob from the host machine to the VM. That works.... but.... I do hear some clicking in the audio, which I have not bothered to investigate - it could be a resource issue or something else - but the fact that I was able to pass a USB device from the host machine to the guest VM should provide you with some confidence to experiment further! Cheers, Ramesh. From bbrown at byrg.net Sat May 28 14:14:05 2011 From: bbrown at byrg.net (=?ISO-8859-1?Q?Bob_Brown_=2D_W=D8NQX?=) Date: Sat, 28 May 2011 09:14:05 -0500 Subject: [App_rpt-users] Any Nodes in Dallas / Plano Texas area? Message-ID: HI all Looking for any nodes in the Dallas / Plano Texas area? Mainly UHF or 900 MHz systems. -- Thanks in Advance ?? Bob Brown, W?NQX ?? Kansas City Metro Area ?? http://sm0kenet.net ?? http://byrg.net ?? http://kcdstar.byrg.net Quis custodiet ipsos custodes? Its not how many watts you have, its the SIZE of your watts that matter! -- Johnny Marshall, W0JM-SK -- From vk3jed at vkradio.com Sat May 28 21:41:33 2011 From: vk3jed at vkradio.com (Tony Langdon, VK3JED) Date: Sun, 29 May 2011 07:41:33 +1000 Subject: [App_rpt-users] virtual machine. In-Reply-To: References: Message-ID: <4de16c13.610c440a.6553.ffffb4c7@mx.google.com> At 09:51 PM 5/28/2011, you wrote: >Wow... *actually* expecting USB to work on a VM?? > >As Im sure you found... NFL (Not Likely... the 'F' is silent :-) ). > >There just are some things that virtualization is virutally useless for.. >But for some applications, it does have some virtue.. I haven't tried it with Asterisk or on a URI, but I have had VMs running USB devices before, the most demanding example I can think of is a Funcube Dongle (SDR front end at 96 kHz sample rate) running inside a VM, and that worked perfectly. I can't see why a URI wouldn't work on the right VM platform. For the record, I was using VMware Fusion on a Mac as the VM host. 73 de VK3JED / VK3IRL http://vkradio.com From phil.n6tct at gmail.com Sat May 28 22:04:51 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 28 May 2011 15:04:51 -0700 Subject: [App_rpt-users] Asterisk node without a radio? Message-ID: This may be a kind of offbeat question, but stick with me please. I have an astrerisk/app_rpt node, we'll call it "node A", which is up on a mountaintop, solar-powered, connected to a UHF repeater, and behind a somewhat bandwidth limited IP connection. The connection will easily support one voice channel to the outside world, but not many more than that with any reliability. What I'd like to do is run another instance of asterisk/app_rpt on a second machine that is on the Internet and that has good bandwidth and CPU. Call this "node B". For echolink and allstarlink purposes, I'd like there to be a "nailed up"/permalinked connection between nodes A and B, but have people who want to use node A over the internet instead connect only to node B. The point being, if ten people are connected to node B, node A only has to deal with one multiplexed audio stream from node B, not 10 individual connections to node A -- all to conserve bandwidth to node A. The catch is, node B isn't going to have a radio, it's just going to be running asterisk/app_rpt for people to connect to. In some sense, it will be like an IRLP reflector (though obviously no IRLP is involved here) -- it's basically acting as a radioless conference bridge. Any thoughts on how to do this? Do I just run standard asterisk/app_rpt and get an allstarlink/echolink node number but just don't bother to define a radio channel or something? Any ideas or tips appreciated. Thanks! Phil, N6TCT From telesistant at hotmail.com Sat May 28 22:07:31 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Sat, 28 May 2011 15:07:31 -0700 Subject: [App_rpt-users] Asterisk node without a radio? In-Reply-To: References: Message-ID: yeah.. make it a hub rxchannel=Zap/pseudo Also, make the node on the hill a private node (non-allstar), so that no one will connect to it from the outside and chew up your bandwidth. JIM WB6NIL > Date: Sat, 28 May 2011 15:04:51 -0700 > From: phil.n6tct at gmail.com > To: app_rpt-users at ohnosec.org > Subject: [App_rpt-users] Asterisk node without a radio? > > This may be a kind of offbeat question, but stick with me please. > > I have an astrerisk/app_rpt node, we'll call it "node A", which is up > on a mountaintop, solar-powered, connected to a UHF repeater, and > behind a somewhat bandwidth limited IP connection. The connection > will easily support one voice channel to the outside world, but not > many more than that with any reliability. > > What I'd like to do is run another instance of asterisk/app_rpt on a > second machine that is on the Internet and that has good bandwidth and > CPU. Call this "node B". For echolink and allstarlink purposes, I'd > like there to be a "nailed up"/permalinked connection between nodes A > and B, but have people who want to use node A over the internet > instead connect only to node B. The point being, if ten people are > connected to node B, node A only has to deal with one multiplexed > audio stream from node B, not 10 individual connections to node A -- > all to conserve bandwidth to node A. > > The catch is, node B isn't going to have a radio, it's just going to > be running asterisk/app_rpt for people to connect to. In some sense, > it will be like an IRLP reflector (though obviously no IRLP is > involved here) -- it's basically acting as a radioless conference > bridge. > > Any thoughts on how to do this? Do I just run standard > asterisk/app_rpt and get an allstarlink/echolink node number but just > don't bother to define a radio channel or something? Any ideas or > tips appreciated. > > Thanks! > > Phil, N6TCT > _______________________________________________ > App_rpt-users mailing list > App_rpt-users at ohnosec.org > http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From phil.n6tct at gmail.com Sat May 28 22:16:23 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Sat, 28 May 2011 15:16:23 -0700 Subject: [App_rpt-users] Asterisk node without a radio? In-Reply-To: References: Message-ID: Purrrfect, thanks! Phil On Sat, May 28, 2011 at 3:07 PM, Jim Duuuude wrote: > yeah.. make it a hub > > rxchannel=Zap/pseudo > > Also, make the node on the hill a private node (non-allstar), > so that no one will connect to it from the outside and chew up > your bandwidth. > > JIM WB6NIL > >> Date: Sat, 28 May 2011 15:04:51 -0700 >> From: phil.n6tct at gmail.com >> To: app_rpt-users at ohnosec.org >> Subject: [App_rpt-users] Asterisk node without a radio? >> >> This may be a kind of offbeat question, but stick with me please. >> >> I have an astrerisk/app_rpt node, we'll call it "node A", which is up >> on a mountaintop, solar-powered, connected to a UHF repeater, and >> behind a somewhat bandwidth limited IP connection. The connection >> will easily support one voice channel to the outside world, but not >> many more than that with any reliability. >> >> What I'd like to do is run another instance of asterisk/app_rpt on a >> second machine that is on the Internet and that has good bandwidth and >> CPU. Call this "node B". For echolink and allstarlink purposes, I'd >> like there to be a "nailed up"/permalinked connection between nodes A >> and B, but have people who want to use node A over the internet >> instead connect only to node B. The point being, if ten people are >> connected to node B, node A only has to deal with one multiplexed >> audio stream from node B, not 10 individual connections to node A -- >> all to conserve bandwidth to node A. >> >> The catch is, node B isn't going to have a radio, it's just going to >> be running asterisk/app_rpt for people to connect to. In some sense, >> it will be like an IRLP reflector (though obviously no IRLP is >> involved here) -- it's basically acting as a radioless conference >> bridge. >> >> Any thoughts on how to do this? Do I just run standard >> asterisk/app_rpt and get an allstarlink/echolink node number but just >> don't bother to define a radio channel or something? Any ideas or >> tips appreciated. >> >> Thanks! >> >> Phil, N6TCT >> _______________________________________________ >> App_rpt-users mailing list >> App_rpt-users at ohnosec.org >> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > From phil.n6tct at gmail.com Mon May 30 21:53:40 2011 From: phil.n6tct at gmail.com (Phil N6TCT) Date: Mon, 30 May 2011 14:53:40 -0700 Subject: [App_rpt-users] Asterisk node without a radio? In-Reply-To: References: Message-ID: Getting there ... :-) I have the node with the good Internet connection now running asterisk/app_rpt with rxchannel=Zap/pseudo as you suggest below. I am able to connect to it via both iaxrpt and echolink and they conference together, which is very cool. However, despite the fact that the audio seems to work fine and everything connects, I get the following errors in the asterisk log file: [May 30 14:39:07] WARNING[21601] file.c: File rpt/node does not exist in any format [May 30 14:39:07] WARNING[21601] file.c: Unable to open rpt/node (format 0x44 (ulaw|slin)): No such file or directory [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile rpt/node failed on Zap/pseudo-2091401755 [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile failed on Zap/pseudo-2091401755 [May 30 14:39:07] VERBOSE[21601] logger.c: -- Playing 'digits/2' (language 'en') [May 30 14:39:07] WARNING[21601] file.c: File rpt/node does not exist in any format [May 30 14:39:07] WARNING[21601] file.c: Unable to open rpt/node (format 0x44 (ulaw|slin)): No such file or directory [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile rpt/node failed on Zap/pseudo-2091401755 Any clue? Thanks! Phil On Sat, May 28, 2011 at 3:16 PM, Phil N6TCT wrote: > Purrrfect, thanks! > > Phil > > On Sat, May 28, 2011 at 3:07 PM, Jim Duuuude wrote: >> yeah.. make it a hub >> >> rxchannel=Zap/pseudo >> >> Also, make the node on the hill a private node (non-allstar), >> so that no one will connect to it from the outside and chew up >> your bandwidth. >> >> JIM WB6NIL >> >>> Date: Sat, 28 May 2011 15:04:51 -0700 >>> From: phil.n6tct at gmail.com >>> To: app_rpt-users at ohnosec.org >>> Subject: [App_rpt-users] Asterisk node without a radio? >>> >>> This may be a kind of offbeat question, but stick with me please. >>> >>> I have an astrerisk/app_rpt node, we'll call it "node A", which is up >>> on a mountaintop, solar-powered, connected to a UHF repeater, and >>> behind a somewhat bandwidth limited IP connection. The connection >>> will easily support one voice channel to the outside world, but not >>> many more than that with any reliability. >>> >>> What I'd like to do is run another instance of asterisk/app_rpt on a >>> second machine that is on the Internet and that has good bandwidth and >>> CPU. Call this "node B". For echolink and allstarlink purposes, I'd >>> like there to be a "nailed up"/permalinked connection between nodes A >>> and B, but have people who want to use node A over the internet >>> instead connect only to node B. The point being, if ten people are >>> connected to node B, node A only has to deal with one multiplexed >>> audio stream from node B, not 10 individual connections to node A -- >>> all to conserve bandwidth to node A. >>> >>> The catch is, node B isn't going to have a radio, it's just going to >>> be running asterisk/app_rpt for people to connect to. In some sense, >>> it will be like an IRLP reflector (though obviously no IRLP is >>> involved here) -- it's basically acting as a radioless conference >>> bridge. >>> >>> Any thoughts on how to do this? Do I just run standard >>> asterisk/app_rpt and get an allstarlink/echolink node number but just >>> don't bother to define a radio channel or something? Any ideas or >>> tips appreciated. >>> >>> Thanks! >>> >>> Phil, N6TCT >>> _______________________________________________ >>> App_rpt-users mailing list >>> App_rpt-users at ohnosec.org >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users >> > From telesistant at hotmail.com Mon May 30 22:21:00 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Mon, 30 May 2011 15:21:00 -0700 Subject: [App_rpt-users] Asterisk node without a radio? In-Reply-To: References: , , , Message-ID: looks like you are missing your sound files cd /usr/src/astsrc mkdir -p /var/lib/asterisk/sounds/rpt cp -a sounds/* /var/lib/asterisk/sounds JIM WB6NIL > Date: Mon, 30 May 2011 14:53:40 -0700 > Subject: Re: [App_rpt-users] Asterisk node without a radio? > From: phil.n6tct at gmail.com > To: telesistant at hotmail.com > CC: app_rpt-users at ohnosec.org > > Getting there ... :-) I have the node with the good Internet > connection now running asterisk/app_rpt with rxchannel=Zap/pseudo as > you suggest below. I am able to connect to it via both iaxrpt and > echolink and they conference together, which is very cool. However, > despite the fact that the audio seems to work fine and everything > connects, I get the following errors in the asterisk log file: > > [May 30 14:39:07] WARNING[21601] file.c: File rpt/node does not exist > in any format > [May 30 14:39:07] WARNING[21601] file.c: Unable to open rpt/node > (format 0x44 (ulaw|slin)): No such file or directory > [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile rpt/node > failed on Zap/pseudo-2091401755 > [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile failed on > Zap/pseudo-2091401755 > [May 30 14:39:07] VERBOSE[21601] logger.c: -- > Playing 'digits/2' (language 'en') > [May 30 14:39:07] WARNING[21601] file.c: File rpt/node does not exist > in any format > [May 30 14:39:07] WARNING[21601] file.c: Unable to open rpt/node > (format 0x44 (ulaw|slin)): No such file or directory > [May 30 14:39:07] WARNING[21601] app_rpt.c: ast_streamfile rpt/node > failed on Zap/pseudo-2091401755 > > Any clue? > > Thanks! > > Phil > > On Sat, May 28, 2011 at 3:16 PM, Phil N6TCT wrote: > > Purrrfect, thanks! > > > > Phil > > > > On Sat, May 28, 2011 at 3:07 PM, Jim Duuuude wrote: > >> yeah.. make it a hub > >> > >> rxchannel=Zap/pseudo > >> > >> Also, make the node on the hill a private node (non-allstar), > >> so that no one will connect to it from the outside and chew up > >> your bandwidth. > >> > >> JIM WB6NIL > >> > >>> Date: Sat, 28 May 2011 15:04:51 -0700 > >>> From: phil.n6tct at gmail.com > >>> To: app_rpt-users at ohnosec.org > >>> Subject: [App_rpt-users] Asterisk node without a radio? > >>> > >>> This may be a kind of offbeat question, but stick with me please. > >>> > >>> I have an astrerisk/app_rpt node, we'll call it "node A", which is up > >>> on a mountaintop, solar-powered, connected to a UHF repeater, and > >>> behind a somewhat bandwidth limited IP connection. The connection > >>> will easily support one voice channel to the outside world, but not > >>> many more than that with any reliability. > >>> > >>> What I'd like to do is run another instance of asterisk/app_rpt on a > >>> second machine that is on the Internet and that has good bandwidth and > >>> CPU. Call this "node B". For echolink and allstarlink purposes, I'd > >>> like there to be a "nailed up"/permalinked connection between nodes A > >>> and B, but have people who want to use node A over the internet > >>> instead connect only to node B. The point being, if ten people are > >>> connected to node B, node A only has to deal with one multiplexed > >>> audio stream from node B, not 10 individual connections to node A -- > >>> all to conserve bandwidth to node A. > >>> > >>> The catch is, node B isn't going to have a radio, it's just going to > >>> be running asterisk/app_rpt for people to connect to. In some sense, > >>> it will be like an IRLP reflector (though obviously no IRLP is > >>> involved here) -- it's basically acting as a radioless conference > >>> bridge. > >>> > >>> Any thoughts on how to do this? Do I just run standard > >>> asterisk/app_rpt and get an allstarlink/echolink node number but just > >>> don't bother to define a radio channel or something? Any ideas or > >>> tips appreciated. > >>> > >>> Thanks! > >>> > >>> Phil, N6TCT > >>> _______________________________________________ > >>> App_rpt-users mailing list > >>> App_rpt-users at ohnosec.org > >>> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users > >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ke2n at cs.com Mon May 30 23:55:51 2011 From: ke2n at cs.com (Ken) Date: Mon, 30 May 2011 19:55:51 -0400 Subject: [App_rpt-users] Voting In-Reply-To: References: Message-ID: <000601cc1f25$1be53940$53afabc0$@com> Jim - any chance that the voting system could have an option to run the receiver sound conversion at a higher sampling rate (>8000)? I am thinking it could also be used for a Dstar system - that means you need to reproduce what is coming out of the discriminator from near 0 Hz up to about 5.5 KHz with a relatively flat pass band. Ken -------------- next part -------------- An HTML attachment was scrubbed... URL: From w5bi at amsat.org Tue May 31 19:09:17 2011 From: w5bi at amsat.org (GARY BONEBRAKE) Date: Tue, 31 May 2011 13:09:17 -0600 Subject: [App_rpt-users] Issue with Remote Base RX PL Decode Message-ID: Background: IC-706Mk2g connected via URI to radio data port set to 9600 bd. All functions controlled by DSP. Problem: The issue is controlling RX PL Decode in remote base operation. The "r" parameter in memory definition only sets RX PL in the radio via CI-V. DSP RX PL is not affected by this parameter or the *40 remote base command. The "rxctcssoverride" parameter in USBRADIO.CONF is global, and overrides the memory definitions. Currently, the only way to access a RX PL enabled repeater that does not encode PL on transmit is to set "rxctcssoverride=1". However, this also prevents setting RX PL Decode on channels that require it for proper access/control, such as simplex links, which must be protected with PL on both ends. Request: Implement the "r" parameter in memory definition properly, such that when it is present, RX PL Decode is active, and when it is not present, RX PL Decode is not active. If this is done, each memory definition will control the feature. P.S. As new "abusers" of app_rpt, we have successfully implemented a 2-site network with 2 public repeaters (27750 in town & 27748 at 9K' ASL), linked via internet, and a 706 remote base which permits us to slot in other systems for public events and drills. It is quite flexible in its current state, and is planned to encompass other county sites in the near future. Gary Bonebrake W5BI Emergency Coordinator Sandoval County ARES w5bi@ amsat.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From kf4gta at amsat.org Tue May 31 19:17:45 2011 From: kf4gta at amsat.org (Bobby Lacey) Date: Tue, 31 May 2011 15:17:45 -0400 Subject: [App_rpt-users] URI Dead Message-ID: Visited the repeater site this weekend after noticing that the allstar link radio hadn't transmitted in a while. When I got there, the computer and radio were fine, but the URI's lights were all off. Tried plugging it into a backup computer, with no luck. The unit is only a couple months old. Is there anything I can try? 73 Bobby KF4GTA -------------- next part -------------- An HTML attachment was scrubbed... URL: From kd8b at thebades.net Tue May 31 19:24:25 2011 From: kd8b at thebades.net (Doug Bade) Date: Tue, 31 May 2011 15:24:25 -0400 Subject: [App_rpt-users] URI Dead In-Reply-To: References: Message-ID: <007401cc1fc8$5b169a70$1143cf50$@thebades.net> I went through this same exercise over the weekend. In mine the cm108 chip appears dead as 5v is getting from the USB connector to the chip. Mine seemed to always run hot. it would go offline intermittently over the last year.. Usually power cycle the computer and it would fix it.. This time no.. It is one of 3 URI's on this computer. I had to replace it pending possible repair. Looking at it , I am not going to be able to replace the cm108 chip. Doug KD8B From: app_rpt-users-bounces at ohnosec.org [mailto:app_rpt-users-bounces at ohnosec.org] On Behalf Of Bobby Lacey Sent: Tuesday, May 31, 2011 3:18 PM To: app_rpt-users at ohnosec.org Subject: [App_rpt-users] URI Dead Visited the repeater site this weekend after noticing that the allstar link radio hadn't transmitted in a while. When I got there, the computer and radio were fine, but the URI's lights were all off. Tried plugging it into a backup computer, with no luck. The unit is only a couple months old. Is there anything I can try? 73 Bobby KF4GTA -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Tue May 31 22:11:11 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 31 May 2011 15:11:11 -0700 Subject: [App_rpt-users] Issue with Remote Base RX PL Decode In-Reply-To: References: Message-ID: hmmm, I dont recall the 706 being capable to decoding PL in that confguration.. Perhaps I am mistaken JIM WB6NIL From: w5bi at amsat.org To: app_rpt-users at ohnosec.org Date: Tue, 31 May 2011 13:09:17 -0600 Subject: [App_rpt-users] Issue with Remote Base RX PL Decode Background: IC-706Mk2g connected via URI to radio data port set to 9600 bd. All functions controlled by DSP. Problem: The issue is controlling RX PL Decode in remote base operation. The ?r? parameter in memory definition only sets RX PL in the radio via CI-V. DSP RX PL is not affected by this parameter or the *40 remote base command. The ?rxctcssoverride? parameter in USBRADIO.CONF is global, and overrides the memory definitions. Currently, the only way to access a RX PL enabled repeater that does not encode PL on transmit is to set ?rxctcssoverride=1?. However, this also prevents setting RX PL Decode on channels that require it for proper access/control, such as simplex links, which must be protected with PL on both ends. Request: Implement the ?r? parameter in memory definition properly, such that when it is present, RX PL Decode is active, and when it is not present, RX PL Decode is not active. If this is done, each memory definition will control the feature. P.S. As new ?abusers? of app_rpt, we have successfully implemented a 2-site network with 2 public repeaters (27750 in town & 27748 at 9K? ASL), linked via internet, and a 706 remote base which permits us to slot in other systems for public events and drills. It is quite flexible in its current state, and is planned to encompass other county sites in the near future. Gary Bonebrake W5BIEmergency CoordinatorSandoval County ARESw5bi at amsat.org _______________________________________________ App_rpt-users mailing list App_rpt-users at ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From telesistant at hotmail.com Tue May 31 23:05:13 2011 From: telesistant at hotmail.com (Jim Duuuude) Date: Tue, 31 May 2011 16:05:13 -0700 Subject: [App_rpt-users] Voting In-Reply-To: <000601cc1f25$1be53940$53afabc0$@com> References: , <000601cc1f25$1be53940$53afabc0$@com> Message-ID: Unfortunately physics does not allow (for several reasons) data to be decoded from the audio as a result of any type of voting system. The only way to accomplish voting using digital audio is to decode the digital stream (at least into digital data) at the voting receiver site, *then* send the decoded audio data as packets for voting etc. JIM WB6NIL From: ke2n at cs.com To: telesistant at hotmail.com; app_rpt-users at ohnosec.org Subject: Voting Date: Mon, 30 May 2011 19:55:51 -0400 Jim ? any chance that the voting system could have an option to run the receiver sound conversion at a higher sampling rate (>8000)? I am thinking it could also be used for a Dstar system ? that means you need to reproduce what is coming out of the discriminator from near 0 Hz up to about 5.5 KHz with a relatively flat pass band. Ken -------------- next part -------------- An HTML attachment was scrubbed... URL: