<div dir="ltr"><span style="color:rgb(0,0,0);font-family:Helvetica;font-size:13px">The touch tone decoder can be slowed down with removal of the compile time variable RADIO_RELAX. This goes a long ways to improving TT falsing and it’s still plenty fast. There has been tons of talk about this in the past on this forum. Here’s a script to do the update, make the mod and recompile…</span><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:13px"><br class=""></div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:13px"><br class=""></div><div class="" style="color:rgb(0,0,0);font-family:Helvetica;font-size:13px"><div class="" style="margin:0px;font-size:12px;font-family:Monaco">#!/bin/bash</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco;min-height:16px"># edited by K0KN 2/2013 to remove RADIO_RELAX after each SVN update</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco;min-height:16px"><br class=""></div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">cd /usr/src</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">rm -rf astsrc</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">wget <a href="http://x.allstarlink.org/svn-trunk.tar.gz" class="">http://x.allstarlink.org/svn-trunk.tar.gz</a> -O- | tar xzv</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">mv trunk astsrc</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">cd astsrc</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">sed -i 's/MENUSELECT_CFLAGS=RADIO_RELAX LOADABLE_MODULES/MENUSELECT_CFLAGS=LOADABLE_MODULES/g' /usr/src/astsrc/asterisk/menuselect.makeopts</div><div class="" style="margin:0px;font-size:12px;font-family:Monaco">make upgrade-acid</div><div class=""><br class=""></div><div class=""><br class=""><div class=""><span class="" style="border-collapse:separate;font-family:Verdana;border-spacing:0px"><span class="" style="border-collapse:separate;border-spacing:0px"><div class="" style="word-wrap:break-word">Be aware of line wrap. The sed statement should be on one line.</div></span></span></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 29, 2015 at 6:41 PM,  <span dir="ltr"><<a href="mailto:mike@midnighteng.com" target="_blank">mike@midnighteng.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
DTMF falsing would be a good indication of incorrect audio input levels.<br>
<br>
To my knowledge, you can't turn of dtmf muting.<br>
<br>
...mike/kb8jnm<br>
<br>
> very good, I ended up just muting announcements altogether.<br>
><br>
> Audio settings were a bit tricky, ended up having to just experiment<br>
> with the settings. now got it where it sounds acceptable to us.<br>
><br>
> Now last things to figure out for me now is using a gpio pin on the<br>
> URI to trigger the internal pl encoder in the GE, and have it set to<br>
> drop 1 second after COS loss from RF and or Internet.<br>
><br>
> And to figure out how to turn off DTMF Muting, having a horrid time<br>
> with RF users voice falsing the DTMF decoder thus ended up with holes<br>
> in the local users transmission. propogate_dtmf=yes don't seem to work<br>
> for turning off dtmf mute on local rf<br>
><br>
> On Sat, 27 Jun 2015 22:45:59 -0400<br>
> <a href="mailto:mike@midnighteng.com">mike@midnighteng.com</a> wrote:<br>
><br>
>><br>
>> Glad you found it.<br>
>><br>
>> Here is how to change connect announcement. In extensions.conf<br>
>> example:<br>
>> exten => 29283,1,Answer<br>
>> exten => 29283,n,Wait(2)<br>
>> exten => 29283,n,Playback(rpt/node)<br>
>> exten => 29283,n,SayAlpha(kb8jnm)<br>
>> exten => 29283,n,Playback(repeater)<br>
>> exten => 29283,n,Rpt,29283|P<br>
>><br>
>> Chances are that your other inputs are to low if the announcements<br>
>> seem to high. Bring inputs up and cut the tx audio. Best served with<br>
>> a scope if you have one.<br>
>><br>
>> ...mike/kb8jnm<br>
>><br>
>> > well we discovered the problem.<br>
>> ><br>
>> > a broken wire.<br>
>> ><br>
>> > so it now works, now trying to figure out how to change the<br>
>> > connect/disconnect messages from node # to callsign and how to lower<br>
>> > the announcement levels without bothering the rx/tx levels<br>
>> ><br>
>> > On Sat, 27 Jun 2015 19:30:26 -0400<br>
>> > Doug Crompton <<a href="mailto:doug@crompton.com">doug@crompton.com</a>> wrote:<br>
>> ><br>
>> >> If you have carrierfrom=usb then you should see the hungup status<br>
>> >> in the client when you ground pin 8. If you are not you possibly<br>
>> >> could possibly have a bad DMK-URI. Make sure you are using pin 8<br>
>> >> on the DMK-URI NOT pin 7. Also make sure you have ctcssfrom=no 73<br>
>> >> Doug WA3DSP <a href="http://www.crompton.com/hamradio" rel="noreferrer" target="_blank">http://www.crompton.com/hamradio</a><br>
>> >><br>
>> >><br>
>> >> > Date: Sat, 27 Jun 2015 11:20:54 -0400<br>
>> >> > From: <a href="mailto:w2ibc435@gmail.com">w2ibc435@gmail.com</a><br>
>> >> > To: <a href="mailto:doug@crompton.com">doug@crompton.com</a><br>
>> >> > Subject: Re: [App_rpt-users] node issues..<br>
>> >> ><br>
>> >> > it don't seem to matter what I do on this thing. COR is +5 on<br>
>> >> > signal. the thing floats at .7 with no signal. I can force it to<br>
>> >> > a ground and the TX still stays locked no messages<br>
>> >> ><br>
>> >> > carrierfrom=usb is what I am using.<br>
>> >> ><br>
>> >> > its getting very close to meeting mr 20 pound sledge then going<br>
>> >> > to the dump.<br>
>> >> ><br>
>> >> > On Fri, 26 Jun 2015 23:11:00 -0400<br>
>> >> > Doug Crompton <<a href="mailto:doug@crompton.com">doug@crompton.com</a>> wrote:<br>
>> >> ><br>
>> >> > > Go into the Asterisk client. Type -  asterisk -rvvv   - at the<br>
>> >> > > Linux prompt. You should see the 'hungup' status when you<br>
>> >> > > release the carrier - COR untrue - not when you key.  If you<br>
>> >> > > are not seeing the hungup command with COS change then there<br>
>> >> > > is either something setup wrong or a hardware problem.  At<br>
>> >> > > least in simpleusb.conf you either set  carrierfrom= usb   or<br>
>> >> > > usbinvert     - usb is high +5 COS on signal and usbinvert is<br>
>> >> > > low (0V) on signal.  It has to be a good low!!!  Less than .5<br>
>> >> > > volts and preferably close to 0V in that direction.<br>
>> >> > ><br>
>> >> > > If you can isolate the COS line and connect it to +5 and ground<br>
>> >> > > alternately you should see the hungup status in the client. If<br>
>> >> > > the logic is backwards the system thinks it is always keyed<br>
>> >> > > and will hold all output messages. When you are in that state<br>
>> >> > > it can be very confusing because nothing seems to work right.<br>
>> >> > > 73 Doug WA3DSP <a href="http://www.crompton.com/hamradio" rel="noreferrer" target="_blank">http://www.crompton.com/hamradio</a><br>
>> >> > ><br>
>> >> > ><br>
>> >> > > > Date: Fri, 26 Jun 2015 22:34:23 -0400<br>
>> >> > > > From: <a href="mailto:w2ibc435@gmail.com">w2ibc435@gmail.com</a><br>
>> >> > > > To: <a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a><br>
>> >> > > > Subject: Re: [App_rpt-users] node issues..<br>
>> >> > > ><br>
>> >> > > > its new install, and yes it is the DMK URI. and yes repeater<br>
>> >> > > > is hooked up.<br>
>> >> > > ><br>
>> >> > > > receiver COR is active high (+5V when signal is detected) but<br>
>> >> > > > it is doing this without any signal from the receiver cor and<br>
>> >> > > > with signal from cor.<br>
>> >> > > ><br>
>> >> > > > in usbradio.conf for COR detect I have tried<br>
>> >> > > > DSP,USB,USBINVERTED nothing changes with the output.<br>
>> >> > > ><br>
>> >> > > ><br>
>> >> > > ><br>
>> >> > > ><br>
>> >> > > ><br>
>> >> > > > On Fri, 26 Jun 2015 22:17:31 -0400<br>
>> >> > > > Robert Newberry <<a href="mailto:N1XBM@amsat.org">N1XBM@amsat.org</a>> wrote:<br>
>> >> > > ><br>
>> >> > > > > Is this a brand new install? Is there a radio hooked to<br>
>> >> > > > > your sound card? I've run into this once where the COR pin<br>
>> >> > > > > was active high, thus disconnecting the DB25 caused it to<br>
>> >> > > > > think there was a signal on the input thus causing PTT.<br>
>> >> > > > > Are you using a DMK  URI? Are you getting ptt indication?<br>
>> >> > > > ><br>
>> >> > > > > N1XBM<br>
>> >> > > > > Apparare Scientor<br>
>> >> > > > > Paratus Communicare<br>
>> >> > > > > Allstar Node # 27086, 41540, 41812<br>
>> >> > > ><br>
>> >> > > > _______________________________________________<br>
>> >> > > > App_rpt-users mailing list<br>
>> >> > > > <a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
>> >> > > > <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
>> >> > > ><br>
>> >> > > > To unsubscribe from this list please visit<br>
>> >> > > > <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and<br>
>> >> > > > scroll down to the bottom of the page. Enter your email<br>
>> >> > > > address and press the "Unsubscribe or edit options button"<br>
>> >> > > > You do not need a password to unsubscribe, you can do it via<br>
>> >> > > > email confirmation. If you have trouble unsubscribing,<br>
>> >> > > > please send a message to the list detailing the problem.<br>
>> >> > > ><br>
>> >> > ><br>
>> >> ><br>
>> >><br>
>> > _______________________________________________<br>
>> > App_rpt-users mailing list<br>
>> > <a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
>> > <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
>> ><br>
>> > To unsubscribe from this list please visit<br>
>> > <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and<br>
>> > scroll down to the bottom of the page. Enter your email address and<br>
>> > press the "Unsubscribe or edit options button"<br>
>> > You do not need a password to unsubscribe, you can do it via email<br>
>> > confirmation. If you have trouble unsubscribing, please send a<br>
>> > message to the list detailing the problem.<br>
>> ><br>
>><br>
>><br>
>> _______________________________________________<br>
>> App_rpt-users mailing list<br>
>> <a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
>> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
>><br>
>> To unsubscribe from this list please visit<br>
>> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll<br>
>> down to the bottom of the page. Enter your email address and press<br>
>> the "Unsubscribe or edit options button" You do not need a password<br>
>> to unsubscribe, you can do it via email confirmation. If you have<br>
>> trouble unsubscribing, please send a message to the list detailing<br>
>> the problem.<br>
><br>
> _______________________________________________<br>
> App_rpt-users mailing list<br>
> <a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
><br>
> To unsubscribe from this list please visit<br>
> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down<br>
> to the bottom of the page. Enter your email address and press the<br>
> "Unsubscribe or edit options button"<br>
> You do not need a password to unsubscribe, you can do it via email<br>
> confirmation. If you have trouble unsubscribing, please send a message to<br>
> the list detailing the problem.<br>
><br>
<br>
<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>--<br></div><div>Tim</div></div></div></div></div>
</div>