Thanks for the tip. I have been checking those two options. Would you be able to provide an example of how GROUP or GROUP_COUNT may check for a trunk usuage? From what I see is that you have to assing certain routes a group and then count the group, but how I do include a trunk in the group?<div>

<br></div><div>Thanks<br><br><div class="gmail_quote">On Sat, May 29, 2010 at 7:07 PM, Steve Edwards <span dir="ltr">&lt;<a href="http://asterisk.org">asterisk.org</a>@<a href="http://sedwards.com">sedwards.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sat, 29 May 2010, bruce bruce wrote:<br>
<br>
&gt; I am looking to use System() function along with some bash scripting to<br>
&gt; determine if a Trunk is being used during certain time of the day or<br>
&gt; not. Here is what I have in mind. Please guide me if you know a better<br>
&gt; way:<br>
<br>
</div>Using the GROUP/GROUP_COUNT functions in the dialplan is a better way.<br>
<br>
Using system() will mean creating a bunch of processes (each<br>
sed/awk/cut/etc command).<br>
<br>
--<br>
Thanks in advance,<br>
-------------------------------------------------------------------------<br>
Steve Edwards       <a href="mailto:sedwards@sedwards.com">sedwards@sedwards.com</a>      Voice: +1-760-468-3867 PST<br>
Newline                                              Fax: +1-760-731-3000<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br></div>