<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>2 function scripts....and a third which is a copy that is created by either of the two as the last step.</div><div><br></div><div>ie: (and the number is up to you, but I'll use 85...)</div><div><br></div><div>85=cmd,/etc/asterisk/scripts/do.sh</div><div><br></div><div>(i have a directory under asterisk that i dump all my scripts into.  keeps the asterisk directory clean and tidy)</div><div><br></div><div>do.sh is a copy of either </div><div><br></div><div>up.sh</div><div><br></div><div>or </div><div><br></div><div>down.sh</div><div><br></div><div>depending on what the LAST command was; think of it as preloading the toggle.</div><div><br></div><div>the last line of up.sh or down.sh is a line</div><div>rm -f /etc/asterisk/scripts/do.sh;cp /etc/asterisk/scripts/(the opposite file).sh /etc/asterisk/scripts/do.sh</div><div><br></div><div>now, you can use *85# as a resolution to a macro, a direct DTMF commend, or a scheduled task or what have you.  </div><div><br></div><div>That's how I'd do it.  The OS is powerful...use it to do what it does best. </div><div><br></div><div><br></div><div><br>--<div>Bryan</div><div>Sent from my iPhone 5...small</div><div>keyboard, big fingers...please</div><div>forgive misspellings...</div><div><br><div><br></div></div></div><div><br>On Oct 7, 2013, at 14:35, Steve Denbow <<a href="mailto:kd8biw@gmail.com">kd8biw@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><p dir="ltr">I'm trying to set up a permanent connection to another node to link 2 repeaters at different sites together. My node has macros set up to allow easy connection to other area nodes ie: (Macro 13 = *33353296#) To make things easier for the users, I would like to use the "disconnect all" to disconnect any nodes they may connect to, while still leaving the permanent connection in place. It does not work that way unfortunately, as it drops ALL connections (as the name implies). So here are my questions:<br>

Can a "permanent" connection truly be made permanent?<br>
And/or<br>
I would like to setup a macro to connect to a node, but then have that same macro also disconnect that node if entered again (think toggle on/off). I'm thinking something similar to the rotating ID script I've seen around. Is this a plausible solution? What other ways could I accomplish this?<br>

Any help is greatly appreciated!<br>
Thank you!</p>
<p dir="ltr">Steve KD8BIW<br>
224.580- [110.9]<br>
Allstar Node 29912 <br>
Echolink Node 297683</p>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>App_rpt-users mailing list</span><br><span><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a></span><br><span><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a></span><br></div></blockquote></body></html>