Understand :-)

Thanks much,
Bob
kk6ecm

Sent from iPad


On Jul 5, 2015, at 7:50 AM, Doug Crompton <doug@crompton.com> wrote:

I kind of agree that the link is a little confusing. Here is how I do it.

I execute the startup macro command in the node section of rpt.conf -

startup_macro=*A999         - The function could be any DTMF sequence you want preceded by *

Then in the function section I have that DTMF string defined.

[functions]

A999=cmd,/etc/asterisk/local/startup_connect

Then create a script called /etc/asterisk/local/startup_connect. 
Where xxxxx = your node, yyyyy = node you want to connect to
Make the script executable - chmod 750 /etc/asterisk/local/startup_connect

#! /bin/bash

# First connect
/usr/sbin/asterisk -rx "rpt fun xxxxx *3yyyyy"
sleep 1
# second connect
/usr/sbin/asterisk -rx "rpt fun xxxxx *3yyyyy"

etc.....

Of course this does not have to be connects. It could be anything you want Allstar to do.

Another option if you want to do it all within Allstar (I like to do it external) is to create a macro -

[macro]
1=*32000 *32001

Then the startup macro command would be -

startup_macro=*51

In this example this would connect to node 2000 and 2001 at startup. Again you can put as much as you want in the macro or even call other macros.

73 Doug
WA3DSP
http://www.crompton.com/hamradio




From: kk6ecm@gmail.com
Date: Sun, 5 Jul 2015 06:53:03 -0700
To: app_rpt-users@ohnosec.org
Subject: [App_rpt-users] Startup_macro

WRT http://ohnosec.org/drupal/node/143 

I don't understand the *95... I think I get the 3<node number> portion for a connection (where does the "95" originate, or what is its purpose?), and it looks like I can string multiple commands in a line... I'm missing something.

Thanks,
Bob
kk6ecm

Sent from iPad


_______________________________________________ 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.