scenarios: fixed responders. Do not retrans, removed waiting.

vseva/3.0
Victor Seva 13 years ago
parent 13ea3ac85a
commit a8f376831a

@ -22,7 +22,7 @@
<pause milliseconds="500"/>
<send retrans="500">
<send>
<![CDATA[
SIP/2.0 200 OK
@ -56,7 +56,6 @@
<recv request="BYE">
</recv>
<timewait milliseconds="4000"/>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

@ -22,7 +22,7 @@
<pause milliseconds="500"/>
<send retrans="500">
<send>
<![CDATA[
SIP/2.0 200 OK
@ -56,7 +56,6 @@
<recv request="BYE">
</recv>
<timewait milliseconds="4000"/>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

@ -22,7 +22,7 @@
<pause milliseconds="500"/>
<send retrans="500">
<send>
<![CDATA[
SIP/2.0 200 OK
@ -56,7 +56,6 @@
<recv request="BYE">
</recv>
<timewait milliseconds="4000"/>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

@ -22,7 +22,7 @@
<pause milliseconds="500"/>
<send retrans="500">
<send>
<![CDATA[
SIP/2.0 200 OK
@ -56,7 +56,6 @@
<recv request="BYE">
</recv>
<timewait milliseconds="4000"/>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

@ -22,7 +22,7 @@
<pause milliseconds="500"/>
<send retrans="500">
<send>
<![CDATA[
SIP/2.0 200 OK
@ -56,7 +56,6 @@
<recv request="BYE">
</recv>
<timewait milliseconds="4000"/>
<ResponseTimeRepartition value="10, 20, 30, 40, 50, 100, 150, 200"/>
<CallLengthRepartition value="10, 50, 100, 500, 1000, 5000, 10000"/>

Loading…
Cancel
Save