Changeset 5072
- Timestamp:
- Apr 16, 2015 4:55:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sipp/uac-reinvite-bad-via-branch.xml
r5071 r5072 28 28 <label id="1"/> 29 29 30 <send retrans="500">30 <send> 31 31 <![CDATA[ 32 32 … … 34 34 Via: SIP/2.0/[transport] [local_ip]:[local_port];branch=z9hG4bKPj-1 35 35 From: sipp <sip:sipp@[local_ip]:[local_port]>;tag=[call_number] 36 To: sut <sip:[service]@[remote_ip]:[remote_port]> 37 Call-ID: [call_id] 38 CSeq: 1INVITE36 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 37 Call-ID: [call_id] 38 CSeq: [cseq] INVITE 39 39 Contact: sip:sipp@[local_ip]:[local_port] 40 40 Max-Forwards: 70 … … 78 78 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 79 79 Call-ID: [call_id] 80 CSeq: 1 ACK 81 Contact: sip:sipp@[local_ip]:[local_port] 82 Max-Forwards: 70 83 Subject: Performance Test 84 Content-Length: 0 85 86 ]]> 87 </send> 88 80 CSeq: [cseq] ACK 81 Contact: sip:sipp@[local_ip]:[local_port] 82 Max-Forwards: 70 83 Subject: Performance Test 84 Content-Length: 0 85 86 ]]> 87 </send> 88 89 <!-- Uncomment this to the test retry/looping scenario --> 90 <!--pause distribution="uniform" min="0" max="100"/--> 89 91 90 92 <!-- Re-INVITE with Via branch value the same as previous INVITE --> 91 <send retrans="500">93 <send> 92 94 <![CDATA[ 93 95 … … 97 99 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 98 100 Call-ID: [call_id] 99 CSeq: 2INVITE101 CSeq: [cseq+1] INVITE 100 102 Contact: sip:sipp@[local_ip]:[local_port] 101 103 Max-Forwards: 70 … … 138 140 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 139 141 Call-ID: [call_id] 140 CSeq: 2ACK141 Contact: sip:sipp@[local_ip]:[local_port] 142 Max-Forwards: 70 143 Subject: Performance Test 144 Content-Length: 0 145 146 ]]> 147 </send> 148 149 150 <pause milliseconds=" 2000"/>142 CSeq: [cseq] ACK 143 Contact: sip:sipp@[local_ip]:[local_port] 144 Max-Forwards: 70 145 Subject: Performance Test 146 Content-Length: 0 147 148 ]]> 149 </send> 150 151 152 <pause milliseconds="500"/> 151 153 152 154 153 155 <!-- The 'crlf' option inserts a blank line in the statistics report. --> 154 <send retrans="500">156 <send> 155 157 <![CDATA[ 156 158 … … 160 162 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 161 163 Call-ID: [call_id] 162 CSeq: 3BYE164 CSeq: [cseq+1] BYE 163 165 Contact: sip:sipp@[local_ip]:[local_port] 164 166 Max-Forwards: 70 … … 175 177 176 178 <!-- Send ACK before repeating the scenario --> 177 <send next="1">179 <send> 178 180 <![CDATA[ 179 181 … … 183 185 To: sut <sip:[service]@[remote_ip]:[remote_port]>[peer_tag_param] 184 186 Call-ID: [call_id] 185 CSeq: 2 ACK 186 Contact: sip:sipp@[local_ip]:[local_port] 187 Max-Forwards: 70 188 Subject: Performance Test 189 Content-Length: 0 190 191 ]]> 192 </send> 193 187 CSeq: [cseq] ACK 188 Contact: sip:sipp@[local_ip]:[local_port] 189 Max-Forwards: 70 190 Subject: Performance Test 191 Content-Length: 0 192 193 ]]> 194 </send> 195 196 <!-- Wait for this tsx getting destroyed before restarting --> 197 <pause milliseconds="5100" next="1"/> 198 194 199 195 200 <label id="10"/>
Note: See TracChangeset
for help on using the changeset viewer.