freeswitch/sofia-sip

How to get NOTIFY message to nua_create callback which was sent without SUBSCRIBE

redexp opened this issue · 0 comments

Hello. I have a SIP server that sends me NOTIFY messages without a SUBSCRIBE. Looks like sofia rejects such NOTIFY messages with 481 "Subscription Does Not Exist" and I can't get them in my callback of nua_create. Is there any parameter to tell sofia to pass these NOTIFY to nua_create callback or maybe there some other callback for this?