Module: kamailio
Branch: 5.2
Commit: 24b0db9a7307cc6b29d590afd93f1c591f18121e
URL:
https://github.com/kamailio/kamailio/commit/24b0db9a7307cc6b29d590afd93f1c5…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: 2019-03-18T20:10:49+01:00
uac: add missing functionality to track also display names in dialog variables
- add missing functionality to also track display names in dialog variables after
usage of uac_replace_from/uac_replace_to
- the module was working correctly with signalisation tracked with TM callbacks,
but not for dialog tracking
- four new dialog variables are inserted in dialog_vars: _uac_tdp, _uac_tdpnew,
_uac_fdp, _uac_fdpnew
- fix a potential memory leak in one replace error path
(cherry picked from commit 79de612183ae8502cbc97eaa8e30342efa9385cb)
---
Modified: src/modules/uac/replace.c
---
Diff:
https://github.com/kamailio/kamailio/commit/24b0db9a7307cc6b29d590afd93f1c5…
Patch:
https://github.com/kamailio/kamailio/commit/24b0db9a7307cc6b29d590afd93f1c5…