Steve,<div>you are right, i&#39;m gonna use the group function, I tested here and it works pretty fine. Thanks. </div><div><br></div><div>Danny, thanks for the help once again!<br><br><div class="gmail_quote">On Mon, Aug 9, 2010 at 4:36 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 Mon, 9 Aug 2010, Felipe Figueiredo wrote:<br>
<br>
&gt; is there a way to see how many channels of an specific tecnology are<br>
&gt; being used?<br>
<br>
</div>See? From where? Within the dialplan or from an external process?<br>
<div class="im"><br>
&gt; Like, i have a zap card, e1 (30 channels), and there are 10 channels<br>
&gt; being used at this moment. When the E1 reaches 15 busy channels I need<br>
&gt; to receive a call or something like this, telling me that 15 of 30<br>
&gt; channels are busy. How can I do this?<br>
<br>
</div>Within the dial plan you can use the GROUP() and GROUP_COUNT() functions.<br>
You could set the group to the technology and check the count as each call<br>
enters your dial plan. (Asterisk will automagically decrement the count as<br>
the calls are terminated.) If the count exceeds your threshold, you could<br>
use system() to create a call file to call you and play an appropriate<br>
message.<br>
<br>