Re: [Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages

2008-02-28 Thread Colin Whittaker
lto:[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

Re: [Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages

2008-02-28 Thread Jerry Richards
oes 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 NOT

Re: [Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages

2008-02-28 Thread Colin Whittaker
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 even

[Sofia-sip-devel] Accepting Unsolicited NOTIFY Messages

2008-02-28 Thread Jerry Richards
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.