Hi,
Is there any way to control number of message in SIPp?

I want to send only 1 RESGITER ,1 INVITE ,1 INFO message.

When I executed my sipp I found Its start sending multiple REGISTER,INVITE
and INFO.

I want to control this.
Any help would be great.

I have attached my case XML file also.

Thanks,
Ritesh 


============================================================================================================================


Disclaimer:

This message and the information contained herein is proprietary and 
confidential and subject to the Tech Mahindra policy statement, you may review 
the policy at <a 
href="http://www.techmahindra.com/Disclaimer.html";>http://www.techmahindra.com/Disclaimer.html</a>
 externally and <a 
href="http://tim.techmahindra.com/Disclaimer.html";>http://tim.techmahindra.com/Disclaimer.html</a>
 internally within Tech Mahindra.

============================================================================================================================
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">

<!-- This program is free software; you can redistribute it and/or      -->
<!-- modify it under the terms of the GNU General Public License as     -->
<!-- published by the Free Software Foundation; either version 2 of the -->
<!-- License, or (at your option) any later version.                    -->
<!--                                                                    -->
<!-- This program is distributed in the hope that it will be useful,    -->
<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of     -->
<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      -->
<!-- GNU General Public License for more details.                       -->
<!--                                                                    -->
<!-- You should have received a copy of the GNU General Public License  -->
<!-- along with this program; if not, write to the                      -->
<!-- Free Software Foundation, Inc.,                                    -->
<!-- 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA             -->
<!--                                                                    -->
<!--                 Sipp default 'uac' scenario.                       -->
<!--                                                                    -->

<scenario name="ritesh">
  <!-- In client mode (sipp placing calls), the Call-ID MUST be         -->
  <!-- generated by sipp. To do so, use [call_id] keyword.              -->

<send>
<![CDATA[
REGISTER sip:domain.com SIP/2.0
Via: SIP/2.0/TCP 10.1.200.19:10906
Max-Forwards: 70
From: <sip:[EMAIL PROTECTED]>;epid=73da4ccea1
To: <sip:[EMAIL PROTECTED]>
Call-ID: [call_id]
CSeq: 1 REGISTER
Contact: <sip:10.1.200.19:10906;transport=tcp>;methods="INVITE, MESSAGE, INFO, SUBSCRIBE, OPTIONS, BYE, CANCEL, NOTIFY, ACK, REFER, BENOTIFY";proxy=replace
User-Agent: LCC/1.3
Supported: com.microsoft.msrtc.presence, adhoclist
Supported: ms-forking
ms-keep-alive: UAC;hop-hop=yes
Event: registration
Allow-Events: presence
Content-Length: 0

]]>
</send>

<recv response="200" auth="false">
</recv>

<send>
<![CDATA[
INVITE sip:[EMAIL PROTECTED]@TMPWORK SIP/2.0
Via: SIP/2.0/TCP 10.1.200.19:10906
Max-Forwards: 70
From: "[field0] display name" <sip:[EMAIL PROTECTED]>;tag=[call_number];epid=73da4ccea1
To: <sip:[EMAIL PROTECTED]@TMPWORK>
Call-ID: [call_id]
CSeq: 1 INVITE
Contact: <sip:[EMAIL PROTECTED]:14320;maddr=10.1.200.19;transport=tcp>;proxy=replace
User-Agent: LCC/1.3
Supported: timer
Session-Expires: 1800;refresher=uac
Min-SE: 1800
Content-Disposition: signal;handling=required
Content-Type: application/csta+xml
Content-Length: [len]

<?xml version="1.0"?>
<RequestSystemStatus xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed3";><extensions><privateData><private><lcs:line xmlns:lcs="http://schemas.microsoft.com/Lcs/2005/04/RCCExtension";>tel:+[field1]</lcs:line></private></privateData></extensions></RequestSystemStatus>
]]>
</send>

<recv response="100" optional="true">
</recv>

<recv response="200" auth="false" rrs="true">
<action>
<ereg
regexp="([a-z]).*([a-z])" 
search_in="hdr"
header="Record-Route:"
check_it="true"
assign_to="1"/>
</action>
</recv>

<send>
<![CDATA[
ACK [$1] SIP/2.0
Via: SIP/2.0/TCP 10.1.200.19:10906
Max-Forwards: 70
From: "[field0] display name" <sip:[EMAIL PROTECTED]>;tag=[call_number];epid=73da4ccea1
To: <sip:[EMAIL PROTECTED]@TMPWORK>[peer_tag_param]
Call-ID: [call_id]
CSeq: 1 ACK
Route: <sip:10.2.2.017;transport=tcp>
User-Agent: LCC/1.3
Content-Length: 0

]]>
</send>


<send>
<![CDATA[
INFO [$1] SIP/2.0
Via: SIP/2.0/TCP 10.1.200.19:10906
Max-Forwards: 70
From: "[field0] display name" <sip:[EMAIL PROTECTED]>;tag=[call_number];epid=73da4ccea1
To: <sip:[EMAIL PROTECTED]@TMPWORK>[peer_tag_param]
Call-ID: [call_id]
CSeq: 2 INFO
Route: <sip:10.2.2.017;transport=tcp>
Contact: <sip:[EMAIL PROTECTED]:10906;maddr=10.1.200.19;transport=tcp>;proxy=replace
User-Agent: LCC/1.3
Content-Disposition: signal;handling=required
Content-Type: application/csta+xml
Content-Length: [len]

<?xml version="1.0"?>
<GetCSTAFeatures xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed3";><extensions><privateData><private><lcs:line xmlns:lcs="http://schemas.microsoft.com/Lcs/2005/04/RCCExtension";>tel:+[field1]</lcs:line></private></privateData></extensions></GetCSTAFeatures>

]]>
</send>

<recv response="200" auth="false">
</recv>

<send>
<![CDATA[
INFO sip:EVSLCSPool-1.domain.com;transport=tcp;ms-fe=DL380G3199.domain.com;lr;ms-route-sig=badXR7rkZ2FgdF0TnEG9ZwzDA_IpYN SIP/2.0
Via: SIP/2.0/TCP 10.1.200.19:10906
Max-Forwards: 70
From: "[field0] display name" <sip:[EMAIL PROTECTED]>;tag=[call_number];epid=73da4ccea1
To: <sip:[EMAIL PROTECTED]@TMPWORK>[peer_tag_param]
Call-ID: [call_id]
CSeq: 3 INFO
Route: <sip:10.2.2.017;transport=tcp>
Contact: <sip:[EMAIL PROTECTED]:10906;maddr=10.1.200.19;transport=tcp>;proxy=replace
User-Agent: LCC/1.3
Supported: timer
Session-Expires: 1800;refresher=uac
Min-SE: 1800
Content-Disposition: signal;handling=required
Content-Type: application/csta+xml
Content-Length: [len]

<?xml version="1.0"?>
<MonitorStart xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed3";><monitorObject><deviceObject>tel:+[field1]</deviceObject></monitorObject></MonitorStart>

]]>
</send>

<recv response="200" auth="false">
</recv>
<pause/>
  <!-- definition of the response time repartition table (unit is ms)   -->
  <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>

  <!-- definition of the call length repartition table (unit is ms)     -->
  <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

</scenario>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to