[reSIProcate] How convert the SipMessage to a string
Jason Fischl
jason at counterpath.com
Sat Jan 5 00:36:49 CST 2008
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 at gmail.com> 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 at resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>
More information about the resiprocate-devel
mailing list