<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using sipp to stress test your asterisk 1.4 pbx system</title>
	<atom:link href="http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/</link>
	<description>Cool sh!t about Asterisk, VOIP, XMPP 'n stuff</description>
	<lastBuildDate>Wed, 26 Oct 2011 14:49:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Gopal</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-48521</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Thu, 27 Jan 2011 16:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-48521</guid>
		<description>I tried to execute as per your tutorial. I created one extension 2001 in Asterisk and one VoIP trunk sipp and I executed as instructed, 
./sipp -sn uac -d 20000 -s 2001 192.168.0.17 -l 30 -trace_err

but while end of the result, it results to this error,

 Discarding message which can&#039;t be mapped to a known SIPp call:

Please advice what was wrong. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I tried to execute as per your tutorial. I created one extension 2001 in Asterisk and one VoIP trunk sipp and I executed as instructed,<br />
./sipp -sn uac -d 20000 -s 2001 192.168.0.17 -l 30 -trace_err</p>
<p>but while end of the result, it results to this error,</p>
<p> Discarding message which can&#8217;t be mapped to a known SIPp call:</p>
<p>Please advice what was wrong. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bocah Ingusan</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-37539</link>
		<dc:creator>Bocah Ingusan</dc:creator>
		<pubDate>Tue, 11 May 2010 08:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-37539</guid>
		<description>is SIPp must installed in VoIP server/ asterisk??

how do i setting extension.conf or sip.conf using freepbx?

