Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY
try txtoctype = notone in usbradio.conf JIM WB6NIL From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Yeap, I was the one that brought that up several months ago, but I never could figure out how to "make / make install" . I have no clue what that means.. If someone could help me out with that, I will finally get this to 1200 MS which will cover my Yasue radios. Thanks! KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Ken Sent: Saturday, December 24, 2011 9:02 PM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Lu You make the change to the file, save it and then go to the Linux command line (usually in the source directory above) and type make you will see a number of lines scroll by followed by: make[1]: Leaving directory `/usr/src/astsrc/asterisk/main' +--------- Asterisk Build Complete --------- + Asterisk has successfully been built, and + can be installed by running: + + make install +-------------------------------------------+ So then you type make install and again a bunch of stuff scrolls by, ending with +---- Asterisk Installation Complete -------+ + + YOU MUST READ THE SECURITY DOCUMENT + + Asterisk has successfully been installed. + If you would like to install the sample + configuration files (overwriting any + existing config files), run: + + make samples + +----------------- or --------------------- + + You can go ahead and install the asterisk + program documentation now or later run: +\ + + make progdocs + + **Note** This requires that you have + doxygen installed on your local system +------------------------------------------- The you type astres.sh And you are good to go Merry Christmas Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Saturday, December 24, 2011 11:20 PM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Yeap, I was the one that brought that up several months ago, but I never could figure out how to "make / make install" . I have no clue what that means.. If someone could help me out with that, I will finally get this to 1200 MS which will cover my Yasue radios. Thanks! KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Ken Sent: Saturday, December 24, 2011 9:02 PM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? From: Ken [mailto:ke2n@cs.com] Sent: Sunday, December 25, 2011 12:26 AM To: 'Lu Vencl'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Lu You make the change to the file, save it and then go to the Linux command line (usually in the source directory above) and type make you will see a number of lines scroll by followed by: make[1]: Leaving directory `/usr/src/astsrc/asterisk/main' +--------- Asterisk Build Complete --------- + Asterisk has successfully been built, and + can be installed by running: + + make install +-------------------------------------------+ So then you type make install and again a bunch of stuff scrolls by, ending with +---- Asterisk Installation Complete -------+ + + YOU MUST READ THE SECURITY DOCUMENT + + Asterisk has successfully been installed. + If you would like to install the sample + configuration files (overwriting any + existing config files), run: + + make samples + +----------------- or --------------------- + + You can go ahead and install the asterisk + program documentation now or later run: +\ + + make progdocs + + **Note** This requires that you have + doxygen installed on your local system +------------------------------------------- The you type astres.sh And you are good to go Merry Christmas Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Saturday, December 24, 2011 11:20 PM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Yeap, I was the one that brought that up several months ago, but I never could figure out how to "make / make install" . I have no clue what that means.. If someone could help me out with that, I will finally get this to 1200 MS which will cover my Yasue radios. Thanks! KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Ken Sent: Saturday, December 24, 2011 9:02 PM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Update.. I am headed out of town for 3 days. I did an SVNupdate and she is working now.. I will wait to hear from whoever has some ideas as to what happened. Thanks.. KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Lu Vencl Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? From: Ken [mailto:ke2n@cs.com] Sent: Sunday, December 25, 2011 12:26 AM To: 'Lu Vencl'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Lu You make the change to the file, save it and then go to the Linux command line (usually in the source directory above) and type make you will see a number of lines scroll by followed by: make[1]: Leaving directory `/usr/src/astsrc/asterisk/main' +--------- Asterisk Build Complete --------- + Asterisk has successfully been built, and + can be installed by running: + + make install +-------------------------------------------+ So then you type make install and again a bunch of stuff scrolls by, ending with +---- Asterisk Installation Complete -------+ + + YOU MUST READ THE SECURITY DOCUMENT + + Asterisk has successfully been installed. + If you would like to install the sample + configuration files (overwriting any + existing config files), run: + + make samples + +----------------- or --------------------- + + You can go ahead and install the asterisk + program documentation now or later run: +\ + + make progdocs + + **Note** This requires that you have + doxygen installed on your local system +------------------------------------------- The you type astres.sh And you are good to go Merry Christmas Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Saturday, December 24, 2011 11:20 PM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Yeap, I was the one that brought that up several months ago, but I never could figure out how to "make / make install" . I have no clue what that means.. If someone could help me out with that, I will finally get this to 1200 MS which will cover my Yasue radios. Thanks! KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Ken Sent: Saturday, December 24, 2011 9:02 PM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
When I said "source directory above" I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory?
Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said "source directory above" I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11
Now I just need to figure out why I have 2 identifiers going out over the air? 73 all Jim W7RY From: Jim W7RY Sent: Sunday, December 25, 2011 12:03 PM To: Ken ; 'Lu Vencl' ; 'Jim Duuuude' ; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said "source directory above" I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11 -------------------------------------------------------------------------------- _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------------------------------------------------------------------------- No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11
Yea all of mine do the same. Not sure why. Sent from my iPhone, Lu Vencl On Dec 26, 2011, at 12:04 AM, "Jim W7RY" <w7ry@centurytel.net> wrote:
Now I just need to figure out why I have 2 identifiers going out over the air?
73 all Jim W7RY
From: Jim W7RY Sent: Sunday, December 25, 2011 12:03 PM To: Ken ; 'Lu Vencl' ; 'Jim Duuuude' ; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time
Works perfectly!! thanks Ken and everyone else.
73 and Merry Christmas! Jim W7RY
From: Ken Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time
When I said “source directory above” I meant this one
/usr/src/astsrc/asterisk
Change to that directory And type make there
73 Ken
From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time
Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]#
I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11
Do you have 2 morse ID's configured (with the same call)?? (idrecording and idtalkover)?? JIM From: w7ry@centurytel.net To: w7ry@centurytel.net; ke2n@cs.com; vencl@att.net; telesistant@hotmail.com; app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] CTCSS Drop Out Time Date: Sun, 25 Dec 2011 21:04:57 -0800 Now I just need to figure out why I have 2 identifiers going out over the air? 73 all Jim W7RY From: Jim W7RY Sent: Sunday, December 25, 2011 12:03 PM To: Ken ; 'Lu Vencl' ; 'Jim Duuuude' ; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said “source directory above” I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11 _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11
Yes: idrecording = |iW7RY/R accountcode=RADIO hangtime=8000 althangtime=100 totime=170000 idtime=540000 politeid=3000 idtalkover=|iW7RY/R Not sure how... Which one should I remove or rem out? From: Jim Duuuude Sent: Sunday, December 25, 2011 9:37 PM To: w7ry@centurytel.net ; app_rpt mailing list Subject: RE: [App_rpt-users] CTCSS Drop Out Time Do you have 2 morse ID's configured (with the same call)?? (idrecording and idtalkover)?? JIM -------------------------------------------------------------------------------- From: w7ry@centurytel.net To: w7ry@centurytel.net; ke2n@cs.com; vencl@att.net; telesistant@hotmail.com; app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] CTCSS Drop Out Time Date: Sun, 25 Dec 2011 21:04:57 -0800 Now I just need to figure out why I have 2 identifiers going out over the air? 73 all Jim W7RY From: Jim W7RY Sent: Sunday, December 25, 2011 12:03 PM To: Ken ; 'Lu Vencl' ; 'Jim Duuuude' ; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said “source directory above” I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11 -------------------------------------------------------------------------------- _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users -------------------------------------------------------------------------------- No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11 No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4703 - Release Date: 12/25/11
I think it might be worth clarifying (at least from what I hear at my end) there are many times that a CW ID will be going and then if someone keys up locally during the ID, it starts off again from the beginning. That is what I call two CW ID's..I have been trying to figure out what causes this but thus far I have not figured it out. From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Monday, December 26, 2011 12:37 AM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time Do you have 2 morse ID's configured (with the same call)?? (idrecording and idtalkover)?? JIM _____ From: w7ry@centurytel.net To: w7ry@centurytel.net; ke2n@cs.com; vencl@att.net; telesistant@hotmail.com; app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] CTCSS Drop Out Time Date: Sun, 25 Dec 2011 21:04:57 -0800 Now I just need to figure out why I have 2 identifiers going out over the air? 73 all Jim W7RY From: Jim W7RY <mailto:w7ry@centurytel.net> Sent: Sunday, December 25, 2011 12:03 PM To: Ken <mailto:ke2n@cs.com> ; 'Lu Vencl' <mailto:vencl@att.net> ; 'Jim Duuuude' <mailto:telesistant@hotmail.com> ; 'app_rpt mailing list' <mailto:app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] CTCSS Drop Out Time Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken <mailto:ke2n@cs.com> Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl' <mailto:vencl@att.net> ; 'Jim Duuuude' <mailto:telesistant@hotmail.com> ; w7ry@centurytel.net ; 'app_rpt mailing list' <mailto:app_rpt-users@ohnosec.org> Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said "source directory above" I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11 _____ _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _____ No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11
If I remember correctly, comment out the talkover one. If the first one doesn't see the talkover one it will just continue with the original Corey N3FE From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Lu Vencl Sent: Monday, December 26, 2011 7:47 AM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: [App_rpt-users] CW ID issue I think it might be worth clarifying (at least from what I hear at my end) there are many times that a CW ID will be going and then if someone keys up locally during the ID, it starts off again from the beginning. That is what I call two CW ID's..I have been trying to figure out what causes this but thus far I have not figured it out. From: app_rpt-users-bounces@ohnosec.org<mailto:app_rpt-users-bounces@ohnosec.org> [mailto:app_rpt-users-bounces@ohnosec.org]<mailto:[mailto:app_rpt-users-bounces@ohnosec.org]> On Behalf Of Jim Duuuude Sent: Monday, December 26, 2011 12:37 AM To: w7ry@centurytel.net<mailto:w7ry@centurytel.net>; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time Do you have 2 morse ID's configured (with the same call)?? (idrecording and idtalkover)?? JIM ________________________________ From: w7ry@centurytel.net<mailto:w7ry@centurytel.net> To: w7ry@centurytel.net<mailto:w7ry@centurytel.net>; ke2n@cs.com<mailto:ke2n@cs.com>; vencl@att.net<mailto:vencl@att.net>; telesistant@hotmail.com<mailto:telesistant@hotmail.com>; app_rpt-users@ohnosec.org<mailto:app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] CTCSS Drop Out Time Date: Sun, 25 Dec 2011 21:04:57 -0800 Now I just need to figure out why I have 2 identifiers going out over the air? 73 all Jim W7RY From: Jim W7RY<mailto:w7ry@centurytel.net> Sent: Sunday, December 25, 2011 12:03 PM To: Ken<mailto:ke2n@cs.com> ; 'Lu Vencl'<mailto:vencl@att.net> ; 'Jim Duuuude'<mailto:telesistant@hotmail.com> ; 'app_rpt mailing list'<mailto:app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] CTCSS Drop Out Time Works perfectly!! thanks Ken and everyone else. 73 and Merry Christmas! Jim W7RY From: Ken<mailto:ke2n@cs.com> Sent: Sunday, December 25, 2011 7:39 AM To: 'Lu Vencl'<mailto:vencl@att.net> ; 'Jim Duuuude'<mailto:telesistant@hotmail.com> ; w7ry@centurytel.net<mailto:w7ry@centurytel.net> ; 'app_rpt mailing list'<mailto:app_rpt-users@ohnosec.org> Subject: RE: [App_rpt-users] CTCSS Drop Out Time When I said "source directory above" I meant this one /usr/src/astsrc/asterisk Change to that directory And type make there 73 Ken From: Lu Vencl [mailto:vencl@att.net]<mailto:[mailto:vencl@att.net]> Sent: Sunday, December 25, 2011 7:34 AM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net<mailto:w7ry@centurytel.net>; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? No virus found in this message. Checked by AVG - www.avg.com<http://www.avg.com> Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11 ________________________________ _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org<mailto:App_rpt-users@ohnosec.org> http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users ________________________________ No virus found in this message. Checked by AVG - www.avg.com<http://www.avg.com> Version: 2012.0.1901 / Virus Database: 2109/4702 - Release Date: 12/25/11 -- 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=B9FA7221F.A8F11%0d%0a>
I got the same results. Merry Christmas! 73 Jim W7RY From: Lu Vencl Sent: Sunday, December 25, 2011 4:33 AM To: 'Ken' ; 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Thanks Ken, but this did not work.. Here is what I did.. [root@KA4EPS-R-Margate xpmr]# cd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# pwd /usr/src/asterisk/asterisk/channels/xpmr [root@KA4EPS-R-Margate xpmr]# make make: *** No targets specified and no makefile found. Stop. [root@KA4EPS-R-Margate xpmr]# make install make: *** No rule to make target `install'. Stop. [root@KA4EPS-R-Margate xpmr]# I assume I have the correct directory? From: Ken [mailto:ke2n@cs.com] Sent: Sunday, December 25, 2011 12:26 AM To: 'Lu Vencl'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Lu You make the change to the file, save it and then go to the Linux command line (usually in the source directory above) and type make you will see a number of lines scroll by followed by: make[1]: Leaving directory `/usr/src/astsrc/asterisk/main' +--------- Asterisk Build Complete --------- + Asterisk has successfully been built, and + can be installed by running: + + make install +-------------------------------------------+ So then you type make install and again a bunch of stuff scrolls by, ending with +---- Asterisk Installation Complete -------+ + + YOU MUST READ THE SECURITY DOCUMENT + + Asterisk has successfully been installed. + If you would like to install the sample + configuration files (overwriting any + existing config files), run: + + make samples + +----------------- or --------------------- + + You can go ahead and install the asterisk + program documentation now or later run: +\ + + make progdocs + + **Note** This requires that you have + doxygen installed on your local system +------------------------------------------- The you type astres.sh And you are good to go Merry Christmas Ken From: Lu Vencl [mailto:vencl@att.net] Sent: Saturday, December 24, 2011 11:20 PM To: 'Ken'; 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Yeap, I was the one that brought that up several months ago, but I never could figure out how to "make / make install" . I have no clue what that means.. If someone could help me out with that, I will finally get this to 1200 MS which will cover my Yasue radios. Thanks! KA4EPS From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Ken Sent: Saturday, December 24, 2011 9:02 PM To: 'Jim Duuuude'; w7ry@centurytel.net; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL -------------------------------------------------------------------------------- From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4701 - Release Date: 12/24/11
It seems to be here: /usr/src/astsrc/asterisk/channels/xpmr And the line is: #define TOC_NOTONE_TIME 900 // ms I changed it from 600 to 900. Did not change a thing... Did I change the right thing? From: Ken Sent: Saturday, December 24, 2011 6:01 PM To: 'Jim Duuuude' ; w7ry@centurytel.net ; 'app_rpt mailing list' Subject: RE: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL -------------------------------------------------------------------------------- From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4700 - Release Date: 12/24/11
Did you recompile, reinstall, and restart asterisk? From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim W7RY Sent: Saturday, December 24, 2011 11:34 PM To: Ken; 'Jim Duuuude'; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time It seems to be here: /usr/src/astsrc/asterisk/channels/xpmr And the line is: #define TOC_NOTONE_TIME 900 // ms I changed it from 600 to 900. Did not change a thing... Did I change the right thing? From: Ken <mailto:ke2n@cs.com> Sent: Saturday, December 24, 2011 6:01 PM To: 'Jim Duuuude' <mailto:telesistant@hotmail.com> ; w7ry@centurytel.net ; 'app_rpt mailing list' <mailto:app_rpt-users@ohnosec.org> Subject: RE: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken From: app_rpt-users-bounces@ohnosec.org [mailto:app_rpt-users-bounces@ohnosec.org] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry@centurytel.net; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry@centurytel.net To: app_rpt-users@ohnosec.org Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users No virus found in this message. Checked by AVG - www.avg.com Version: 2012.0.1901 / Virus Database: 2109/4700 - Release Date: 12/24/11
In the how to recompile, reinstall, and restart, I do not see 'make clean'. So in the source root directory: make clean make make install astres.sh This should solve the target not found error message. 73 and Merry Christmas, Ron - KA7U Did you recompile, reinstall, and restart asterisk? From: app_rpt-users-bounces at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> [mailto:app_rpt-users-bounces at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>] On Behalf Of Jim W7RY Sent: Saturday, December 24, 2011 11:34 PM To: Ken; 'Jim Duuuude'; 'app_rpt mailing list' Subject: Re: [App_rpt-users] CTCSS Drop Out Time It seems to be here: /usr/src/astsrc/asterisk/channels/xpmr And the line is: #define TOC_NOTONE_TIME 900 // ms I changed it from 600 to 900. Did not change a thing... Did I change the right thing? From: Ken <mailto:ke2n at cs.com <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>> Sent: Saturday, December 24, 2011 6:01 PM To: 'Jim Duuuude' <mailto:telesistant at hotmail.com <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>> ; w7ry at centurytel.net <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> ; 'app_rpt mailing list' <mailto:app_rpt-users at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>> Subject: RE: [App_rpt-users] CTCSS Drop Out Time Notone AKA chicken burst gives you carrier with no tone at the end. But some radios are too slow in closing the CTCSS and still make noise. There was a posting on here a while back that pointed the time delay in: /usr/src/asterisk/asterisk/channels/xpmr/xpmr.h The default is 600 ms. Some radios might be slower than this. You could change (increase) it, then make / make install and restart asterisk. My Alinco DR-?35 series seem to want to give you a small squelch tail no matter what you do, however. 73 Ken Reading along this thread, I notice 'make clean' is not in the 'how to'. So try it like this: From: app_rpt-users-bounces at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> [mailto:app_rpt-users-bounces at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>] On Behalf Of Jim Duuuude Sent: Saturday, December 24, 2011 6:17 PM To: w7ry at centurytel.net <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>; app_rpt mailing list Subject: Re: [App_rpt-users] CTCSS Drop Out Time try txtoctype = notone in usbradio.conf JIM WB6NIL _____ From: w7ry at centurytel.net <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> To: app_rpt-users at ohnosec.org <http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> Date: Sat, 24 Dec 2011 13:55:51 -0800 Subject: [App_rpt-users] CTCSS Drop Out Time Anyone know if there is an adjustment of the time the transmitter stays keyed, and the PL tone drops out and where that setting is? With my rigs, I still here the squelch crash after the repeater drops out. I would like to cut the PL off a little sooner or delay the transmitter a little longer. BTW, I'm all up and running with the repeater function and the node! Thanks to all that helped me get past the learning curve! Thanks! Merry Christmas 73 Jim W7RY
participants (7)
-
Corey Dean -
Jim Duuuude -
Jim W7RY -
Ken -
Lu Vencl -
Ron Morell -
Scott Weis