2007/6/25, Jerry Richards <[EMAIL PROTECTED]>:
> Is it true if I implement dialogs per RFC 4235, my UA must generate dialog
> ID and dialog state?  Or does sofia-sip support generation of that?

You have to generate dialog ID by yourself (I guess you could use nua
handle pointer value plus a timestamp for that). The call-id,
local-tag and remote-tag can be obtained using the
nua_handle_make_replaces() function.

The dialog state can be generated by following nua_i_state events (and
nua_r_invite/nua_i_invite events and the corresponding status values).

> Where would I find documentation on support for RFC 4235 (beyond the generic
> nua_subscribe/nua_notifier/nua_notify functions)?

What kind of support you need beyond them?

-- 
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://sourceforge.net/powerbar/db2/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to