I would like to know if anyone can help me with a script to connect my 2 nodes at startup of server. I am linking 2 repeaters together. Also how do you DTMF in a command to the server. Thank you: Mike N6IQY Node 27522
example in your rpt.conf file: [27522] startup_macro=*327523 Put after the = sign, the exact DTMF keys that you would use to do it over the air. In this example node 27522 would connect to node 27523 at startup. Rather than use the 3 (connect) command you may want to use the 991 (permanant-connect) command that you have defined elsewhere in your config file as shown below To DTMF in a server shell command you have to define it in your functions. Examples below: [27522] startup_macro=*99127523 [functions27522] 991 = ilink,13 ; Specific Link permanent connect - transceive 992 = cmd,/usr/local/bin/resettot.sh 993 = cmd,/usr/local/bin/whatever.sh The numbers shown are examples only, use whatever you want. Create the resettot.sh and whatever.sh shell scripts to do whatever you want them to do. On Tue, Jan 27, 2015 at 10:09 AM, Michael Miller < mikemilleraviation@gmail.com> wrote:
I would like to know if anyone can help me with a script to connect my 2 nodes at startup of server. I am linking 2 repeaters together. Also how do you DTMF in a command to the server.
Thank you:
Mike N6IQY Node 27522
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.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.
participants (2)
-
Chuck Henderson -
Michael Miller