[Sipp-users] Conditional branching based on global variable?

2014-08-14 Thread Ross Kusler
Hello Sipp enthusiasts, Is it possible to have sipp use a global variable as the 'chance' parameter when doing conditional branching? I get the error, 'chance, "[prob403]" is not a floating point number'. Being able to use global variables to influence conditional branching wo

Re: [Sipp-users] Conditional branching

2009-12-06 Thread Dushyant Dhalia
regards, Dushyant P S Dhalia Wen Jun wrote: Hi, I am reading the section of conditional branching but still got struck by my own scenario.   I want to set a conditional branching as following scenario.   - UAS is expecting to receive terminated INVITE - If the expect

[Sipp-users] Conditional branching

2009-12-06 Thread Wen Jun
Hi, I am reading the section of conditional branching but still got struck by my own scenario. I want to set a conditional branching as following scenario. - UAS is expecting to receive terminated INVITE - If the expected INVITE does not come in a predefined timer - Then UAS will jump to some

Re: [Sipp-users] Conditional Branching using test

2008-02-27 Thread Charles P Wright
You can not use variable substitution in a regular expression like that. You can probably do something like this to get it into a variable. Unfortunately the strcmp action doesn't compare two variables at the moment, but if it did you could then use that for your checking. Charles "Sumeet Bh

Re: [Sipp-users] Conditional Branching using test

2008-02-27 Thread Sumeet Bhardwaj
Hi all, I want to put the value of variable (like value of variable 1 ) into regular expression to check whether it is present in header fields like To, From, Contact or not but the value of variable is not getting assign to the regular expression. The following code I have tried:

Re: [Sipp-users] Conditional Branching UAS for INVITE and OPTIONS message

2008-02-26 Thread Niels.Drescher
Hi, I would design it like this: Niels Quoting Jung Lim <[EMAIL PROTECTED]>: > Hi, > > I want to use SIPp as simple UAS. > The problem is that a sip proxy keeps on sending SIP OPTIONS to SIPp > UAS for health check. > For SIP OPTIONS message, I want to send send 200 OK. > Fo

[Sipp-users] Conditional Branching UAS for INVITE and OPTIONS message

2008-02-26 Thread Jung Lim
Hi, I want to use SIPp as simple UAS. The problem is that a sip proxy keeps on sending SIP OPTIONS to SIPp UAS for health check. For SIP OPTIONS message, I want to send send 200 OK. For SIP INVITE messgae, I want to send 100 Trying and process next requests as defined in the scenario xml file.

Re: [Sipp-users] Conditional branching in sipp 2.0.1

2007-06-01 Thread Boulkroune, Olivier (Non-HP:Atos Origin)
roune De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Andre Wangler Envoyé : vendredi 1 juin 2007 08:54 À : sipp-users@lists.sourceforge.net Objet : [Sipp-users] Conditional branching in sipp 2.0.1 Hello all I have some problems with my xml-scenario. My branchings seem n

[Sipp-users] Conditional branching in sipp 2.0.1

2007-05-31 Thread Andre Wangler
Hello all I have some problems with my xml-scenario. My branchings seem not to work. It terminates after one loop. Is something wrong with my scenario file? (sipp 2.0.1...) Another question: Isn't it possible to 'execute' a NOP in the very beginning? The first NOP is only executed just when an

Re: [Sipp-users] Conditional branching

2007-05-31 Thread Eugen
: Charles P Wright [mailto:[EMAIL PROTECTED] Sent: Thursday, May 31, 2007 10:55 AM To: Eugen Cc: sipp-users@lists.sourceforge.net Subject: RE: [Sipp-users] Conditional branching Eugen, I am curious as to what your use case for a regular expression from the input file would be? That is, I am

Re: [Sipp-users] Conditional branching

2007-05-31 Thread Charles P Wright
Cc: 'Eugen'; sipp-users@lists.sourceforge.net; sipp-users- > [EMAIL PROTECTED] > Subject: Re: [Sipp-users] Conditional branching > > > Regarding #1, you should be able to even put your test on a , > if you can't then that is probably a feature/misdesign that needs t

Re: [Sipp-users] Conditional branching

2007-05-31 Thread Eugen
eforge.net; [EMAIL PROTECTED] Subject: Re: [Sipp-users] Conditional branching Regarding #1, you should be able to even put your test on a , if you can't then that is probably a feature/misdesign that needs to be added/fixed. Charles [EMAIL PROTECTED] wrote on 05/30/2007 01:36:02 PM:

Re: [Sipp-users] Conditional branching

2007-05-30 Thread Charles P Wright
(which means probably not). > > Peter > > > From: [EMAIL PROTECTED] [mailto:sipp-users- > [EMAIL PROTECTED] On Behalf Of Eugen > Sent: 30 May 2007 15:14 > To: sipp-users@lists.sourceforge.net > Subject: [Sipp-users] Conditional branching > > Hi, > > I?m trying

Re: [Sipp-users] Conditional branching

2007-05-30 Thread Peter Higginson
) I don’t know (which means probably not). Peter _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugen Sent: 30 May 2007 15:14 To: sipp-users@lists.sourceforge.net Subject: [Sipp-users] Conditional branching Hi, I’m trying to build a sip registrar stub with

[Sipp-users] Conditional branching

2007-05-30 Thread Eugen
Hi, I’m trying to build a sip registrar stub with sipp. Related to this I have couple of questions that are related somehow: 1. Is it possible with this tool to jump to different labels depending on the variable that was set? Something like a switch rather than an if. 2. Is it possible