Re: [Sipp-users] How to set behavior for any received response except of 200 OK

2008-06-17 Thread Charles P Wright
You can not use a != for matching, and actually I just checked the code. Regular expressions are only valid for requests not responses. You can add a label named _unexp.main and then exit on any unexpected message. For example, this could go at the end of your scenario. nop next=end / label

Re: [Sipp-users] How to set behavior for any received response except of 200 OK

2008-06-16 Thread Dhananjaya Reddy Eadala
in scenario, set the following: recv response=200 /recv If sipp receives other than 200, then it will exit automatically. Dhana On 6/16/08, Evgeny Miloslavsky [EMAIL PROTECTED] wrote: Hi All How do I cause my SIPP instance to exit the scenario for every received response except of 200

Re: [Sipp-users] How to set behavior for any received response except of 200 OK

2008-06-16 Thread Charles P Wright
SIPp won't exit but the call will fail. If you want SIPp to exit, you'll need to do a regular expression match and an action that includes something like error message=Got something other than 200 /. Charles Dhananjaya Reddy Eadala [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/16/2008