Hello!

I have a contribution to make, more info can be found below on the forwarded mails.

Regards,
João Antunes

-------- Original Message --------
Subject:        RE: SIPp Feedback index.html - Adding SIP/SIMPLE
Date:   Thu, 22 Apr 2010 09:30:52 +0000
From:   Jacques, Olivier (PDE IT) <olivier.jacq...@hp.com>
To:     joao.antu...@tagus.ist.utl.pt <joao.antu...@tagus.ist.utl.pt>



Hi Joao,

Thanks for the feedback!

May I suggest that you send your contribution to the sipp-users mailing list, maintainers here will be able to take it into account.

Best regards, and many thanks,

Olivier.

*From:* Joao Antunes [mailto:joao....@gmail.com] *On Behalf Of *João Antunes
*Sent:* Thursday, April 22, 2010 2:03
*To:* Jacques, Olivier (PDE IT)
*Subject:* SIPp Feedback index.html - Adding SIP/SIMPLE

Hi!

First of all, congratulations on SIPp, and thanks for publishing your work as Open Source, it was very useful to me.

As part of my thesis, entitled /"*Academical Instant Messaging Systems *- Deploying Instant Messaging Over an Existing Session Initiation Protocol and LDAP Service Infrastructure Using the Message Session Relay Protocol /-/" /I made some scenarios that I used to do performance tests on a SIP/SIMPLE IM system.

Now it is time to give back!

I tried to add the attached wiki pages on SIPp's wiki on the scenarios category with the recently created joantune user, but unfortunately I wasn't able to.

In this mail I attached the scenarios already on Wiki format, detailed information on the procedure used to test the SIP/SIMPLE system can be found on my dissertation, here <http://web.ist.utl.pt/%7Ejoao.a.p.antunes/index.php?pid=24>.

I am more than happy to give further information or clarifications on my work.

Again, thanks for yours and Mr. Gayraud's work.

Cheers,

--
*João Antunes*

MsC in Communication Networks Engineering <https://fenix.ist.utl.pt/cursos/merc?locale=en_EN> at IST <http://www.ist.utl.pt/en/about-IST/> Web: http://web.ist.utl.pt/~joao.a.p.antunes <http://web.ist.utl.pt/%7Ejoao.a.p.antunes>
Email: joao.antu...@tagus.ist.utl.pt <mailto:joao.antu...@tagus.ist.utl.pt>
LinkedIn: http://pt.linkedin.com/in/joaoapantunes

*Cisco Systems - stealth team intern*
Web: joant...@cisco.com <mailto:joant...@cisco.com>
Phone: (+1) 408 853 3408

*Proud associate of G3SI <http://g3si.netai.net/index.php?lang=en>*

==License==
http://i.creativecommons.org/l/by-nc/3.0/us/88x31.png

All of the projects published here by [http://web.ist.utl.pt/~joao.a.p.antunes 
João André Pereira Antunes] are licensed under a 
[http://creativecommons.org/licenses/by-nc/3.0/us/ Creative Commons 
Attribution-Noncommercial 3.0 United States License].
Permissions beyond the scope of this license may be available at 
http://web.ist.utl.pt/~joao.a.p.antunes/index.php?pid=4 .

==More Info==

