Hello all,

 

            I have read the documentation and browse the mailing archive,
but I have failed to find what I'm searching. I guess the mail subject is
quite clear, since the feature I'm asking is quite usual when building
protocol tests.

 

I would like to receive a SIP message, specifying a certain time-out. If the
message is received, then fork to branch 1.  If the time-out is fired, then
fork to branch 2.

 

I have tried something like this in the client side:

  <!-- Wait a random time for the busy, if not, cancel the call -->

  <recv response="486" optional="true" next="1"></recv>

  <pause normal="true" milliseconds="5000" stdev="4000" next="2"/>

 

Of course this is not syntactically correct for sipp.

 

Is there any other way to express this using sipp?

 

I'm attaching my two sipp scripts (client a server sides). Alice is calling
Bod, Bob is always busy. The purpose of the test is to create a random
cancellation call generator, sometimes cancels the calls, sometimes not. The
scripts are not totally debugged, so please focus on functionality rather
than correctness.

 

Thanks in advance.

Attachment: randomCancelc.xml
Description: Binary data

Attachment: randomCancels.xml
Description: Binary data

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to