How to add/modify the Reason SIP header in a BYE/CANCEL request using SIPClientUserAgent #1312
Unanswered
AlexisXavierLamas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to modify/add the Reason SIP Header in a BYE/CANCEL request using the SIPClientUserAgent. What would be the best way to perform this? I see I can get the indialog request via SIPDialogue.GetInDialogRequest(SIPMethodsEnum.BYE) and send it via the sipTransport. However looks like the preferred way is to send it via SIPClientUserAgent because it has more logic handling the request as a transaction etc. It would be preferred if there was an AdjustCancel and AdjustBye similar to the the AdjustInvite Func in SIPClientUserAgent.
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions