uac-ticket-1864-scenario1.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE scenario SYSTEM "sipp.dtd">
  3. <!-- This program is free software; you can redistribute it and/or -->
  4. <!-- modify it under the terms of the GNU General Public License as -->
  5. <!-- published by the Free Software Foundation; either version 2 of the -->
  6. <!-- License, or (at your option) any later version. -->
  7. <!-- -->
  8. <!-- This program is distributed in the hope that it will be useful, -->
  9. <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
  10. <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
  11. <!-- GNU General Public License for more details. -->
  12. <!-- -->
  13. <!-- You should have received a copy of the GNU General Public License -->
  14. <!-- along with this program; if not, write to the -->
  15. <!-- Free Software Foundation, Inc., -->
  16. <!-- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -->
  17. <!-- -->
  18. <!-- -->
  19. <scenario name="Ticket #1864 scenario 1">
  20. <!-- UAC -->
  21. <!-- offer with two media lines -->
  22. <send retrans="500">
  23. <![CDATA[
  24. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  25. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  26. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  27. To: sut <sip:[service]@[remote_ip]:[remote_port]>
  28. Call-ID: [call_id]
  29. CSeq: 1 INVITE
  30. Contact: <sip:sipp@[local_ip]:[local_port]>
  31. Max-Forwards: 70
  32. Subject: Performance Test
  33. Content-Type: application/sdp
  34. Content-Length: [len]
  35. v=0
  36. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  37. s=3cxPS Audio call
  38. c=IN IP4 172.20.73.100
  39. t=0 0
  40. m=audio 7016 RTP/SAVP 0
  41. c=IN IP4 172.20.73.100
  42. a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:MFtlKkxOZF16aGBwK0Veaks2JC5+cDBnLWlyeUhN
  43. m=audio 7016 RTP/AVP 0
  44. c=IN IP4 172.20.73.100
  45. ]]>
  46. </send>
  47. <recv response="100" optional="true">
  48. </recv>
  49. <recv response="180" optional="true">
  50. </recv>
  51. <recv response="200" rtd="true">
  52. </recv>
  53. <send>
  54. <![CDATA[
  55. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  56. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  57. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  58. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  59. Call-ID: [call_id]
  60. CSeq: 1 ACK
  61. Contact: <sip:sipp@[local_ip]:[local_port]>
  62. Max-Forwards: 70
  63. Subject: Performance Test
  64. Content-Type: application/sdp
  65. Content-Length: [len]
  66. ]]>
  67. </send>
  68. <pause milliseconds="1000"/>
  69. <!-- reoffer with one media line -->
  70. <send retrans="500">
  71. <![CDATA[
  72. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  73. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  74. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  75. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  76. Call-ID: [call_id]
  77. CSeq: 2 INVITE
  78. Contact: <sip:sipp@[local_ip]:[local_port]>
  79. Max-Forwards: 70
  80. Subject: Performance Test
  81. Content-Type: application/sdp
  82. Content-Length: [len]
  83. v=0
  84. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  85. s=3cxPS Audio call
  86. c=IN IP4 172.20.73.100
  87. t=0 0
  88. m=audio 7016 RTP/AVP 0
  89. c=IN IP4 172.20.73.100
  90. ]]>
  91. </send>
  92. <recv response="100" optional="true">
  93. </recv>
  94. <recv response="200" rtd="true">
  95. </recv>
  96. <send>
  97. <![CDATA[
  98. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  99. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  100. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  101. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  102. Call-ID: [call_id]
  103. CSeq: 2 ACK
  104. Contact: <sip:sipp@[local_ip]:[local_port]>
  105. Max-Forwards: 70
  106. Subject: Performance Test
  107. Content-Type: application/sdp
  108. Content-Length: [len]
  109. ]]>
  110. </send>
  111. <pause milliseconds="1000"/>
  112. <!-- another offer with two media lines -->
  113. <send retrans="500">
  114. <![CDATA[
  115. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  116. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  117. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  118. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  119. Call-ID: [call_id]
  120. CSeq: 3 INVITE
  121. Contact: <sip:sipp@[local_ip]:[local_port]>
  122. Max-Forwards: 70
  123. Subject: Performance Test
  124. Content-Type: application/sdp
  125. Content-Length: [len]
  126. v=0
  127. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  128. s=3cxPS Audio call
  129. c=IN IP4 172.20.73.100
  130. t=0 0
  131. m=audio 7016 RTP/SAVP 0
  132. c=IN IP4 172.20.73.100
  133. a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:MFtlKkxOZF16aGBwK0Veaks2JC5+cDBnLWlyeUhN
  134. m=audio 7016 RTP/AVP 0
  135. c=IN IP4 172.20.73.100
  136. ]]>
  137. </send>
  138. <recv response="100" optional="true">
  139. </recv>
  140. <recv response="200" rtd="true">
  141. </recv>
  142. <send>
  143. <![CDATA[
  144. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  145. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  146. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  147. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  148. Call-ID: [call_id]
  149. CSeq: 3 ACK
  150. Contact: <sip:sipp@[local_ip]:[local_port]>
  151. Max-Forwards: 70
  152. Subject: Performance Test
  153. Content-Type: application/sdp
  154. Content-Length: [len]
  155. ]]>
  156. </send>
  157. <pause milliseconds="1000"/>
  158. <send>
  159. <![CDATA[
  160. BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  161. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  162. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  163. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  164. Call-ID: [call_id]
  165. CSeq: 4 BYE
  166. Contact: <sip:sipp@[local_ip]:[local_port]>
  167. Max-Forwards: 70
  168. Subject: Performance Test
  169. Content-Type: application/sdp
  170. Content-Length: [len]
  171. ]]>
  172. </send>
  173. <recv response="200" rtd="true">
  174. </recv>
  175. <!-- definition of the response time repartition table (unit is ms) -->
  176. <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  177. <!-- definition of the call length repartition table (unit is ms) -->
  178. <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  179. </scenario>