How to handle unknown NUA events?
A2: When receiving an unknown NUA event, application should check whether the associated handle (nua_handle_t) is known by the application (related to an existing call or registration for instance). If the handle is known, the application can simply ignore the event. If the handle is a new one, application should destroy it with nua_handle_destroy().