uac-early-recv-update-481.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE scenario SYSTEM "sipp.dtd">
  3. <scenario name="uac">
  4. <send retrans="500">
  5. <![CDATA[
  6. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  7. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bK-14480-1-0
  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 INVITE
  12. Contact: sip:sipp@[local_ip]:[local_port]
  13. Max-Forwards: 70
  14. Subject: Performance Test
  15. Content-Type: application/sdp
  16. Content-Length: [len]
  17. v=0
  18. o=FreeSWITCH 1575204365 1575204366 IN IP4 1.2.3.4
  19. s=FreeSWITCH
  20. c=IN IP4 1.2.3.4
  21. t=0 0
  22. m=audio 27538 RTP/AVP 0 8
  23. ]]>
  24. </send>
  25. <recv response="100" optional="true">
  26. </recv>
  27. <recv response="183">
  28. </recv>
  29. <recv request="UPDATE" crlf="true">
  30. </recv>
  31. <send>
  32. <![CDATA[
  33. SIP/2.0 481 tsx does not exist
  34. [last_Via:]
  35. [last_From:]
  36. [last_To:];tag=[call_number]
  37. [last_Call-ID:]
  38. [last_CSeq:]
  39. Contact: sip:sipp@[local_ip]:[local_port]
  40. Content-Type: application/sdp
  41. Content-Length: [len]
  42. ]]>
  43. </send>
  44. <recv response="481">
  45. </recv>
  46. <send retrans="500">
  47. <![CDATA[
  48. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  49. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bK-14480-1-0
  50. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  51. To: sut <sip:[service]@[remote_ip]:[remote_port]>
  52. Call-ID: [call_id]
  53. Cseq: 1 ACK
  54. Contact: sip:sipp@[local_ip]:[local_port]
  55. Max-Forwards: 70
  56. Content-Length: 0
  57. ]]>
  58. </send>
  59. <!-- definition of the response time repartition table (unit is ms) -->
  60. <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  61. <!-- definition of the call length repartition table (unit is ms) -->
  62. <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  63. </scenario>