I struggled with something like this for a little while before I realized the DTMF tones from my Kenwood TH-G71A were not being decoded. Specifically the 3 digit. To test run: asterisk -rvvv then press every key on your DTMF keypad and watch what asterisk tells you. If they aren't decoding then find a radio that does (could also be RX audio level?). Danny K5CG From: "Mike" <mm@midnighteng.com> To: "Users of Asterisk app_rpt" <app_rpt-users@lists.allstarlink.org> Sent: Wednesday, July 18, 2018 8:50:27 AM Subject: Re: [App_rpt-users] Simplex node problem Reading your whole and previous message Jay, I'm guessing you are not seeing results from your command ??? A successful command will at least give you a short kinda 'double beep'... bip bip even when being issued via sched/macro if the tx is up. But one of the first things to look for if you are having issues getting results from a command is to look for a conflicting commend in your set-up. Asterisk will always use the first match it can make anywhere in the channel/stanza it can. So if you had these commands 97 971 971 will never execute since 97 will get it first. So if you then convert all 97 commands to 3 digits 970 971 Would fix this problem Just something to look for. One other thing is that if you are issuing a command for a shell script cmd= make sure the path is correct and permissions for the file are correct hope that leads you somewhere but I'm not sure I fully understand your issue. from the console or a ssh window, type ' asterisk -r -vvv ' ( - three v's) to see how asterisk is responding to your commands. ...mike/kb8jnm On 07/18/2018 09:36 AM, Tim Sawyer wrote: The command complete (touch tone accepted) beep is different from the courtesy tone. Is the beep the same as the courtesy tone? A common reason for no touch tone decoding with a simplex node is when the node is in (the default) full duplex. Be sure you have a duplex=0 statement in (usually near the top) your node stanza. On Wed, Jul 11, 2018 at 11:39 AM Jay Poulos < [ mailto:osu49er@gmail.com | osu49er@gmail.com ] > wrote: BQ_BEGIN I have a simplex node setup with a Baofeng 888. I receive ok (the periodic automated date and time) but when I transmit a command, I just hear a beep. On the Node Status page the "Total Keyups" increments each time I attempt to send a command. However, the "Total Commands Executed" remains at 0. "Total Timeouts" is also 0. It's as if the command is being received but not interpreted correctly? Any ideas? Thanks, Jay KI7SOX _______________________________________________ App_rpt-users mailing list [ mailto:App_rpt-users@lists.allstarlink.org | App_rpt-users@lists.allstarlink.org ] [ http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users | http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users ] To unsubscribe from this list please visit [ http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users | http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users ] and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -- Tim WD6AWP _______________________________________________ App_rpt-users mailing list [ mailto:App_rpt-users@lists.allstarlink.org | App_rpt-users@lists.allstarlink.org ] [ http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users | http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users ] To unsubscribe from this list please visit [ http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users | http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users ] and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. BQ_END _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.