uac-message-no-body.xml 989 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE scenario SYSTEM "sipp.dtd">
  3. <scenario name="MESSAGE request without message body">
  4. <send retrans="500">
  5. <![CDATA[
  6. MESSAGE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  7. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  8. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  9. To: sut <sip:[service]@[remote_ip]:[remote_port]>
  10. Call-ID: [call_id]
  11. CSeq: 1 MESSAGE
  12. Contact: sip:sipp@[local_ip]:[local_port]
  13. Max-Forwards: 70
  14. Subject: Message without body
  15. Content-Length: 0
  16. ]]>
  17. </send>
  18. <recv response="200" rtd="true">
  19. </recv>
  20. <!-- definition of the response time repartition table (unit is ms) -->
  21. <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  22. <!-- definition of the call length repartition table (unit is ms) -->
  23. <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  24. </scenario>