VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
visser.rafael at gmail... Guest
|
Posted: Thu Jul 10, 2014 8:24 am Post subject: [asterisk-users] dialplan =>how many concurrent calls |
|
|
Hi guys.
Does somebody knows how to get the concurrent calls from the dial plan?
Or.
How can i control not to run more than n simultaneus agi applications?
Thanks in advance.
rv |
|
Back to top |
|
|
asghar144 at gmail.com Guest
|
Posted: Thu Jul 10, 2014 8:35 am Post subject: [asterisk-users] dialplan =>how many concurrent calls |
|
|
you can use GROUP and GROUP_COUNT
n,Set(GROUP()=aname)
n,GotoIf($[${GROUP_COUNT(aname)} > 8]?${EXTEN},200)
200,Hangup
On Thu, Jul 10, 2014 at 3:24 PM, Rafael Visser <visser.rafael@gmail.com (visser.rafael@gmail.com)> wrote:
Quote: | Hi guys.
Does somebody knows how to get the concurrent calls from the dial plan?
Or.
How can i control not to run more than n simultaneus agi applications?
Thanks in advance.
rv
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
|
|
Back to top |
|
|
visser.rafael at gmail... Guest
|
Posted: Thu Jul 10, 2014 8:55 am Post subject: [asterisk-users] dialplan =>how many concurrent calls |
|
|
Works fine..
Thanks Asghar!
rv
2014-07-10 9:35 GMT-04:00 Asghar Mohammad <asghar144@gmail.com (asghar144@gmail.com)>:
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|