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
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
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,
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