2007/3/8, Fabio Margarido <[EMAIL PROTECTED]>: > When I start an outgoing INVITE request, how can I get the Call-ID (or other > headers) that Sofia gave to that request? Is there a function I can call > after nua_handle and nua_invite that returns such info? (preferably > synchronously, but if something like nua_get_params works, I can work it > out)
There is no interface for examining the sent message. However, the application can generate the Call-ID with, e.g., sip_call_id_create() and include it in the nua_invite() tags. -- Pekka.Pessi mail at nokia.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
