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
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
> -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
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
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
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
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.: