Hello, sorry if this seems really basic however ive been studying the sipp 
documentation and many threads and guides but im still unable to create a 
connection to my sip server to simulate calls and then. Ive installed office 
sip on a windows 2k8 and created a number of users with passwords. I am able to 
use two softphones and create a successful call.
I am wanting to use sipp from my unix install to sequentially  connect to the 
server from the client and to collect stats. Ive attached my csv file and the 
xml file ive been using to try to achive this. I am it says when running 
generating successful calls however I am not getting a completed call. There 
are no successes for 100, 180 and no 200. I just get 401 successes and then 
completion.

Ive tried running an xml with basic commands in as instructed in the sipp 
documentation but I get unexpected error messages whn this is ran

Any help would be much appreciated

Many thanks
Paul


Paul Atkins
Senior Technician - IT & Systems
Faculty of Engineering & Environment
Northumbria University
Newcastle upon Tyne
NE1 8ST

Attachment: loadtest.csv
Description: loadtest.csv

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE scenario SYSTEM "sipp.dtd">
<scenario name="UAC Basic Invite">
  <label id="0" />
  <send retrans="500" start_rtd="true">
    <![CDATA[

      INVITE sip:[field3]@[field1] SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
      From: [field0] <sip:[field0]@[field1]>;tag=[call_number]-INV-UAC
      To: [field3] <sip:[field3]@[field1]>
      Call-ID: [call_id]
      CSeq: [cseq] INVITE
      Contact: [field0] <sip:[field0]@[local_ip]:[local_port]>
      Max-Forwards: 70
      Content-Type: application/sdp
      Content-Length: [len]

      v=0
      o=user1 53655765 2353687637 IN IP[local_ip_type] [local_ip]
      s=SIPp-UAC
      c=IN IP[media_ip_type] [media_ip]
      t=0 0
      m=audio [media_port] RTP/AVP 0
      a=rtpmap:0 PCMU/8000
    ]]>
  </send>
  <recv response="100" rtd="true" optional="true" />
  <recv response="180" rtd="true" optional="true" />
  <recv response="400" rtd="true" rrs="true" next="3" optional="true" />
  <recv response="401" auth="true" rtd="true" rrs="true" next="3" optional="true" />
  <recv response="403" rtd="true" rrs="true" next="3" optional="true" />
  <recv response="407" auth="true" next="3" optional="true" />
  <recv response="404" rtd="true" rrs="true" next="3" optional="true" />
  <recv response="200" rtd="true" rrs="true" next="1" />
  <label id="1" />
  <send>
    <![CDATA[

      ACK [next_url] SIP/2.0
      [last_Via:]
      [last_From:]
      [last_To:]
      [last_Call-ID:]
      CSeq: [cseq] ACK
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0
      [routes]

    ]]>
  </send>
<pause milliseconds="60000" next="2" />
<label id="2" />
  <send retrans="500" start_rtd="true">
    <![CDATA[
      BYE [next_url] SIP/2.0
      [last_Via:]
      [last_From:]
      [last_To:]
      [last_Call-ID:]
      CSeq: [cseq] BYE
      Max-Forwards: 70
      Subject: Performance Test
      Content-Length: 0
      [routes]
    ]]>
  </send>

  <recv response="400" rtd="true" next="3" optional="true" />
  <recv response="401" auth="true" rtd="true" next="3" optional="true" />
  <recv response="403" rtd="true" next="3" optional="true" />
  <recv response="407" auth="true" next="3" optional="true" />
  <recv response="404" rtd="true" next="3" optional="true" />
  <recv response="408" rtd="true" next="3" optional="true" />
  <recv response="200" rtd="true" next="4" crlf="true" />
  <label id="3" />
  <nop>
    <action>
      <exec int_cmd="stop_call" />
    </action>
  </nop>

  <label id="4" />
  <!-- 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>

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to