<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I followed with interest the discussion on accessing command mode with a macro, and the innovative ideas to achieve the desired result. That was very informative and speaks to the flexibility that Jim and others built-in to AllStar (Kudos, guys).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’m looking at a similar project but I keep getting attacked by the Cylons <span style='font-family:Wingdings'>J</span><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>(<a href="http://www.youtube.com/watch?v=0ccKPSVQcFk">http://www.youtube.com/watch?v=0ccKPSVQcFk</a> )<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Our hub node (2483) hosts the EchoLink gateway. It has no RF hardware connected to it (then it wouldn’t be a hub!).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>If a user on one of our other nodes wants to make an EchoLink connection, he has to go into command mode to access the hub first, then (after the Cylons have had their say), they enter the command to make the EchoLink connection, and so-on.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>That works well, but it’s a little long-winded.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What I would like to do is create a “Speed Dial” for a selected list of EchoLink nodes, and Macros appear to be ideal for this. The idea is that the Macro would accept a 3-digit suffix to connect, and a different 3-digit suffix to disconnect, like this:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[functions]<o:p></o:p></p><p class=MsoNormal>6 = macro<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[macro]<o:p></o:p></p><p class=MsoNormal>101 = *<b>42483</b>*33338712#  ;Connect echolink<o:p></o:p></p><p class=MsoNormal>102= …….Next connect macro<o:p></o:p></p><p class=MsoNormal>201= *<b>42483</b>*13338712# ;Disconnect echolink<o:p></o:p></p><p class=MsoNormal>202=…..Next Disconnect macro<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This means that, keying *6101 will connect to the first EchoLink node (GD4HOZ, as it happens!), and keying *6201 will disconnect it.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>It works, except…….<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Because there’s no gap in the macro execution, the Cylons stick their galactic oars in (“By Your Command”) and it actually comes out of the remote EchoLink node – which would come as a shock to the node owner.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What I’m looking for is an approach that will ideally circumvent the Cylon message (even though I do kinda like it) and just get-on with the job of connecting.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Perhaps a script, as Brian suggested, would do the job, by adding a delay or two, but that would still give the command message to the local user – which may not be a bad thing.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Has anybody else done any EchoLink “Speed Dial” trickery?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>David<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>