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

Re: [reSIProcate] How do I obtain textual representation of an "s dp" record.


Robert Mansfield wrote:

John,

I would use Data::from(*sdp).c_str() to get a const char*.

Rob.
Thanx rob - I think the HeaderFieldValue which I can get would also give it to me?
Would this work as well?

char* sdpstr = sdp->getHeaderField().mField;

It seems to - BOY! It took me 30 hours to figure this out.
John