Replies: 1 comment
-
hi @krambojun as server, you will have error ErrTransactionCancel, but I am not sure your use case, and where exactly you need this. I believe it gets propagated, although I think it could be dedicated error as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Given that there has been this refactoring 8067400, how to know a sip cancel has been sent so that custom logic can be called?
I tried checking this
dtx.setState(sip.DialogStateEnded)
based on the temp fix added and also leveraged the onCancel method but none of those seem to workBeta Was this translation helpful? Give feedback.
All reactions