Yup, I kept all responses optional. I also included all responses which can
come (expected and unexpected )and now my calls are completed
successfully.:)

Thanks and Regards

SUMEET 



-----Original Message-----
From: Charles P Wright [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 22, 2008 7:04 PM
To: Sumeet Bhardwaj
Cc: 'SIPp Users'; [EMAIL PROTECTED]
Subject: Re: [Sipp-users] Help regarding conditional jump

You want something like:

<recv response="183" optional="true"  next="5">
</recv>
<recv response="180">
</recv>



[EMAIL PROTECTED] wrote on 02/22/2008 07:31:19 AM:

> Hi all,
> I want SIPp to jump to the label when it is expecting 180 response 
> but it gets 183 response from UAS
> I have tried many combination to do this. But not able to do this.
> Please help me out 
> I have tried almost all permutation and combination. Below are some 
> combinations:
> 
> Scenario 1 : (not working)
> <recv response="180" optional="true"  next="5">
> </recv>
> Scenario 2: (not working)
> <recv response="180" optional="false"  next="5">
> </recv>
> Scenario 3: (not working)
> <recv response="180" timeout="1000" ontimeout="5" optional="false" >
> </recv>
> Scenario 5: (not working)
> <recv response="180" timeout="1000" ontimeout="5" optional="true" >
> </recv>
> 
> 
> <label id="5"/>
> <nop>
> <action>
> <exec int_cmd="stop_now"/>
> </action>
> </nop>
> 
> 
> 
> Thanks and Regards
> 
> SUMEET 
> 
-------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Sipp-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sipp-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to