[asterisk-users] Asterisk V/s FreeSwitch

Stefan Schmidt sst at sil.at
Thu Feb 9 07:52:37 CST 2012


Am 09.02.12 14:19, schrieb Bryant Zimmerman:
> Stefan
> 
> This is on target with my configuration I am working on.   What kind of 
> dialplan were you using when running the tests. 
> Were you doing database lookups or just answering the calls and playing 
> hold music.  Any example would be appreciated so we can quantify your test 
> results. I look forward to your response.
> 
> Thanks
> Bryant

the dialplan is quite simple:

for the signaling up to 13500 CC i use this wait and for the 10000CC i
enable the musiconhold

exten => monitor,1,Noop(PERFORMANCE TESTS)
exten => monitor,n,Answer
;exten => monitor,n,MusicOnHold(806,45)
exten => monitor,n,Wait(45)
exten => monitor,n,Hangup

and i have attached the sipp scenario i was using which is also very simple.

as i said i only have a 100 mbit connection on this server and its also
only a virtual machine and on this physical host there are also some
production machines running so i cant put it even further.

very important is the rtp.conf where you have to change the rtpend port
range up to 65000 or you wouldnt be able to open enough rtp ports.

just to point some things out:
asterisk  below 1.8 was getting even slower with every version.
before asterisk 1.8 was released i allready wrote some performance
patches which made sip handling better and faster but the big
performance boosts came too late for 1.8 but they are in asterisk 10 and
the performance increase in sip udp handling is around 2 to 3 times faster.

btw my normal production machines which are just the same virtual
machines like this test system. i also had 330 concurrent calls, some
with transcoding, many database lookups, musiconhold, pickup ... and the
sysload was around 1.0 ;)

best regards

stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sipload.xml
Type: text/xml
Size: 1742 bytes
Desc: not available
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120209/9512ab21/attachment.bin>


More information about the asterisk-users mailing list