Displaying 1 result from an estimated 1 matches for "sipp_serv".
Did you mean:
sipp_server
2011 Apr 13
1
Asterisk thread limit
Hi Guys!
I'm middle of testing my asterisk-1.8.3.2 just make sure how much call it could handle in production so following is my senario.
[sipp_client]---------------[Asterisk]----------------[sipp_server]
sipp_client
./sipp -sf uac_pcap.xml -d 100000 -i 172.30.254.211 -s 2000 172.30.1.47 -l 1000 -r 250 -rp 5000 -m 1000
sipp_server
./sipp -sn uas -i 172.30.245.208
In above if i set -r 250 -rp 5000 calls per sec. in this case my asterisk stopped accepting calls at 382 active calls and sipp cli...