Difference between revisions of "Softswitch performance"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 44: | Line 44: | ||
<br> | <br> |
Revision as of 17:44, 14 March 2012
The number of simultaneous calls is limited only by the capabilities of your machine.
2008.02.18 906 simultaneous calls (1801 channels)
- 2 x Quad-Core Xeon 5300 "clovertown"
- 4 Gb RAM
- Debian 4.0
- 2.6.18-5-amd64 #1 SMP Tue Oct 2 20:37:02 UTC 2007 x86_64 GNU/Linux
- Asterisk 1.4.15
- canreinvite=no*
- ~15% calls with transcoding (~85% calls no transcoding)
- CPU busy 58% (42% idle)
2008.05.10 834 simultaneous calls
- Debian Etch
uname -a Linux cl-t041-080cl 2.6.18-6-686-bigmem #1 SMP Sun Feb 10 22:21:07 UTC 2008 i686 GNU/Linux
cat /proc/cpuinfo 8 x Intel(R) Xeon(R) CPU E5405 @ 2.00GHz cpu MHz : 2000.190 cache size : 6144 KB
cat /proc/meminfo MemTotal: 6229536 kB
asterisk -vvvvR Asterisk 1.4.18.1, Copyright (C) 1999 - 2008 Digium, Inc. and others.
module show like mor app_mor.so MOR Billing Solution v0.6.0 0
- canreinvite=yes means that voice traffic goes from client to provider, directly bypassing the MOR system.
How can I increase the number of simultaneous calls?
Easiest way to increase the number of simultaneous calls is to connect an additional Asterisk server to your current MOR server.
Other implementations which can help you to increase the number of simultaneous calls can be found here.