Re: [asterisk-users] Asterisk Performance without RTP?

2006-08-29 Thread Greg Boehnlein
On Tue, 29 Aug 2006, Nick Hoffman wrote:

 On Tue August 29 2006 04:39, Greg Boehnlein [EMAIL PROTECTED] wrote:
  On Mon, 28 Aug 2006, Andrew Kohlsmith wrote:
   On Monday 28 August 2006 13:02, Greg Boehnlein wrote:
I've pushed over 1,000 concurrent calls this way using the SIPP
program for SIP performance testing. There was some tuning that
needed to be done, but it worked. Never went that far in production,
though.
  
   May you share some of your tuning with us?  What gotchas did you
   discover?
 
  Just making sure your dial-plan as efficient as possible, that you have
  enough sockets and open file limits in the kernel, not connecting to the
  CLI console, never, ever using cdr_mysql or cdr_odbc for your CDR
  records (locking / contention issues) etc...
 
  Lots of basic common sense stuff that you often forget about.. :)
 
 Hi Greg. What problems/performance issues does cdr_mysql introduce?

If the database is unavailable, or performance is slow, it can cause a 
blocking condition that will stop the entire system from processing 
anything. It may have been fixed since then, but I thought that cdr_mysql 
was deprecated..

 -- Nick
 e: [EMAIL PROTECTED]
 p: +61 7 5591 3588
 f: +61 7 5591 6588
 
 If you receive this email by mistake, please notify us and do not make any 
 use of the email.  We do not waive any privilege, confidentiality or 
 copyright associated with it.
 
 

-- 
Vice President of N2Net, a New Age Consulting Service, Inc. Company
 http://www.n2net.net Where everything clicks into place!
 KP-216-121-ST

___
--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


Re: [asterisk-users] Asterisk Performance without RTP?

2006-08-28 Thread Greg Boehnlein
On Sat, 26 Aug 2006, Kelvin Williams wrote:

 If Asterisk was used to set up and tear down calls, and using canreinvite
 allowing the RTP to pass from end-point to end-point, how many calls could
 Asterisk handle at once?  

I've pushed over 1,000 concurrent calls this way using the SIPP program 
for SIP performance testing. There was some tuning that needed to be done, 
but it worked. Never went that far in production, though.
 
 I ask because I have been utilizing OpenSER but find myself constantly
 needing Asterisk to do this or that, and would like to move OpenSER into
 more of a Registration server, and letting Asterisk handle all of my calls I
 understand that the set up and tear down may be a tad slower, but
 programming (using AGI, etc.) would definitely outweigh the timing IMO.

-- 
Vice President of N2Net, a New Age Consulting Service, Inc. Company
 http://www.n2net.net Where everything clicks into place!
 KP-216-121-ST

___
--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


Re: [asterisk-users] Asterisk Performance without RTP?

2006-08-28 Thread Andrew Kohlsmith
On Monday 28 August 2006 13:02, Greg Boehnlein wrote:
 I've pushed over 1,000 concurrent calls this way using the SIPP program
 for SIP performance testing. There was some tuning that needed to be done,
 but it worked. Never went that far in production, though.

May you share some of your tuning with us?  What gotchas did you discover?

-A.
___
--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


Re: [asterisk-users] Asterisk Performance without RTP?

2006-08-28 Thread Greg Boehnlein
On Mon, 28 Aug 2006, Andrew Kohlsmith wrote:

 On Monday 28 August 2006 13:02, Greg Boehnlein wrote:
  I've pushed over 1,000 concurrent calls this way using the SIPP program
  for SIP performance testing. There was some tuning that needed to be done,
  but it worked. Never went that far in production, though.
 
 May you share some of your tuning with us?  What gotchas did you discover?

Just making sure your dial-plan as efficient as possible, that you have 
enough sockets and open file limits in the kernel, not connecting to the 
CLI console, never, ever using cdr_mysql or cdr_odbc for your CDR records 
(locking / contention issues) etc...

Lots of basic common sense stuff that you often forget about.. :)

-- 
Vice President of N2Net, a New Age Consulting Service, Inc. Company
 http://www.n2net.net Where everything clicks into place!
 KP-216-121-ST

___
--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


Re: [asterisk-users] Asterisk Performance without RTP?

2006-08-28 Thread Nick Hoffman
On Tue August 29 2006 04:39, Greg Boehnlein [EMAIL PROTECTED] wrote:
 On Mon, 28 Aug 2006, Andrew Kohlsmith wrote:
  On Monday 28 August 2006 13:02, Greg Boehnlein wrote:
   I've pushed over 1,000 concurrent calls this way using the SIPP
   program for SIP performance testing. There was some tuning that
   needed to be done, but it worked. Never went that far in production,
   though.
 
  May you share some of your tuning with us?  What gotchas did you
  discover?

 Just making sure your dial-plan as efficient as possible, that you have
 enough sockets and open file limits in the kernel, not connecting to the
 CLI console, never, ever using cdr_mysql or cdr_odbc for your CDR
 records (locking / contention issues) etc...

 Lots of basic common sense stuff that you often forget about.. :)

Hi Greg. What problems/performance issues does cdr_mysql introduce?
-- Nick
e: [EMAIL PROTECTED]
p: +61 7 5591 3588
f: +61 7 5591 6588

If you receive this email by mistake, please notify us and do not make any 
use of the email.  We do not waive any privilege, confidentiality or 
copyright associated with it.
___
--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


[asterisk-users] Asterisk Performance without RTP?

2006-08-26 Thread Kelvin Williams








If Asterisk was used to set up and tear down calls, and
using canreinvite allowing the RTP to pass from end-point to end-point, how
many calls could Asterisk handle at once? 



I ask because I have been utilizing OpenSER but find myself constantly
needing Asterisk to do this or that, and would like to move OpenSER into more
of a Registration server, and letting Asterisk handle all of my calls I understand
that the set up and tear down may be a tad slower, but programming (using AGI,
etc.) would definitely outweigh the timing IMO.



Thanks in advance.

Kw














___
--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