The following page has a broken link:
http://sofia-sip.sourceforge.net/refdocs/nua/nua_8h.html
The Enumeration Type Documentation has a bad "soa"
link in the nua_i_invite
enumerator description, where it says: "When soa is
enabled, ..."
This is unfortunate for me, because I am looking for how I
can enable soa.
Best Regards,
Jerry
-----Original Message-----
From: Pekka Pessi [mailto:ppessi gmail.com]
Sent: Friday, June 01, 2007 11:34 AM
To: Jerry Richards
Cc: sofia-sip-devel lists.sourceforge.net
Subject: Re: [Sofia-sip-devel] Accessing
SOATAG_REMOTE_SDP_STR() In
CallbackFunction
2007/6/1, Jerry Richards <jerryr tonecommander.com>:
> You mentioned SOA flags. What are SOA flags and what
are they used for?
> Where are SOA flags described as to how I need to use
them?
I think Mikhail meant NUTAG_OFFER_RECV(),
NUTAG_ANSWER_RECV(), see
nua_i_state documentation on
http://sofia-sip.sourceforge.net/refdocs/nua/nua_8h.html
--Pekka
> -----Original Message-----
> From: mikhail.zabaluev nokia.com
[mailto:mikhail.zabaluev nokia.com]
> Sent: Friday, May 25, 2007 1:28 AM
> To: jerryr tonecommander.com; sofia-sip-devel lists.sourceforge.net
> Subject: RE: [Sofia-sip-devel] Accessing
SOATAG_REMOTE_SDP_STR() In
> CallbackFunction
>
>
> Hi,
>
> I believe the SDP is expected only with nua_i_state
event, and only if
> respective SOA flags are true.
>
> BR,
> Mikhail
>
> >-----Original Message-----
> >From: sofia-sip-devel-bounces lists.sourceforge.net
> >[mailto:sofia-sip-devel-bounces lists.sourceforge.net] On
> >Behalf Of ext Jerry Richards
> >Sent: Wednesday, May 23, 2007 2:17 AM
> >To: sofia-sip-devel lists.sourceforge.net
> >Subject: [Sofia-sip-devel] Accessing
SOATAG_REMOTE_SDP_STR()
> >In CallbackFunction
> >
> >Hello,
> >
> >The following snippet shows how I am attempting to
extract the
> >SOATAG_REMOTE_SDP_STR() in my callback function,
however, it
> >always comes up
> >with a NULL string. What am I doing wrong?
> >
> >void ce_SipEventCb(nua_event_t event,
> > int status,
> > char const
*phrase,
> > nua_t *nua,
> > nua_magic_t
*magic,
> > nua_handle_t
*nh,
> > nua_hmagic_t
*hmagic,
> > sip_t const
*sip,
> > tagi_t tags[])
> >{
> > ...
> > char remoteSDP[120];
> > tl_gets(tags,
SOATAG_REMOTE_SDP_STR(remoteSDP), TAG_END());
> > printf(" remoteSDP='%s'n",
remoteSDP);
> > ...
> >}
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2
express and take
> control of your XML. No limits. Just data. Click to get
it now.
> http://sourcefor
ge.net/powerbar/db2/
> _______________________________________________
> Sofia-sip-devel mailing list
> Sofia-sip-devel lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sofia-s
ip-devel
>
>
>
--
Pekka.Pessi mail at nokia.com
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-s
ip-devel
|