Re: [reSIProcate] How convert the SipMessage to a string
The easiest way is:
SipMessage m;
Data d = Data::from(m);
It is well worth while reading the wiki since this stuff is documented there.
http://www.resiprocate.org/Data_Overview
On Jan 4, 2008 9:56 PM, Karlsson <boost.regex@xxxxxxxxx> wrote:
> Hi, does there have a way to export the SipMessage to text ? Likes c_str()
> method of Data.
>
> Thanks
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxx
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>