Hello sipjs team,
Not sure if this is a bug or its fine.
When I session.cancel() then ua.stop() real quick sipjjs sends multiple cancel. my ua.stop code is located inside session.on('cancel') event handler. (sip.js@0.11.3)
My work around is i just do ua.stop() and that sends out the cancel and stop the ua
drachtio/drachtio-server#54