< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
There is also the following helper to make things easier: const char* toString = resip::Data::from(myMsg).c_str() http://www.resiprocate.org/Data_Overview Scott From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Justin
Matthews Something like this will work: resip::SipMsg *myMsg; resip::Data data; resip::DataStream myStream(data); myMsg->encode(myStream); myStream.flush(); const char * toString = data.c_str(); From:
resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxxx] On Behalf Of Tuan
Viet Nguyen Hello, TV dinner still cooling? |