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 calls to extension 37 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070427/a555a617/attachment-0001.htm
Eric "ManxPower" Wieling
2007-Apr-27 11:27 UTC
[asterisk-users] Fixed quantity calls per extension
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 more than 15 simultaneus calls to extension 37Yes. Any of the following: 1) Check the documentation for your IP phone. 2) Use the applications shown by "show applications like group" in the CLI. 3) Talk to your VoIP provider 4) Use Queues
Gordon Henderson
2007-Apr-27 11:58 UTC
[asterisk-users] Fixed quantity calls per extension
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 calls to extension 33 > No more than 15 simultaneus calls to extension 37in sip.conf: call-limit=3 etc. Gordon
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: >> No more than 3 simultaneus calls to extension 33 >> No more than 15 simultaneus calls to extension 37 > > Yes. Any of the following: > > 1) Check the documentation for your IP phone. > 2) Use the applications shown by "show applications like group" in the CLI. > 3) Talk to your VoIP provider > 4) Use QueuesOr, the question says "simultaneus" (sp) which could be interpreted as a conference in which case meetme and meetmecount would do the trick. Thanks in advance, ------------------------------------------------------------------------ Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST Newline Fax: +1-760-731-3000
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 => 99,2,GotoIf($[${GROUP_COUNT(99)}>3]?103) exten => 99,3,eagi(Service1) exten => 99,103,Hangup On 4/27/07, Steve Edwards <asterisk.org@sedwards.com> wrote:> > 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: > >> No more than 3 simultaneus calls to extension 33 > >> No more than 15 simultaneus calls to extension 37 > > > > Yes. Any of the following: > > > > 1) Check the documentation for your IP phone. > > 2) Use the applications shown by "show applications like group" in the > CLI. > > 3) Talk to your VoIP provider > > 4) Use Queues > > Or, the question says "simultaneus" (sp) which could be interpreted as a > conference in which case meetme and meetmecount would do the trick. > > Thanks in advance, > ------------------------------------------------------------------------ > Steve Edwards sedwards@sedwards.com Voice: +1-760-468-3867 PST > Newline Fax: +1-760-731-3000 > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070428/a3d87146/attachment.htm