Hi,

I have two scenarios : client.xml and server.xml. The client.xml scenario is 
launched with
-r 10 -rp 10 options for example (10 calls in 10 sec) and feed with a csv file. 
. I give the main points for the calling scenario at the end. 

The problem is that when launching these two scenarios, I only have one call : 
SIPp reaches all the steps of client.xml, and then terminates at the

end. Pressing the "+" key does not do anything...What should I do in order to 
have multiple simultaneous calls ?



Here are my options for client.xml : 

./sipp  10.0.3.6:5060 -sf client.xml -inf test.csv -m 1 -r 10 -max_retrans 1 
-rp 10
-t u1 -trace_logs -log_file log_message.log -i 10.0.3.2 -d 0  -nr -s
+337000000023 -p 5060 





Thanks in advance,
Andrew Dejan

-----------------------------------------------------
csv file : 
SEQUENTIAL
10.0.3.2;+337000000022;
10.0.3.4;+337000000024;

The client.xml scenario uses [field0] for [local_ip] and [field1] for the 
username.
----------------------------------
client.xml : 


<scenario name="call_send">
  <send retrans="500">
    <![CDATA[

      INVITE sip:[[email protected] SIP/2.0
      .............]]>
  </send>


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


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


  <recv response="401" auth="true" />

   <send>
    <![CDATA[

      ACK sip:[[email protected] SIP/2.0
       .....]]>
  </send>

  <send retrans="500">
    <![CDATA[

      INVITE sip:[[email protected] SIP/2.0
 .......  ]]>
  </send>

  <recv response="200" rrs="true"/>


  <send>
    <![CDATA[
      ACK [next_url] SIP/2.0
......   ]]>
  </send>

<!-- BEGIN OF THE MEDIA PLAY  ---->
.......

<!-- END OF THE MEDIA PLAY  -->



  <send retrans="500">
    <![CDATA[
.........]]>
  </send>

  <recv response="200" />

</scenario>


----------------------------



_________________________________________________________________
Découvrez Windows Live Spaces et créez votre site Web perso en quelques clics !
http://spaces.live.com/signup.aspx
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to