Module: kamailio Branch: master Commit: 9740f5ea7ee0b9827cf3e113bc1c458f72b8cbf7 URL: https://github.com/kamailio/kamailio/commit/9740f5ea7ee0b9827cf3e113bc1c458f...
Author: Xenofon Karamanos xk@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2025-06-18T09:07:59+02:00
dialog: Update to use new tm FLAG for CANCEL
---
Modified: src/modules/dialog/dlg_req_within.c
---
Diff: https://github.com/kamailio/kamailio/commit/9740f5ea7ee0b9827cf3e113bc1c458f... Patch: https://github.com/kamailio/kamailio/commit/9740f5ea7ee0b9827cf3e113bc1c458f...
---
diff --git a/src/modules/dialog/dlg_req_within.c b/src/modules/dialog/dlg_req_within.c index 48494bef428..1e7c71c17f8 100644 --- a/src/modules/dialog/dlg_req_within.c +++ b/src/modules/dialog/dlg_req_within.c @@ -407,7 +407,7 @@ static inline int send_bye( LM_DBG(""%d %.*s" sent to caller\n", bye_early_code, bye_early_reason.len, bye_early_reason.s); } else { - d_tmb.cancel_all_uacs(cell->t, 0); + d_tmb.cancel_all_uacs(cell->t, F_CANCEL_LOCAL); LM_DBG("CANCEL sent to callee(s)\n"); } return 0;