< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Set SDP contents using the method setContents


That looks correct.  Perhaps validate that sdpContents isn't NULL prior
to the SipMessage::setContents() call.  What do you get from
SipMessage::getContents() after attempting to add your SDP body?

Thanks,
-Ryan

On 2007-07-29 at 12h12, Tuan Viet Nguyen wrote:
> 
> Can we set the SDP content to a SIP message like below?
> 
> msg->setContents(sdpContent);  //sdpContent is a pointer to an instance of 
> the class SdpContents
> 
> I tried that but it did not work.