Module: kamailio Branch: master Commit: e893703d2b319468ca9d5f9ff51d8b74a29ca190 URL: https://github.com/kamailio/kamailio/commit/e893703d2b319468ca9d5f9ff51d8b74a29ca190
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2025-11-26T09:39:54Z topos_htable: fix PRACK routing - fix PRACK routing - related to GH #4466 --- Modified: src/modules/topos_htable/topos_htable_storage.c --- Diff: https://github.com/kamailio/kamailio/commit/e893703d2b319468ca9d5f9ff51d8b74a29ca190.diff Patch: https://github.com/kamailio/kamailio/commit/e893703d2b319468ca9d5f9ff51d8b74a29ca190.patch --- diff --git a/src/modules/topos_htable/topos_htable_storage.c b/src/modules/topos_htable/topos_htable_storage.c index 4e0272d9daa..ad44e9cd722 100644 --- a/src/modules/topos_htable/topos_htable_storage.c +++ b/src/modules/topos_htable/topos_htable_storage.c @@ -685,7 +685,7 @@ int tps_htable_update_branch( do_update = 1; if(md->b_rr.len > 0) { - hval.b_rr = md->b_rr; + hval.y_rr = md->b_rr; } if(md->b_tag.len > 0) { hval.b_tag = md->b_tag; _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
