Re: [Sofia-sip-devel] problem shutting down nua

2010-02-24 Thread elisa_murgia
Hello Francesco, hi all, have you solve your problem? I'm also having problem to get nua_r_shutdown signal, handling the eventloop with su_root_step. I'm using sofia 1.12.10 at the moment. The problem is that, after executing nua_shutdown(nua), I never get case nua_r_shutdown inside my callback

[Sofia-sip-devel] recvonly attibute unrecognized

2010-03-22 Thread elisa_murgia
Hello all, I'm doing some tests with on hold features. When trying to send an offer with a=recvonly attribute, I'd expect an answer with a=sendonly attribute: RFC 3264 If a media stream is listed as recvonly in the offer, the answer MUST be marked as sendonly or inactive in the answer. but, Sofi

[Sofia-sip-devel] Using SOFIA-SIP just as a parser

2008-09-21 Thread elisa_murgia
Hello all, I'm new in SOFIA-SIP and I would like to use it just as a parser. I mean that I have my own textual messages and I would like to send them without using SOFIA structure. Then I need to parse incoming messages and to capture some headers and status code. I ask: how is it possible? I wa

Re: [Sofia-sip-devel] Using SOFIA-SIP just as a parser

2008-09-22 Thread elisa_murgia
ay 2008-09-22 00:27:03 +0200, elisa_murgia phoned this: > > Hello all, > > > > I'm new in SOFIA-SIP and I would like to use it just as a parser. I > > mean that I have my own textual messages and I would like to send > > them without using SOFIA structure. Then I

Re: [Sofia-sip-devel] Using SOFIA-SIP just as a parser

2008-09-24 Thread elisa_murgia
curred. Is there a way to divide the string before to apply msg_make()? Any suggestion would be very appreciated. Regards. > On date Monday 2008-09-22 00:27:03 +0200, elisa_murgia phoned this: > > Hello all, > > > > I'm new in SOFIA-SIP and I would like to use it just a

Re: [Sofia-sip-devel] Using SOFIA-SIP just as a parser

2008-09-24 Thread elisa_murgia
-- Initial Header --- >From : "elisa_murgia" [EMAIL PROTECTED] To : "sofia-sip-devel" sofia-sip-devel@lists.sourceforge.net Cc : Date : Wed, 24 Sep 2008 12:31:47 +0200 Subject : Re: [Sofia-sip-devel] Using SOFIA-SIP just as a

[Sofia-sip-devel] Using SOFIA-SIP just as a parser

2008-10-07 Thread elisa_murgia
Hello all, I'm new in SOFIA-SIP and I would like to use it just as a parser. I mean that I have my own textual messages and I would like to send them without using SOFIA structure. Then I need to parse incoming messages and to capture some headers and status code. I ask: how is it possible? I wa