scenarios/invite_speeddial: do not retrans. Do not wait on responders.

vseva/3.0
Victor Seva 13 years ago
parent 7e3b3e8c0c
commit ea8ffffd3c

@ -48,7 +48,7 @@
]]>
</send>
<send retrans="500" start_rtd="3">
<send start_rtd="3">
<![CDATA[
INVITE sip:*2@[field3 file="callee.csv" line=0] SIP/2.0

@ -48,7 +48,7 @@
]]>
</send>
<send retrans="500" start_rtd="3">
<send start_rtd="3">
<![CDATA[
INVITE sip:*9@[field3 file="callee.csv" line=0] SIP/2.0

@ -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