2008/3/28, Jarkko Riekki <[EMAIL PROTECTED]>:
> I am struggling with a problem concerning saving an event for later
> response. In my scenario I am receiving an PUBLISH message to which I don't
> want to respond until some other event occurs. I am using 'nua_save_event'
> function to store the publish event. However, when I receive the other event
> and try to send my response with 'nua_respond' using NUTAG_WITH_SAVED, I get
> the following error event: nua_i_error, '500 Responding to a Non-Existing
> Request'.

Perhaps nua is auto-answering the request? Have you reset the list of
methods that are handled by application  (with, e.g.,
NUTAG_APPL_METHOD(NULL))? Are you using same pair of nh and saved when
handling event and when responding to PUBLISH?

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to