Bogdan, Great work on all the improvements. There is a patch I submitted a while back for media proxy. I explained this to Vlad that there could be other scripts / modules effected. Basically, once you call strip_body() on a message, internally you are still able to access that body (in some cases an SDP). The get_body() function should not return anything if strip_body() was called. My patch fixes this problem only in mediaproxy by checking lumps for deleted body. A more elegant solution would be to fix opensips internally as described above (ie: get_body() should fail after strip_body() being called) .
https://sourceforge.net/tracker/?func=detail&aid=3530859&group_id=232389&atid=1086412 It would be great if we can get this fix, or a more proper one into 1.8.1 . Thanks in advance, --Rudy Dynamic Packet Toll-Free: 888.929.VOIP ( 8647 ) On Mon, Aug 13, 2012 at 2:06 PM, Bogdan-Andrei Iancu <[email protected]> wrote: > Hello all, > > We plan to have 1.8.1 minor version released by Wednesday 15th of August. > Once again, a minor release includes only bug fixes (on the 1.8 major > branch). > > Thanks to a lot of bugs reports and patches, several minor and critical > things were fixed. We still have couple of fixes on the pipe (working on > them) and continuously evaluate the new reports. > > So please bring in front whatever reports or patches (regarding bugs) you > may have, so that we can include them into 1.8.1 release. > > Once again, many thanks to all how contributed here! > > Best regards, > Bogdan > > -- > Bogdan-Andrei Iancu > OpenSIPS Founder and Developer > http://www.opensips-solutions.com > > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
