Asterisk says to process the call correctly:

      == Using SIP RTP TOS bits 184
      == Using SIP RTP CoS mark 5
        -- Executing [17000@sipp:1] Answer("SIP/sipp-0000005a", "") in
   new stack
        -- Executing [17000@sipp:2] Set("SIP/sipp-0000005a", "rn=100")
   in new stack
        -- Executing [17000@sipp:3] Goto("SIP/sipp-0000005a", "set100")
   in new stack
        -- Goto (sipp,17000,12)
        -- Executing [17000@sipp:12] Answer("SIP/sipp-0000005a", "") in
   new stack
        -- Executing [17000@sipp:13] BackGround("SIP/sipp-0000005a",
   "you-seem-impatient") in new stack
        -- <SIP/sipp-0000005a> Playing 'you-seem-impatient.ulaw'
   (language 'en')
        -- Executing [17000@sipp:14] Wait("SIP/sipp-00000055", "20") in
   new stack

sipp says "Aborting call on an unexpected BYE for call: [email protected]"

"asterisk -rx 'core show channels'|tail -n3" shows:
80 active channels            -> constant
80 active calls                    -> constant
160 calls processed          -> increase every second


the sipp command I use is "./sipp 192.168.200.64 -sn uac -i 192.168.200.185 -s 17000 -d 90000 -l 10000 -r 100 -rp 30000 -t un"
that generate 100 calls every 30 seconds. every call last 90 seconds.

I'm not trying to break the limit of 10000 calls, I want just to have 200 or 300 calls. sip does not have setted any limit, and call-limit is deprecated in asterisk 1.8.


On 30/03/2012 14:04, Danny Nicholas wrote:
Check the sip.conf.sample file.  I think it is the call-limit parameter that
is getting you.  The sample file should tell you what the default is.
Another possibility is that your rtp range is set too low;  the "normal"
range is 10000-20000, which allows for 2500 calls(or 5000 if you set other
things "correctly").

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Steven Howes
Sent: Friday, March 30, 2012 7:45 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] concurrent channels limit
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to