Re: [asterisk-users] max concurrent calls with bundled pjproject

2016-08-18 Thread George Joseph
On Thu, Aug 18, 2016 at 3:33 AM, ian gilmour wrote: > Hi, > > PJSIP in the past had limitations on the max concurrent calls, etc. There > were ways to overcome them by changing the source code. (e.g. > http://lists.pjsip.org/pipermail/pjsip_lists.pjsip. >

Re: [asterisk-users] max concurrent calls with bundled pjproject

2016-08-18 Thread Marek Červenka
you can patch it in [cervenka@matrix asterisk-13.9.1]$ ll third-party/pjproject/ total 24 -rwxrwxr-x. 1 cervenka cervenka 877 May 13 19:41 apply_patches -rw-rw-r--. 1 cervenka cervenka 1794 May 13 19:41 configure.m4 -rw-rw-r--. 1 cervenka cervenka 5352 May 13 19:41 Makefile -rw-rw-r--. 1

[asterisk-users] max concurrent calls with bundled pjproject

2016-08-18 Thread ian gilmour
Hi, PJSIP in the past had limitations on the max concurrent calls, etc. There were ways to overcome them by changing the source code. (e.g. http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2013-February/015721.html

Re: [asterisk-users] Max concurrent calls

2009-03-23 Thread Matt Riddell
On 20/03/2009 9:27 p.m., michel freiha wrote: Hi all, I mentioned in asterisk.conf there is a property maxcalls...I know that this is the max number of concurrent calls but i need to know please if this entry is commented out, what is the default number of MAX concurrent calls supported by

[asterisk-users] Max concurrent calls

2009-03-20 Thread michel freiha
Hi all, I mentioned in asterisk.conf there is a property maxcalls...I know that this is the max number of concurrent calls but i need to know please if this entry is commented out, what is the default number of MAX concurrent calls supported by asterisk? Regards

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Zoa
There is no such thing as a hard limit in asterisk. (Except for zap channels, those are limited to 256 iirc). With iax you can go higher, but the limit might be lower than 256 if you are doing a lot of transcoding. The limit depends on what exactly the server has to do with your call, and

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Jean-Michel Hiver
Andrew Nowrot a écrit : Hi, Does anyone know what is the amount of max concurrent calls that can be made in one Asterisk box? I heard that it is 256 and it doesn't depend on how good your machine is. It is the program constraint. I wasn't aware of such limit and I seriously doubt it. Where

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Andrew Nowrot
Hi,Yeah, I think it was all about thew zap channelsBut what opportunities I have when I need to connect two or more Asterisk boxes. IAX, SIP or what?What is most efficient.CheersAndrew ___ --Bandwidth and Colocation provided by Easynews.com --

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Andrew Nowrot
Hi, Where are you pulling this number from? (other than the obvious traditional 2^8)? That is not my imagination ;).Actually I talked with a guy who was one of the designers of Asterisk. He told me about this limitation but I don't know if he was talking about Zap channels only or in general. I

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Jean-Michel Hiver
Andrew Nowrot a écrit : Hi, Yeah, I think it was all about thew zap channels But what opportunities I have when I need to connect two or more Asterisk boxes. IAX, SIP or what? What is most efficient. Your question doesn't make any sense. Tell us what you are trying to do and you might

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Jean-Michel Hiver
Andrew Nowrot a écrit : Hi, Where are you pulling this number from? (other than the obvious traditional 2^8)? That is not my imagination ;). Actually I talked with a guy who was one of the designers of Asterisk. He told me about this limitation but I don't know if he was talking

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Andrew Nowrot
Hi, It does sound like a typical case of urban legend, where Zap is limited to 256 channels becomes Asterisk is limited to 256 channels. Asterisk!= Zap.I've never said that Asterisk is limited to 256 channels. I only asked a question. That is the main reason of this list isn't it? But leave the

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Jean-Michel Hiver
I need to connect two (or more) asterisk boxes. They will exchange a lot calls. What is the best approach? Which protocol should I use IAX or SIP or what? I never did that so first I want to ask people who have some experience. If you're connecting Asterisk boxes between each other, it

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread Andrew Nowrot
HiIn my environment I have to connect 6 * boxes with each other so IAX is probably the best solutionThanksCheers ___ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit:

Re: [Asterisk-Users] Max concurrent calls

2006-01-27 Thread C F
Whatever happened to Google? why don't people use that? Tha actual limit according to Google/wiki is/was 255 for zap channels: http://voip-info.org/tiki-index.php?page=Asterisk+dimensioning However, in that same post someone corrected it that it is no longer limited. On 1/27/06, Andrew Nowrot

[Asterisk-Users] Max concurrent calls

2006-01-26 Thread Andrew Nowrot
Hi,Does anyone know what is the amount of max concurrent calls that can be made in one Asterisk box?I heard that it is 256 and it doesn't depend on how good your machine is. It is the program constraint. What can I do when I need to have more calls than that. I read about connecting Asterisk boxes