Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Mark Quitoriano
Hi Edgar, Thanks for the reply. This setting is good for 10 simultaneous calls. What i really need is 10 calls being done per second but no limit on simultaneous calls. On Fri, Jun 13, 2008 at 2:43 AM, Edgar Guadamuz [EMAIL PROTECTED] wrote: Well, as I said, you can tell Asterisk to accept

Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Steve Totaro
If you use .call files the you could write a script to create and mv the .call files in batches of ten every second. Maybe if you explain the purpose, someone might take more time to think about it. Thanks, Steve T On Fri, Jun 13, 2008 at 8:57 AM, Mark Quitoriano [EMAIL PROTECTED] wrote: Hi

Re: [asterisk-users] asterisk calls per second

2008-06-13 Thread Atis Lezdins
Hi, I already gave a hint into right direction, but seems that it got missed, so basically it would look like this: exten=_3XX,1,Set(GROUP()=${EPOCH}) exten=_3XX,2,Set(GROUPCOUNT=${GROUP_COUNT(${EPOCH})}) exten=_3XX,3,GotoIf($[${GROUPCOUNT} ${MAX_CALLS}]?120) exten=_3XX,4,Dial(SIP/${EXTEN})

Re: [asterisk-users] asterisk calls per second

2008-06-12 Thread Mark Quitoriano
yeah something like that. is it possible to set asterisk to make 10 calls per second? On Thu, Jun 12, 2008 at 8:23 AM, Edgar Guadamuz [EMAIL PROTECTED] wrote: I know you can limit the total calls in any given time, for example, you say I would like to have 10 SIP calls established as maximum.

Re: [asterisk-users] asterisk calls per second

2008-06-12 Thread Atis Lezdins
On Thu, Jun 12, 2008 at 9:16 PM, Mark Quitoriano [EMAIL PROTECTED] wrote: yeah something like that. is it possible to set asterisk to make 10 calls per second? On Thu, Jun 12, 2008 at 8:23 AM, Edgar Guadamuz [EMAIL PROTECTED] wrote: I know you can limit the total calls in any given time, for

Re: [asterisk-users] asterisk calls per second

2008-06-12 Thread Edgar Guadamuz
Well, as I said, you can tell Asterisk to accept until 10 SIP calls, for example, at ANY TIME (I don't understand why per second, I mean, if the 10 calls are established in the same second, they are acepted, and so they are if they are established in the same milisecond, while the max concurrent

[asterisk-users] asterisk calls per second

2008-06-11 Thread Mark Quitoriano
Is there a way to limit or set the calls per second on SIP? -- Regards, Mark Quitoriano Blog | http://mark.quitoriano.org VicidialNOW! | http://www.vicidialnow.com APUG! | http://asterisk.org.ph ___ -- Bandwidth and Colocation Provided by

Re: [asterisk-users] asterisk calls per second

2008-06-11 Thread Edgar Guadamuz
I know you can limit the total calls in any given time, for example, you say I would like to have 10 SIP calls established as maximum. On 6/11/08, Mark Quitoriano [EMAIL PROTECTED] wrote: Is there a way to limit or set the calls per second on SIP? -- Regards, Mark Quitoriano Blog |