Module: kamailio Branch: master Commit: fc5f804ad92593f74110a9392d63384e04fed218 URL: https://github.com/kamailio/kamailio/commit/fc5f804ad92593f74110a9392d63384e...
Author: Xenofon Karamanos xk@gilawa.com Committer: Henning Westerholt hw@gilawa.com Date: 2025-06-18T09:07:59+02:00
rtp_media_server: Update to use new tm FLAG for CANCEL
---
Modified: src/modules/rtp_media_server/rtp_media_server.c
---
Diff: https://github.com/kamailio/kamailio/commit/fc5f804ad92593f74110a9392d63384e... Patch: https://github.com/kamailio/kamailio/commit/fc5f804ad92593f74110a9392d63384e...
---
diff --git a/src/modules/rtp_media_server/rtp_media_server.c b/src/modules/rtp_media_server/rtp_media_server.c index 720c4afd900..21abb7fb836 100644 --- a/src/modules/rtp_media_server/rtp_media_server.c +++ b/src/modules/rtp_media_server/rtp_media_server.c @@ -1024,7 +1024,7 @@ static int rms_sip_cancel(struct sip_msg *msg, str *callid_s, str *cseq_s) cancel_data.reason.cause = rcode; cancel_data.cancel_bitmap = 0; tmb.prepare_to_cancel(trans, &cancel_data.cancel_bitmap, 0); - tmb.cancel_uacs(trans, &cancel_data, 0); + tmb.cancel_uacs(trans, &cancel_data, F_CANCEL_LOCAL);
tmb.t_sett(bkt, bkb); if(!tmb.t_reply(msg, 202, "cancelling")) {