[Sofia-sip-devel] What's the name of a soa_session_t?

2008-07-30 Thread Stefano Sabatini
Hi, a soa_session_t is created using the soa_create() function. Documentation says: soa_session_t* soa_create ( char const * name, su_root_t * root, soa_magic_t * magic ) Create a soa session. Then according

Re: [Sofia-sip-devel] [NEWBIE] How to print a SIP message

2008-07-30 Thread Stefano Sabatini
On 7/30/08, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > On Wed, Jul 30, 2008 at 10:31 AM, Stefano Sabatini > <[EMAIL PROTECTED]> wrote: >> Hi all, >> can you say if there is a simple way to convert a sip_t object to a char* >> and viceversa? >> >> For example I would like to print all the incomin

Re: [Sofia-sip-devel] [NEWBIE] How to print a SIP message

2008-07-30 Thread Stefano Sabatini
On Wed, Jul 30, 2008 at 10:31 AM, Stefano Sabatini <[EMAIL PROTECTED]> wrote: > Hi all, > can you say if there is a simple way to convert a sip_t object to a char* > and viceversa? > > For example I would like to print all the incoming SIP messages from > the the event callback function. > > (Well,

[Sofia-sip-devel] [NEWBIE] How to print a SIP message

2008-07-30 Thread Stefano Sabatini
Hi all, can you say if there is a simple way to convert a sip_t object to a char* and viceversa? For example I would like to print all the incoming SIP messages from the the event callback function. (Well, I'm diving just now into docs/code, nonetheless a little help would make life a little easi