<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><font style="" color="#000000" face="Tahoma,sans-serif">Rob,<br><br>When you say push the command out of your node radio do you mean originate from the actual radio or from your node. If it is the actual radio that would be specific to the radio you are using. There are radios that allow you to store DTMF sequences and send them out.<br><br>If you mean your node executing a command based on your sending a shorter DTMF sequence there are several way you can do it. You can define a macro in rpt.conf. Macros always start with a *5x  where x is the macro number as defined in the macro section of rpt.conf. There is already one defined in the image -<br><br>; Place command macros here<br><br>[macro]<br>;Macro number = command string (ea command separated by space) -end with HASH<br>1=*81 *80#    ; play time and voice ID<br><br id="FontBreak"></font><font style="" face="Tahoma,sans-serif">So if you execute the DTMF sequence  *51  you should hear the time followed by your ID.<br><br>If you created another macro like this -<br><br>2=*76 *3xxxxx *3yyyyy#<br><br>It would disconnect all nodes then connect to node xxxxx and node yyyyy<br>macros always end the command sequence with #<br><br>If you want more than 10 macros you need to use 2 digits - 501-599.<br><br>Another way to do it is to create scripts in Linux with the commands and then a function that calls the script. Using scripts you can do anything that can be done from the Linux command line.<br><br>A script like this -<br><br>#! /bin/bash<br># Example Script showing connect to Alaska Morning Net<br># Change the 'connect from node' to your node<br># and the 'connect to' node to where you want to connect<br># omit the < and ><br># Run from a cron job that specifies the connect time<br>#<br># This cron example shows how to enter into cron<br># type crontab -e  and add the line, change as needed<br>#<br># The example shows at 12:44 (times are 24 hour) on<br># Monday through Saturday run the alaska_connect<br># script in the /etc/asterisk/local directory<br>#<br># Modify this script to your needs<br>#<br># 44 12 * * 1-6 /etc/asterisk/wa3dsp/alaska_connect<br>#<br><br>/usr/sbin/asterisk -rx "rpt fun <yournode> *7327133"<br><br># end script<br><br>The script you create has to be executable by Linux so -<br><br>chmod 750 script_name<br><br>Then you could assign a DTMF sequence to execute the script manually or as shown in the script use cron to execute it at certain times.<br><br>Assign 871 to execute script -<br><br>871=cmd,/etc/asterisk/local/alaska_connect<br><br>So *871 would execute this script.<br><br>Either way works. I prefer using scripts but putting the macros in rpt.conf is fine also.<br><br></font><font style="" face="Tahoma,sans-serif">If this is not clear to you let me know.</font><br><br><b><font style="font-size:16pt;" size="4">73 Doug</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">WA3DSP</font><font style="font-size:16pt;" size="4"><br></font><font style="font-size:16pt;" size="4">http://www.crompton.com/hamradio</font></b><font style="font-size:16pt;" size="4"><br></font><br><br><div><hr id="stopSpelling">Date: Sun, 27 Dec 2015 10:17:05 -0600<br>From: n4wgy.ham@gmail.com<br>To: arm-allstar@hamvoip.org<br>Subject: [arm-allstar] dtmf macros for repeater control<br><br><div dir="ltr">Greetings to everyone.<div><br></div><div>My AllStar node radio is tuned to one of our local VHF repeater's UHF link radio frequencies. By inputting dtmf commands to the local VHF machine via it's input frequency or one of its UHF link radio frequencies a user can connect, disconnect or monitor link radio traffic to the VHF repeater.</div><div>How might I create a macro that can push these repeater controlling dtmf commands out of my node radio?</div><div><br></div><div>Thank you for any/all advise.</div><div><br></div><div>-Rob Conklin</div><div>N4WGY</div></div>
<br>_______________________________________________

arm-allstar mailing list
arm-allstar@hamvoip.org
http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar

Visit the BBB and RPi2 web page - http://hamvoip.org</div>                                          </div></body>
</html>