Hi,

On Mon, 27 Feb 2006, Marcin Michalak wrote:

I'm progressing with writing my client, but need some more help...

btw, what kind of client are you developing?

I go to the point where the stack sends UPDATE after receiving 200 OK
for PRACK. The thing is that I want to include my sdp with this
message - how should I do it? Can I call nua_update myself with
relevant parameters? If yes, then in which state in UAC?

See the 3GPP call-flow in the reference docs:
http://sofia-sip.sourceforge.net/refdocs/nua/nua_event_diagrams.html#nua_event_diagram_3gpp_call

You can pass the SDP to nua_update() with the SOATAG_USER_SDP() tag (just like to nua_invite() and nua_respond()).

--
 under work: Sofia-SIP at http://sofia-sip.sf.net


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sofia-sip-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to