uac-ticket-1866-reinv-after-failed-nego.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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 #1866, invalid initial SDP on receiving reoffer after a failed nego">
  20. <!-- UAC -->
  21. <send retrans="500">
  22. <![CDATA[
  23. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  24. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  25. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  26. To: sut <sip:[service]@[remote_ip]:[remote_port]>
  27. Call-ID: [call_id]
  28. CSeq: 1 INVITE
  29. Contact: <sip:sipp@[local_ip]:[local_port]>
  30. Max-Forwards: 70
  31. Subject: Performance Test
  32. Content-Type: application/sdp
  33. Content-Length: [len]
  34. v=0
  35. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  36. s=3cxPS Audio call
  37. c=IN IP4 172.20.73.100
  38. t=0 0
  39. m=audio 7016 RTP/AVP 0
  40. c=IN IP4 172.20.73.100
  41. ]]>
  42. </send>
  43. <recv response="100" optional="true">
  44. </recv>
  45. <recv response="180" optional="true">
  46. </recv>
  47. <recv response="200" rtd="true">
  48. </recv>
  49. <send>
  50. <![CDATA[
  51. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  52. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  53. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  54. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  55. Call-ID: [call_id]
  56. CSeq: 1 ACK
  57. Contact: <sip:sipp@[local_ip]:[local_port]>
  58. Max-Forwards: 70
  59. Subject: Performance Test
  60. Content-Type: application/sdp
  61. Content-Length: [len]
  62. ]]>
  63. </send>
  64. <pause milliseconds="1000"/>
  65. <!-- reinvite with PCMA (unsupported by remote) -->
  66. <send retrans="500">
  67. <![CDATA[
  68. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  69. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  70. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  71. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  72. Call-ID: [call_id]
  73. CSeq: 2 INVITE
  74. Contact: <sip:sipp@[local_ip]:[local_port]>
  75. Max-Forwards: 70
  76. Subject: Performance Test
  77. Content-Type: application/sdp
  78. Content-Length: [len]
  79. v=0
  80. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  81. s=3cxPS Audio call
  82. c=IN IP4 172.20.73.100
  83. t=0 0
  84. m=audio 7016 RTP/AVP 8
  85. c=IN IP4 172.20.73.100
  86. ]]>
  87. </send>
  88. <recv response="100" optional="true">
  89. </recv>
  90. <recv response="500" rtd="true">
  91. </recv>
  92. <send>
  93. <![CDATA[
  94. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  95. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  96. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  97. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  98. Call-ID: [call_id]
  99. CSeq: 2 ACK
  100. Contact: <sip:sipp@[local_ip]:[local_port]>
  101. Max-Forwards: 70
  102. Subject: Performance Test
  103. Content-Type: application/sdp
  104. Content-Length: [len]
  105. ]]>
  106. </send>
  107. <pause milliseconds="1000"/>
  108. <!-- reinvite with PCMU (supported) -->
  109. <send retrans="500">
  110. <![CDATA[
  111. INVITE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  112. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  113. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  114. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  115. Call-ID: [call_id]
  116. CSeq: 3 INVITE
  117. Contact: <sip:sipp@[local_ip]:[local_port]>
  118. Max-Forwards: 70
  119. Subject: Performance Test
  120. Content-Type: application/sdp
  121. Content-Length: [len]
  122. v=0
  123. o=3cxPS 518818627584 526334820353 IN IP4 172.20.73.100
  124. s=3cxPS Audio call
  125. c=IN IP4 172.20.73.100
  126. t=0 0
  127. m=audio 7016 RTP/AVP 0
  128. c=IN IP4 172.20.73.100
  129. ]]>
  130. </send>
  131. <recv response="100" optional="true">
  132. </recv>
  133. <recv response="200" rtd="true">
  134. </recv>
  135. <send>
  136. <![CDATA[
  137. ACK sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  138. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  139. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  140. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  141. Call-ID: [call_id]
  142. CSeq: 3 ACK
  143. Contact: <sip:sipp@[local_ip]:[local_port]>
  144. Max-Forwards: 70
  145. Subject: Performance Test
  146. Content-Type: application/sdp
  147. Content-Length: [len]
  148. ]]>
  149. </send>
  150. <pause milliseconds="1000"/>
  151. <send>
  152. <![CDATA[
  153. BYE sip:[service]@[remote_ip]:[remote_port] SIP/2.0
  154. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  155. From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number]
  156. To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param]
  157. Call-ID: [call_id]
  158. CSeq: 4 BYE
  159. Contact: <sip:sipp@[local_ip]:[local_port]>
  160. Max-Forwards: 70
  161. Subject: Performance Test
  162. Content-Type: application/sdp
  163. Content-Length: [len]
  164. ]]>
  165. </send>
  166. <recv response="200" rtd="true">
  167. </recv>
  168. <!-- definition of the response time repartition table (unit is ms) -->
  169. <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  170. <!-- definition of the call length repartition table (unit is ms) -->
  171. <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  172. </scenario>