- Timestamp:
- Jun 26, 2012 2:28:59 AM (12 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/tests/pjsua/scripts-sipp/uas-prack_fork.xml
r4175 r4177 119 119 </recv> 120 120 121 <!-- Receive BYE -->122 <recv request="BYE" crlf="true">123 </recv>124 125 <!-- Send 200/OK to BYE -->126 <send>127 <![CDATA[128 SIP/2.0 200 OK129 [last_Via:]130 [last_From:]131 [last_To:]132 [last_Call-ID:]133 [last_CSeq:]134 ]]>135 </send>136 137 138 139 <!-- Keep the call open for a while in case the 200 is lost to be -->140 <!-- able to retransmit it if we receive the BYE again. -->141 <pause milliseconds="4000"/>142 143 121 144 122 <!-- definition of the response time repartition table (unit is ms) -->
Note: See TracChangeset
for help on using the changeset viewer.