Re: [asterisk-users] Fixed quantity calls per extension

2007-04-28 Thread equis software
Sorry if I´m not clear. I´m using zap channels. I need to limit the number of calls that dial one extension. No more than 3 calls using an IVR service (eagi) at the same time. May be It can be resolve using GROUP() and GROUP_COUNT() exten = 99,1,Set(GROUP(99) = G99) exten =

[asterisk-users] Fixed quantity calls per extension

2007-04-27 Thread equis software
Hi, is there any way to configure a number of simultaneus calls per extension. I need to rerstrict the simultaneus calls per service ( in extension 33 I answer Service 1 and in extension 37 I answer service 2. Example: No more than 3 simultaneus calls to extension 33 No more than 15 simultaneus

Re: [asterisk-users] Fixed quantity calls per extension

2007-04-27 Thread Eric \ManxPower\ Wieling
equis software wrote: Hi, is there any way to configure a number of simultaneus calls per extension. I need to rerstrict the simultaneus calls per service ( in extension 33 I answer Service 1 and in extension 37 I answer service 2. Example: No more than 3 simultaneus calls to extension 33 No

Re: [asterisk-users] Fixed quantity calls per extension

2007-04-27 Thread Gordon Henderson
On Fri, 27 Apr 2007, equis software wrote: Hi, is there any way to configure a number of simultaneus calls per extension. I need to rerstrict the simultaneus calls per service ( in extension 33 I answer Service 1 and in extension 37 I answer service 2. Example: No more than 3 simultaneus

Re: [asterisk-users] Fixed quantity calls per extension

2007-04-27 Thread equis software
I´m trying this: exten = 99,1,Set(GROUP(99) = GROUP99) exten = 99,2,GotoIf($[${GROUP_COUNT(99)}1]?103) exten = 99,3,Goto(context2,s,1) exten = 99,103,Hangup but doesn't work...I call to extension 99 from two different phones and Asterisk sends both to 'context2'. On 4/27/07, Eric ManxPower

Re: [asterisk-users] Fixed quantity calls per extension

2007-04-27 Thread Steve Edwards
On Fri, 27 Apr 2007, Eric ManxPower Wieling wrote: equis software wrote: Hi, is there any way to configure a number of simultaneus calls per extension. I need to rerstrict the simultaneus calls per service ( in extension 33 I answer Service 1 and in extension 37 I answer service 2. Example: