Interesting - two possible workarounds a) ask for milliseconds="1" or b) use the default and set the default to 0 (which I think does work).
Also unless the ereg is in a receive that is optional or you want to switch on multiple things, you should be able to do the test in the same recv as the ereg. The trap is because the display selector goes wrong. Peter Peter Higginson Newport Networks Ltd, Direct line 01494 470694 http://www.newport-networks.com/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SourceForge.net Sent: 28 August 2006 15:34 To: [EMAIL PROTECTED] Subject: [Sipp-users] [ sipp-Bugs-1547944 ] 0 pause causes fatal error Bugs item #1547944, was opened at 2006-08-28 10:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1547944&group_i d=104305 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dan Poirier (poirier) Assigned to: Nobody/Anonymous (nobody) Summary: 0 pause causes fatal error Initial Comment: Having this in a scenario: <pause milliseconds="0"/> triggers a fatal error around line 824 of sipp.cpp, since earlier on line 761 the test for a pause command breaks if the pause duration is 0. (The reason for a 0-length pause in my scenario is to do a "goto"; I need some command that takes a next="" attribute but doesn't really do anything else. I can't think of another way to do control flow based on the result of an earlier ereg.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=637564&aid=1547944&group_i d=104305 ------------------------------------------------------------------------- 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 --------------- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the contents in this e-mail is strictly forbidden. --------------- ------------------------------------------------------------------------- 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
