Hi,
I have been over the scenario and the messages many times, I cannot see
what is wrong with the scenario, or the 1xx responses are not considered as
part of the call. I would appreciate someone casting their eyes over and
spotting the mistake.

Thanks

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


<!--
Last Modified:   
 sipp -sf /opt/ptc/TEST3.2_UAC-NEONET.xml -i 10.16.2.100 -trace_logs -trace_err -m 1 -l 1 -rtp_echo
-->

<scenario name="UAC with media">

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

      INVITE sip:93531265@10.16.2.10;transport=UDP;user=phone SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bKjogem420e85g7i0ui5g1sduh19gl1.1
      From: "PTC SIM" <sip:0271234567@[local_ip]:[local_port]>;tag=SDa2h1699-1390111446-1400109798208
      To: "DUT" <sip:93531...@telecom.co.nz;user=phone>
      Call-ID: SDrl1kd01-07af35254ef5447f225cb41627913c0e-v3000i1
      CSeq: 1049014850 INVITE
      Contact: <sip:0271234567@[local_ip]:[local_port];transport=udp>
      Supported: 100rel
      Allow: ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE
      Accept: application/media_control+xml,application/sdp,multipart/mixed
      Max-Forwards: 69
      Subject: Performance Test
      Content-Type: application/sdp
      Content-Length: [len]

      v=0
      o=BroadWorks 1034676 1 IN IP[local_ip_type] [local_ip]
      s=-
      c=IN IP[local_ip_type] [local_ip]
      t=0 0
      m=audio [auto_media_port] RTP/AVP 8 101
      a=rtpmap:101 telephone-event/8000
      a=ptime:20

   ]]>    
</send>


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

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

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


<recv response="200" rtd="true" crlf="true">
  </recv>

<send>
    <![CDATA[

      ACK sip:93531265@10.16.2.10;user=phone SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bKjogem420e85g7i0ui5g1sduh19gl1.1
      From: <sip:0271234567@[local_ip];user=phone>;tag=SDa2h1699-1390111446-1400109798208
      To: "DUT" <sip:93531...@telecom.co.nz;user=phone>[peer_tag_param]
      Call-ID: SDrl1kd01-07af35254ef5447f225cb41627913c0e-v3000i1
      CSeq: 1049014850 ACK
      Contact: <sip:0271234567@[local_ip]:[local_port];transport=udp>
      Max-Forwards: 69
      Content-Length: 0

    ]]>
</send>


<!--
 Play a pre-recorded PCAP file (RTP stream)                       

<nop>
  <action>
    <exec play_pcap_audio="pcap/g711a.pcap"/>
  </action>
</nop>
-->

<!--
 Pause 8 seconds, which is approximately the duration of the      
-->

<!--
 PCAP file                                                        
-->
<pause milliseconds="8000"/>

<!--
 The 'crlf' option inserts a blank line in the statistics report. 
-->

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

      BYE sip:93531265@10.16.2.10;transport=UDP;user=phone SIP/2.0
      Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bKjogem420e85g7i0ui5g1sduh19gl1.1
      From: <sip:0271234...@telecom.co.nz;user=phone>;tag=SDa2h1699-1390111446-1400109798208
      To: "DUT" <sip:93531...@telecom.co.nz;user=phone>[peer_tag_param]
      Call-ID: SDrl1kd01-07af35254ef5447f225cb41627913c0e-v3000i1
      CSeq: 1049014851 BYE
      Max-Forwards: 69
      Content-Length: 0

    ]]>    
</send>


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

<!--
 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>

Attachment: Test3.2-error.log
Description: Binary data

Attachment: Test3.2-msg.log
Description: Binary data

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

Reply via email to