From Jose Lopes, 7 Years ago, written in Plain Text.
- view diff
Embed
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!DOCTYPE scenario SYSTEM "sipp.dtd">
  3.  
  4. <scenario name="UAC sending re-INVITE to update display">
  5.   <send retrans="500">
  6.     <![CDATA[
  7.  
  8. INVITE sip:3613612202@[remote_ip]:[remote_port];transport=udp;gw=3613612202 SIP/2.0
  9. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  10. [routes]
  11. Max-Forwards: 44
  12. To: "3613612202" <sip:3613612202@webrtc.example.com>
  13. From: "3613612209" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  14. Call-ID: [call_id]
  15. CSeq: 1 INVITE
  16. Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
  17. Content-Type: application/sdp
  18. User-Agent: eyeBeam release 9330a stamp 37653
  19. Content-Length: [len]
  20. Server: SIPp Server
  21. P-Asserted-Identity: "3613612209"  <sip:3613612209@webrtc.example.com>
  22. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  23.  
  24. v=0
  25. o=ipjib 1487263187420 1487263187420 IN IP4 10.112.48.79
  26. s=CounterPath eyeBeam 1.5
  27. c=IN IP4 10.112.48.79
  28. t=0 0
  29. m=audio 60578 RTP/AVP 119 6 0 98 8 3 5 101
  30. a=alt:1 2 : FwGzks7j aVPEMhBL 10.112.48.79 60578
  31. a=alt:2 1 : NxVGnjOA 78sxYW0G 10.112.200.224 60578
  32. a=fmtp:101 0-15
  33. a=rtpmap:119 BV32-FEC/16000
  34. a=rtpmap:98 iLBC/8000
  35. a=rtpmap:101 telephone-event/8000
  36. a=sendrecv
  37. a=x-rtp-session-id:397A5FF0FB494996B741C71582F2FEAC
  38.  
  39.     ]]>
  40.   </send>
  41.  
  42.   <recv response="100" optional="true">
  43.   </recv>
  44.  
  45.   <recv response="180" optional="true">
  46.   </recv>
  47.  
  48.   <recv response="200" rtd="true" rrs="true">
  49.   </recv>
  50.  
  51.   <send>
  52.     <![CDATA[
  53.  
  54. ACK [next_url] SIP/2.0
  55. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  56. [routes]
  57. Max-Forwards: 44
  58. To: "3613612202" <sip:3613612202@webrtc.example.com>[peer_tag_param]
  59. From: "3613612209" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  60. Call-ID: [call_id]
  61. CSeq: 1 ACK
  62. User-Agent: eyeBeam release 9330a stamp 37653
  63. Content-Length: 0
  64. Server: SIPp Server
  65. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  66.  
  67.     ]]>
  68.   </send>
  69.  
  70.  
  71. <pause milliseconds="2000"/>
  72.  
  73.   <send retrans="500">
  74.     <![CDATA[
  75.  
  76. INVITE sip:3613612202@[remote_ip]:[remote_port];transport=udp;gw=3613612202 SIP/2.0
  77. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  78. [routes]
  79. Max-Forwards: 44
  80. To: "3613612202" <sip:3613612202@webrtc.example.com>[peer_tag_param]
  81. From: "3613612209" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  82. Call-ID: [call_id]
  83. CSeq: 2 INVITE
  84. Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
  85. Content-Type: application/sdp
  86. User-Agent: eyeBeam release 9330a stamp 37653
  87. Content-Length: [len]
  88. Server: SIPp Server
  89. P-Asserted-Identity: "3613612209"  <sip:3613612209@webrtc.example.com>
  90. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  91.  
  92. v=0
  93. o=ipjib 1487263187420 1487263187421 IN IP4 10.112.48.79
  94. s=CounterPath eyeBeam 1.5
  95. c=IN IP4 0.0.0.0
  96. t=0 0
  97. m=audio 60578 RTP/AVP 0 101
  98. a=fmtp:101 0-15
  99. a=rtpmap:101 telephone-event/8000
  100. a=sendonly
  101. a=x-rtp-session-id:397A5FF0FB494996B741C71582F2FEAC
  102.  
  103.     ]]>
  104.   </send>
  105.  
  106.   <recv response="100" optional="true">
  107.   </recv>
  108.  
  109.   <recv response="180" optional="true">
  110.   </recv>
  111.  
  112.   <recv response="200" rtd="true" rrs="true">
  113.   </recv>
  114.  
  115.   <send>
  116.     <![CDATA[
  117.  
  118. ACK [next_url] SIP/2.0
  119. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  120. [routes]
  121. Max-Forwards: 44
  122. To: "3613612202" <sip:3613612202@webrtc.example.com>[peer_tag_param]
  123. From: "3613612209" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  124. Call-ID: [call_id]
  125. CSeq: 2 ACK
  126. User-Agent: eyeBeam release 9330a stamp 37653
  127. Content-Length: 0
  128. Server: SIPp Server
  129. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  130.  
  131.     ]]>
  132.   </send>
  133.  
  134.  
  135. <pause milliseconds="2000"/>
  136.  
  137.  
  138.   <send retrans="500">
  139.     <![CDATA[
  140.  
  141. INVITE sip:3613612202@[remote_ip]:[remote_port];transport=udp;gw=3613612202 SIP/2.0
  142. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  143. [routes]
  144. Max-Forwards: 44
  145. To: "3613612202" <sip:3613612202@webrtc.example.com>[peer_tag_param]
  146. From: "3613612201" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  147. Call-ID: [call_id]
  148. CSeq: 3 INVITE
  149. Allow: INVITE,ACK,CANCEL,OPTIONS,BYE,REFER,NOTIFY,MESSAGE,SUBSCRIBE,INFO
  150. Content-Type: application/sdp
  151. User-Agent: eyeBeam release 9330a stamp 37653
  152. Content-Length: [len]
  153. Server: SIPp Server
  154. P-Asserted-Identity: "3613612201" <sip:3613612201@webrtc.example.com>
  155. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  156.  
  157. v=0
  158. o=ipjib 1487263187420 1487263187420 IN IP4 10.112.48.79
  159. s=CounterPath eyeBeam 1.5
  160. c=IN IP4 10.112.48.79
  161. t=0 0
  162. m=audio 60578 RTP/AVP 119 6 0 98 8 3 5 101
  163. a=alt:1 2 : FwGzks7j aVPEMhBL 10.112.48.79 60578
  164. a=alt:2 1 : NxVGnjOA 78sxYW0G 10.112.200.224 60578
  165. a=fmtp:101 0-15
  166. a=rtpmap:119 BV32-FEC/16000
  167. a=rtpmap:98 iLBC/8000
  168. a=rtpmap:101 telephone-event/8000
  169. a=sendrecv
  170. a=x-rtp-session-id:397A5FF0FB494996B741C71582F2FEAC
  171.  
  172.     ]]>
  173.   </send>
  174.  
  175.   <recv response="100" optional="true">
  176.   </recv>
  177.  
  178.   <recv response="180" optional="true">
  179.   </recv>
  180.  
  181.   <recv response="200" rtd="true" rrs="true">
  182.   </recv>
  183.  
  184.   <send>
  185.     <![CDATA[
  186.  
  187. ACK [next_url] SIP/2.0
  188. Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=[branch]
  189. [routes]
  190. Max-Forwards: 44
  191. To: "3613612202" <sip:3613612202@webrtc.example.com>[peer_tag_param]
  192. From: "3613612209" <sip:3613612209@webrtc.example.com>;tag=[call_number]
  193. Call-ID: [call_id]
  194. CSeq: 3 ACK
  195. User-Agent: eyeBeam release 9330a stamp 37653
  196. Content-Length: 0
  197. Server: SIPp Server
  198. Contact: <sip:siplb@[local_ip]:[local_port];abcct=7369703a31302e3131322e32362e38353a35303630>
  199.  
  200.     ]]>
  201.   </send>
  202.  
  203.  
  204.  
  205. <!-- Assertion occured here before r4175 (see ticket #1526) -->
  206.  
  207.   <recv request="BYE" crlf="true">
  208.   </recv>
  209.  
  210.   <send>
  211.     <![CDATA[
  212.  
  213.       SIP/2.0 200 OK
  214.       [last_Via:]
  215.       [last_From:]
  216.       [last_To:]
  217.       [last_Call-ID:]
  218.       [last_CSeq:]
  219.       [last_Contact:]
  220.       Content-Length: 0
  221.     ]]>
  222.   </send>
  223.  
  224.   <!-- definition of the response time repartition table (unit is ms)   -->
  225.   <ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
  226.  
  227.   <!-- definition of the call length repartition table (unit is ms)     -->
  228.   <CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>
  229.  
  230. </scenario>
  231.