<div dir="ltr">What? That's a weird way to do it when you could just:<div><br></div><div>85 = cop,2</div><div>86 = cop,3 </div><div><br></div><div>Besides calling scripts when you don't have to is bad form and dangerous. </div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 26, 2017 at 10:26 AM, Bryan D. Boyle <span dir="ltr"><<a href="mailto:bdboyle@bdboyle.com" target="_blank">bdboyle@bdboyle.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">or...assign a couple DTMF functions in rpt.conf, for instance:<br>
<br>
85 = cmd,/etc/asterisk/scripts/enab<wbr>le.sh<br>
86 = cmd,/etc/asterisk/scripts/disa<wbr>ble.sh<br>
<br>
where, in a /scripts directory under /etc/asterisk, there are two scripts as above...<br>
enable.sh:<br>
<br>
#!/bin/bash<br>
/usr/sbin/asterisk -rx "rpt cmd nodenumber cop 2 nodenumber"<br>
<br>
disable.sh<br>
(replace the 2 with a 3)<br>
<br>
chmod 755 [enable.sh, disable.sh]<br>
<br>
rasterisk<br>
rpt reload<br>
<br>
lots of ways to skin the cat.  Remember, not only is asterisk/allstar functionally rich...but you can also use the underlying OS to do many wonderful and various things both to itself as well as the application.  There are no limits to the creativity...<span class="im HOEnZb"><br>
<br>
<br>
<br>
On 5/26/2017 12:43 PM, Steve Zingman wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As you said, it was when DIAL first released for the RPi so it's 1.0<br>
>From the asterisk CLI:<br>
rpt cmd 1999 cop 2 1999 <------------ system enable<br>
rpt cmd 1999 cop 3 1999 <------------ system disable<br>
</blockquote>
<br></span><div class="HOEnZb"><div class="h5">
______________________________<wbr>_________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@lists.allstarlink.org" target="_blank">App_rpt-users@lists.allstarlin<wbr>k.org</a><br>
<a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
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. </div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>--<br></div><div>Tim</div></div></div></div></div>
</div></div>