From 6289071d4e2304c4d491096360e08e5142ecf05f Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 25 Feb 2026 09:06:18 -0400 Subject: [PATCH] MT#55283 add "directional" flag to list Change-Id: Iaf80f1f9a053c3b202fbc15f4979d27e0bfb614e (cherry picked from commit 928aabc3a8bfb8b195b8ce67c120120009dd1bd1) --- debian/patches/series | 1 + .../patches/sipwise/rtpengine-directional-flag.patch | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 debian/patches/sipwise/rtpengine-directional-flag.patch diff --git a/debian/patches/series b/debian/patches/series index f2808d1a7..d24f0fa82 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -42,6 +42,7 @@ sipwise/http_client-add-method-parameter-to-http_connect.patch sipwise/lost-add-method-parameter-to-http_connect-calls.patch sipwise/usrloc-don-t-synchronize-on-destroy-for-DB_ONLY.patch sipwise/presence_offline_cleanup.patch +sipwise/rtpengine-directional-flag.patch ### active development sipwise/permissions-don-t-allow-reloads-in-the-middle-of-ong.patch sipwise/db_redis_protect_length_overflow.patch diff --git a/debian/patches/sipwise/rtpengine-directional-flag.patch b/debian/patches/sipwise/rtpengine-directional-flag.patch new file mode 100644 index 000000000..7b7f974e9 --- /dev/null +++ b/debian/patches/sipwise/rtpengine-directional-flag.patch @@ -0,0 +1,11 @@ +--- a/src/modules/rtpengine/rtpengine.c ++++ b/src/modules/rtpengine/rtpengine.c +@@ -2992,6 +2992,8 @@ + if(ng_flags->to && ng_flags->to_tag.s && ng_flags->to_tag.len) + bencode_dictionary_add_str( + ng_flags->dict, "to-tag", &ng_flags->to_tag); ++ if(ng_flags->flags) ++ bencode_list_add_string(ng_flags->flags, "directional"); + } + } else if(op == OP_SUBSCRIBE_REQUEST || op == OP_UNSUBSCRIBE) { + bencode_dictionary_add_str(