< Previous by Date | Date Index | Next by Date > |
Thread Index | Next in Thread > |
Is there a way to get a simple text representation preferably as a C char array or C++ std::string so I can printit out to the screen & log it for debugging? I thought maybe SipMessage would have a str() method but it doesnt appear to. Thanks