Hi, On Fri, 3 Mar 2006, Marcin Michalak wrote:
I'm trying to get access to the INVITE message received by the UAS. I need to parse some extra parameters that are inside the message, but the only signal I get is the 100 TRYING callback. How to overcome this problem?
do not enable NUTAG_AUTOALERT at nua_create time [1], and then you should get the 'nua_i_invite' callback for incoming INVITEs, and can access the parsed SIP headers via the 'sip' param.
[1] http://sofia-sip.sourceforge.net/refdocs/nua/nua__tag_8h.html#a27 -- 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
