Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Bernhard Suttner
r Morgado > > CC: [email protected] > > Betreff: Re: [Sofia-sip-devel] P-Asserted Header in RINGING > > > > > > Hi, > > > > yes, it is a extended sip headers and I also have that parser code > > (mclas) but the main problem is

Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Bernhard Suttner
r Morgado > > CC: [email protected] > > Betreff: Re: [Sofia-sip-devel] P-Asserted Header in RINGING > > > > > > Hi, > > > > yes, it is a extended sip headers and I also have that parser code > > (mclas) but the main problem is that I dont ge

Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Timo Bruhn
> -Ursprüngliche Nachricht- > Von: "Bernhard Suttner" > Gesendet: 17.04.09 11:16:10 > An: Aleksander Morgado > CC: [email protected] > Betreff: Re: [Sofia-sip-devel] P-Asserted Header in RINGING > Hi, > > yes, it is a exte

Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Bernhard Suttner
Hi, yes, it is a extended sip headers and I also have that parser code (mclas) but the main problem is that I dont get the sip_t const * sip pointer in a RINGING nua_i_state. So it would also not be possible to get the Contact of a RINGING or the SIP FROM or whatever. Best regards, Bernhar

Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Aleksander Morgado
Hi Bernhard, > > > > my nua application has to do something if it receives a P-Asserted Header > > in the 180 Ringing and/or in the 181 Call Is Being Forwarded. The problem > > is, that it is not possible to get the header value of the SIP struct > > (using sip_p_asserted_identity), because the S

Re: [Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-17 Thread Bernhard Suttner
Hi, does nobody has an idea? Regards, Bernhard Am Freitag 03 April 2009 14:47:20 schrieb Bernhard Suttner: > Hi @ all, > > my nua application has to do something if it receives a P-Asserted Header > in the 180 Ringing and/or in the 181 Call Is Being Forwarded. The problem > is, that it is no

[Sofia-sip-devel] P-Asserted Header in RINGING

2009-04-03 Thread Bernhard Suttner
Hi @ all, my nua application has to do something if it receives a P-Asserted Header in the 180 Ringing and/or in the 181 Call Is Being Forwarded. The problem is, that it is not possible to get the header value of the SIP struct (using sip_p_asserted_identity), because the SIP pointer is NULL.: