> May 7 19:09:41 siika sems[31276]: [#7fc27e2b4700] [onReplyIn,
> AmOfferAnswer.cpp:206] DEBUG: error 400 (session description parsing failed)
> with SDP received in 200 reply: sending ACK+BYE
in case of multipart body, this piece of code:
if(sdp_remote.parse((const char*)body.getPayload())){
err_code = 400;
*err_txt = "session description parsing failed";
}
always produces error message because:
/**
* @return a pointer to the payload of this part.
* in case of multi-part, NULL is returned.
*/
const unsigned char* getPayload() const { return payload; }
-- juha
_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev