Re: [asterisk-users] Call Limits

2009-12-08 Thread Dan Journo
: [asterisk-users] Call Limits On Sun, 2009-12-06 at 08:49 -0500, Dan Journo wrote: > I’m trying to figure out how to limit the number of concurrent calls a > client can make. I prefer to use the GROUP() and GROUP_COUNT() dialplan functions to enforce arbitrary call limits in Asterisk -- Jared

Re: [asterisk-users] Call Limits

2009-12-07 Thread Jared Smith
On Sun, 2009-12-06 at 08:49 -0500, Dan Journo wrote: > I’m trying to figure out how to limit the number of concurrent calls a > client can make. I prefer to use the GROUP() and GROUP_COUNT() dialplan functions to enforce arbitrary call limits in Asterisk -- Jared Smith Digium, Inc. ___

Re: [asterisk-users] Call Limits

2009-12-07 Thread Dan Journo
I agree it would be easier. However that would mean allowing them to make up to 12 concurrent calls. I've been asked to reconfigure Asterisk so that we can bill the client per outgoing channel. For example, if the client has 2 outgoing channels, and 10 extensions, they should only be able to mak

Re: [asterisk-users] Call Limits

2009-12-06 Thread Michael Wyres
ex.php?page=Asterisk+config+sip.conf From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Dan Journo Sent: Monday, 7 December 2009 00:50 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Call Limits Hello,

[asterisk-users] Call Limits

2009-12-06 Thread Dan Journo
Hello, I'm trying to figure out how to limit the number of concurrent calls a client can make. I have a client that has 6 SIP accounts. One for each SIP phone. I want to limit it so that they can only make 2 outgoing calls at a time so that I can bill them "per channel" rather than "per extensi

[asterisk-users] Call limits per server with Iax

2008-02-23 Thread Tom Moore
If I'm using an Iax trunk between two sites what is the suggested number of calls to pass over this trunk before I run in to problems? Also is this number based on a per peer basis or all Iax calls going through the server in general? I know this will depend on the bandwidth I have between the site

Re: [asterisk-users] Call Limits

2007-08-20 Thread Remi Quezada
Well only certain situations expose this bug. I am able to reproduce this bug in two instances. One is with the Adtran Total Access 900 series when it receives a fax call it sends a INVITE to the Asterisk. When Asterisk receives this INVITE it changes the call from peer to user, so by the en

Re: [asterisk-users] Call Limits

2007-08-20 Thread Rizwan Hisham
well i have mentioned earlier that it happens to only one user. all of the other users limits are working fine. In asterisk 1.4.0, this was a bug as it happened to every user. But then i upgraded to 1.4.2 and it was gone. It was working fine since then but recently this problem again showed up for

Re: [asterisk-users] Call Limits

2007-08-17 Thread Ira
Upgrade to what? I'm running the most recent 1.2 version and I can't run 1.4 because every 3 calls I have to reboot the machine. Ira At 11:00 AM 8/17/2007, you wrote: It's a bug and you should probably upgrade, but yes, restarting will resolve the problem temporarily. On 8/17/07, Ira <

Re: [asterisk-users] Call Limits

2007-08-17 Thread Shane Burrell
I have the sample problem. Just turned it off for now. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Remi Quezada Sent: Friday, August 17, 2007 2:13 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Call

Re: [asterisk-users] Call Limits

2007-08-17 Thread Remi Quezada
I think its an Asterisk bug, call-limits stopped working for me once I upgraded from 1.2.16 to 1.2.18. There is a bug opened for it, but the issue hasn't been resolved yet. Here is the link: http://bugs.digium.com/view.php?id=9794 -Remi Ira wrote: > At 06:37 AM 8/17/2007, you wrote: >

Re: [asterisk-users] Call Limits

2007-08-17 Thread Anthony Cennami
It's a bug and you should probably upgrade, but yes, restarting will resolve the problem temporarily. On 8/17/07, Ira <[EMAIL PROTECTED]> wrote: > > At 06:37 AM 8/17/2007, you wrote: > >Some of my asterisk users have used their maximum call limit for > >incoming calls (peers). There incoming call

Re: [asterisk-users] Call Limits

2007-08-17 Thread Ira
At 06:37 AM 8/17/2007, you wrote: >Some of my asterisk users have used their maximum call limit for >incoming calls (peers). There incoming call limit should >automatically reset to zero after hangup but its not happening and >they no longer can recieve any calls as their allowed limit is >alre

Re: [asterisk-users] Call Limits

2007-08-17 Thread Anthony Cennami
If I recall 1.4.2 has a deadlock problem on their SIP channels -- you should upgrade to at least 1.4.5, which is when this was resolved. The problem was present in 1.2 and 1.4 -- 1.4.5 earliest that I believe does not have this issue. Anthony On 8/17/07, Rizwan Hisham <[EMAIL PROTECTED]> wrote:

Re: [asterisk-users] Call Limits

2007-08-17 Thread Rizwan Hisham
Thanx for ur reply. Im running * 1.4.2. i dont think there is any problem in asterisk because only one user is having this problem. User is using Aastra 480i Cordless phone Here is the sip config for that user. Im using call-limit=2 for every user [saadfarr] username=saadfarr type=friend secret=12

Re: [asterisk-users] Call Limits

2007-08-17 Thread Anthony Cennami
Have you looked in show channels/core show channels to see if they have any dead/zombie channels, which you can remove with soft-hangup? What version of * are you running? What kind of phones? What config options are you using in SIP (or other tech) to limit the calls? On 8/17/07, Rizwan Hisha

[asterisk-users] Call Limits

2007-08-17 Thread Rizwan Hisham
Hi all, Some of my asterisk users have used their maximum call limit for incoming calls (peers). There incoming call limit should automatically reset to zero after hangup but its not happening and they no longer can recieve any calls as their allowed limit is already full. So is there any way to re