How can I link two or more RequestEvent
's to know that it comes from the same user?
ServerTransaction
cannot be used, as it can be more during the same connection.
How can I link two or more RequestEvent
's to know that it comes from the same user?
ServerTransaction
cannot be used, as it can be more during the same connection.
The Dialog links multiple requests if you opt for Dialog-stateful mode. Otherwise you can just link them yourself based on the Call-ID and tags.