On Sun, Jan 17, 2010 at 8:51 AM, DaCheng <ato_wu at yahoo.com.tw> wrote: > Deal all > > I use bulk machine to test SIP basic call. > and soemtime the app show the log as below: > ../src/pjsip/sip_transport.c:628: pjsip_transport_send: Assertion > `!"Invalid operation step!"' failed. > I don't how it happen, but it will cause cannot make a next call. > I check the code has error handling in the next line of pj_assert. > Can I mark this pj_assert? > > No, it's not a good idea to disable that assertion. This is a bug, and I've added a ticket for this: http://trac.pjsip.org/repos/ticket/1011. Is the scenario explained in the ticket the same as yours? If so, the work around is to not use TCP for now until the ticket is fixed. Cheers Benny -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100118/3b64ba13/attachment.html>