Browse Source

dialog: Update to use new tm FLAG for CANCEL

(cherry picked from commit 9740f5ea7ee0b9827cf3e113bc1c458f72b8cbf7)
Xenofon Karamanos 3 months ago
parent
commit
5d82b77ad9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/dialog/dlg_req_within.c

+ 1 - 1
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;