I finally tracked down why my unexpected BYE messages were not being handled like sipp says they should. They were simply being ignored altogether. Attached is a single line patch that fixes the problem. It looks like a simple typo. Whoever knows this code more should check that this really is the proper fix.
If you are seeing SIPp ignore requests while inside a call, you might be having the same problem. According to the docs, if a BYE/CANCEL is received while in the call, it is supposed to respond and then abort the call. This was not happening for me until I made this fix. I did not test, but looking at the code, only requests were affected by this. Unexpected responses look like they are being handled correctly. Patched against 2006-09-12 release.
unhandled_request.patch
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
