By ignore I mean to tell the local SIP stack to remove all resources for the incoming call, but not send any SIP message across.
I've trying do that using nua_handle_destroy() for the unanswered sofia handle (i.e. without sending BYE, or answering with an 'error' code), but it seems that Sofia generates a response anyway.
Is there a way to avoid this? I've been able to do that using JAIN SIP stack but not Sofia.
Best regards, Antonis