Okay.  I think I have it working.  I needed to add the NUTAG_WITH_THIS(nua)
to the nua_respond() parameter list.
 
Best Regards,
Jerry

  _____  

From: Jerry Richards [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 28, 2008 2:53 PM
To: 'Colin Whittaker'
Cc: 'sofia-sip-devel@lists.sourceforge.net'
Subject: RE: [Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages


Okay, I added NUTAG_APPL_METHOD("NOTIFY") and the callback function is
getting invoked for the incoming NOTIFY message with an nua_i_notify 100
Trying event.  However, when I call nua_respond(nh, 200, "OK"), sofia-sip
does not generate any outgoing 200 OK response.
 
What does your nua_respond() parameters look like?
 
Best Regards,
Jerry


  _____  

From: Colin Whittaker [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 28, 2008 1:45 PM
To: Jerry Richards
Cc: sofia-sip-devel@lists.sourceforge.net
Subject: Re: [Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages


I use:



NUTAG_APPL_METHOD("NOTIFY")



In my :

nua_set_params()

call.e



Colin..





Jerry Richards wrote: 

Hello All,



Is there a way to accept inbound NOTIFY messages that were not previously

subscribed to via nua_subscribe()?  I have a server that wants to send

unsolicited message-summary events.



Right now, sofia-sip will reply to the unsolicited NOTIFY messages with 481

Subscription Does Not Exist.



Best Regards,

Jerry





-------------------------------------------------------------------------

This SF.net email is sponsored by: Microsoft

Defy all challenges. Microsoft(R) Visual Studio 2008.

http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

_______________________________________________

Sofia-sip-devel mailing list

Sofia-sip-devel@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to