[Sofia-sip-devel] sofsip-cli-0.16 bad response to incoming INVITE

2013-11-13 Thread Jabran Bhatti
Hello, I am running the example program sofsip-cli-0.16 with dummy media implementaition. I can successfully register with freeswitch. After sending a 180 Ringing, the program tries to respond to an incoming INVITE with the following message

Re: [Sofia-sip-devel] sofsip-cli-0.16 bad response to incoming INVITE

2013-11-13 Thread Michael Jerris
This is some sort of optimizer issue in newer gcc. The following patch from the freeswitch tree fixes it, also compiling -O0 will keep it from happening: :git diff 016550f218fb0ea54aa6163d6a6eb7e02539da5e..HEAD libsofia-sip-ua/msg/msg_parser.c diff --git