please</description>
		<content:encoded><![CDATA[<p>is SIPp must installed in VoIP server/ asterisk??</p>
<p>how do i setting extension.conf or sip.conf using freepbx?</p>
<p>please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dago</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-32984</link>
		<dc:creator>Dago</dc:creator>
		<pubDate>Mon, 23 Nov 2009 14:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-32984</guid>
		<description>Hi.... I&#039;d like to add some knowledge to this article.

According to Prabhakar problem, where he get a Retransmission error.... after a lot of reading, I came to realize that enabling &quot;nat=yes&quot; in sip.conf file (asterisk box) would solve the problem..... and fortunately, I was right.  
The explanation, not quite complete, but reasonable, is that I notice (enabling debuging for sip in Asterisk CLI and tracing Sipp errors logs), that no &quot;100&quot; message (part of SIP protocol) was return form Asterisk, but that doesn&#039;t mean  that it doesn&#039;t send it, as a matter of fact it does, but non of them reach Sipp, so.... as no 100 message is get, Sipp start restransmiting, and in some point it&#039;ll reach the limit, so &quot;chan_sip.c:2171 retrans_pkt: Maximum retries exceeded on transmission 30-3832@127.0.0.1 for seqno 1 (Critical Response)&quot; message will be outputed.
By enabling NAT this problem is solved.  A deep explanation can be found in the sample sip.conf file form Asterisk (if you ran  &quot;make samples&quot; when asterisk was compiled)</description>
		<content:encoded><![CDATA[<p>Hi&#8230;. I&#8217;d like to add some knowledge to this article.</p>
<p>According to Prabhakar problem, where he get a Retransmission error&#8230;. after a lot of reading, I came to realize that enabling &#8220;nat=yes&#8221; in sip.conf file (asterisk box) would solve the problem&#8230;.. and fortunately, I was right.<br />
The explanation, not quite complete, but reasonable, is that I notice (enabling debuging for sip in Asterisk CLI and tracing Sipp errors logs), that no &#8220;100&#8243; message (part of SIP protocol) was return form Asterisk, but that doesn&#8217;t mean  that it doesn&#8217;t send it, as a matter of fact it does, but non of them reach Sipp, so&#8230;. as no 100 message is get, Sipp start restransmiting, and in some point it&#8217;ll reach the limit, so &#8220;chan_sip.c:2171 retrans_pkt: Maximum retries exceeded on transmission 30-3832@127.0.0.1 for seqno 1 (Critical Response)&#8221; message will be outputed.<br />
By enabling NAT this problem is solved.  A deep explanation can be found in the sample sip.conf file form Asterisk (if you ran  &#8220;make samples&#8221; when asterisk was compiled)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dago</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-32823</link>
		<dc:creator>Dago</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-32823</guid>
		<description>Hi... let me know somthing.  Did you run sipp command from the same machine that runs Asterisk?</description>
		<content:encoded><![CDATA[<p>Hi&#8230; let me know somthing.  Did you run sipp command from the same machine that runs Asterisk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asterisk SNMP with Cacti Howto upgraded for Asterisk 1.6 and Ubuntu!</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-5548</link>
		<dc:creator>Asterisk SNMP with Cacti Howto upgraded for Asterisk 1.6 and Ubuntu!</dc:creator>
		<pubDate>Tue, 28 Oct 2008 19:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-5548</guid>
		<description>[...] let the poller do it&#8217;s work. Make some calls, or stress test your Asterisk system using our SIPP howto and watch the graphs come to life. Here&#8217;s some samples right after we created our [...]</description>
		<content:encoded><![CDATA[<p>[...] let the poller do it&rsquo;s work. Make some calls, or stress test your Asterisk system using our SIPP howto and watch the graphs come to life. Here&rsquo;s some samples right after we created our [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Little Helper</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-5501</link>
		<dc:creator>Little Helper</dc:creator>
		<pubDate>Mon, 27 Oct 2008 14:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-5501</guid>
		<description>Mostly the upper limit of calls is set by the limit of open files.
Check it out by typing &quot;ulimit -a&quot;
Or just set it to 65000 by typing &quot;ulimit -n 65000&quot;

greetz</description>
		<content:encoded><![CDATA[<p>Mostly the upper limit of calls is set by the limit of open files.<br />
Check it out by typing &#8220;ulimit -a&#8221;<br />
Or just set it to 65000 by typing &#8220;ulimit -n 65000&#8243;</p>
<p>greetz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Voip Phreak</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-3764</link>
		<dc:creator>Voip Phreak</dc:creator>
		<pubDate>Fri, 29 Aug 2008 18:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-3764</guid>
		<description>Hi Aurobindo, 

Thanks for the comments. I&#039;ve updated the link for you at the top of the article - good catch. Hope this helps. 

Thanks,
VP</description>
		<content:encoded><![CDATA[<p>Hi Aurobindo, </p>
<p>Thanks for the comments. I&#8217;ve updated the link for you at the top of the article &#8211; good catch. Hope this helps. </p>
<p>Thanks,<br />
VP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aurobindo</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-3743</link>
		<dc:creator>Aurobindo</dc:creator>
		<pubDate>Wed, 27 Aug 2008 12:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-3743</guid>
		<description>Hi Voip Phreak,

this is a nice article i must say. Nice piece of info. My problem is that can you please let me know how the graphs you have generated as the link you have given here is not working. please mail me in my above address so that i can find your site easily. Hope to get the answer soon. liked your name a lot!!

Thanks
Aurobindo</description>
		<content:encoded><![CDATA[<p>Hi Voip Phreak,</p>
<p>this is a nice article i must say. Nice piece of info. My problem is that can you please let me know how the graphs you have generated as the link you have given here is not working. please mail me in my above address so that i can find your site easily. Hope to get the answer soon. liked your name a lot!!</p>
<p>Thanks<br />
Aurobindo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -ab-</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-865</link>
		<dc:creator>-ab-</dc:creator>
		<pubDate>Fri, 04 Apr 2008 14:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-865</guid>
		<description>You have to use sipp w/ an scenario where the SDP offers GSM.</description>
		<content:encoded><![CDATA[<p>You have to use sipp w/ an scenario where the SDP offers GSM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shahrul</title>
		<link>http://www.voipphreak.ca/2007/04/17/using-sipp-to-stress-test-your-asterisk-14-pbx-system/comment-page-1/#comment-353</link>
		<dc:creator>shahrul</dc:creator>
		<pubDate>Thu, 15 Nov 2007 13:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.voipphreak.ca/archives/386#comment-353</guid>
		<description>thanks Matt for your help. but the links does not help me alot. 

the 1,2,4 in the extension already corrected.. but the asterisk respond still the same.. no compatible codec.. but when i try use any GSM supported phone, it work well. it just asterisk refuse to acknowledge sipp through GSM codec..

maybe other visitors can solve this issue. tq</description>
		<content:encoded><![CDATA[<p>thanks Matt for your help. but the links does not help me alot. </p>
<p>the 1,2,4 in the extension already corrected.. but the asterisk respond still the same.. no compatible codec.. but when i try use any GSM supported phone, it work well. it just asterisk refuse to acknowledge sipp through GSM codec..</p>
<p>maybe other visitors can solve this issue. tq</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.voipphreak.ca @ 2012-02-08 09:21:03 -->