More info as well as a detailed methodology to apply these scenarios can be 
found on my Thesis dissertation on Instant Messaging Systems that can be found 
[http://web.ist.utl.pt/~joao.a.p.antunes/index.php?pid=24 here]

==The Scenarios==
''-- Start of AUTH.xml file --''
<pre><nowiki>

<?xml version="1.0" encoding="us-ascii"?>
<scenario name="AUTHENTICATION test">
<send retrans="500">
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
To: "IST"<sip:ist154...@im.ist.utl.pt:[remote_port]>
From: "IST"<sip:ist154...@im.ist.utl.pt:[remote_port]>
Contact: <sip:ist154...@[local_ip]:[local_port]>;transport=[transport]
Expires: 3600
Call-ID: [call_id]
CSeq: 1 REGISTER
Content-Length: 0]]>
</send>
<recv response="401" auth="true" optional="true" crlf="true" next="2" />
<recv response="407" auth="true" optional="false" crlf="true" />
<label id="2" />
<send retrans="500">
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
To: "IST"<sip:ist154...@im.ist.utl.pt:[remote_port]>
From: "IST"<sip:ist154...@im.ist.utl.pt:[remote_port]>
Contact: <sip:ist154...@[local_ip]:[local_port]>;transport=[transport]
Expires: 3600
Call-ID: [call_id]
CSeq: 2 REGISTER
Content-Length: 0
[authentication username=ist154457 password=<CONCEALED>]]]>
</send>
<recv response="200" crlf="true" />
<label id="1" />
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200" />
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000" />
</scenario>
</nowiki></pre>
''-- End of AUTH.xml file --''
''-- Start of MESSAGE_UAC2.xml file --''
<pre><nowiki>
<?xml version="1.0" encoding="us-ascii"?>
<scenario name="Message test">
<label id="2" />
<send retrans="500">
<![CDATA[
MESSAGE sip:ist1...@im.ist.utl.pt SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: ist154457 <sip:ist154...@im.ist.utl.pt>;tag=[call_number]
To: sut <sip:ist1...@im.ist.utl.pt>
Call-ID: [call_id]
CSeq: 1 MESSAGE
Max-Forwards: 70
Content-Type: text/html
98
Content-Length: [len]
<SPAN STYLE="FONT-FAMILY:Arial; FONT-SIZE:10pt ">quem es</SPAN>]]>
</send>
<recv response="407" auth="true" crlf="true" />
<send retrans="500">
<![CDATA[
MESSAGE sip:ist1...@im.ist.utl.pt SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
From: ist154457 <sip:ist154...@im.ist.utl.pt>;tag=[call_number]
To: sut <sip:ist1...@im.ist.utl.pt>
Call-ID: [call_id]
CSeq: 2 MESSAGE
Max-Forwards: 70
[authentication username=ist154457 password=<CONCEALED>]
Content-Type: text/html
Content-Length: [len]
<SPAN STYLE="FONT-FAMILY:Arial; FONT-SIZE:10pt ">quem es</SPAN>]]>
</send>
<recv response="200" crlf="true" />
<label id="1" />
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200" />
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000" />
</scenario>
</nowiki></pre>
-- End of MESSAGE_UAC2.xml file --
-- Start of MESSAGE_UAS2.xml file --
<pre><nowiki>
<?xml version="1.0" encoding="us-ascii"?>
<scenario name="Message test">
<Global variables="registered,10" />
<nop>
<action>
<test assign_to="10" variable="registered" compare="equal" value="1" />
</action>
</nop>
<nop condexec="10">
<action>
<jump value="2" />
</action>
</nop>
<!-- let's register ist1337 first if it isn't already-->
<send retrans="500" condexec_inverse="10">
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
To: "IST"<sip:ist1...@im.ist.utl.pt:[remote_port]>
From: "IST"<sip:ist1...@im.ist.utl.pt:[remote_port]>
Contact: <sip:ist1...@[local_ip]:[local_port]>;transport=[transport]
Expires: 3600
Call-ID: ABCDEFGHIJ///[call_id]
CSeq: 1 REGISTER
Content-Length: 0]]>
</send>
99
<recv condexec_inverse="10" response="401" auth="true" optional="true" 
crlf="true" next="3" />
<recv condexec_inverse="10" response="407" auth="true" optional="false" 
crlf="true" />
<label id="3" />
<send retrans="500" condexec_inverse="10">
<![CDATA[
REGISTER sip:[remote_ip] SIP/2.0
Via: SIP/2.0/[transport] [local_ip]:[local_port]
To: "IST"<sip:ist1...@im.ist.utl.pt:[remote_port]>
From: "IST"<sip:ist1...@im.ist.utl.pt:[remote_port]>
Contact: <sip:ist1...@[local_ip]:[local_port]>;transport=[transport]
Expires: 3600
Call-ID: ABCDEFGHIJ///[call_id]
CSeq: 2 REGISTER
Content-Length: 0
[authentication username=ist1337 password=<CONCEALED>]]]>
</send>
<recv response="200" crlf="true" condexec_inverse="10"/>
<nop next="2">
<action>
<assign assign_to="registered" value="1" />
</action>
</nop>
<!-- END OF let's register ist1337 first -->
<label id="2" />
<recv request="MESSAGE" crlf="true" />
<send>
<![CDATA[
SIP/2.0 200 OK
[last_Via:]
[last_From:]
[last_To:]
[last_Call-ID:]
[last_CSeq:]
Contact: <sip:[local_ip]:[local_port];transport=[transport]>
Content-Length: 0
]]>
</send>
<label id="1" />
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200" />
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000" />
</scenario>
</nowiki></pre>
''-- Start of MESSAGE_UAS2.xml file --''

<<attachment: joao_antunes.vcf>>

------------------------------------------------------------------------------
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to