@henningw I did not change sipt_get_redirection_info behavior. It returns the same
result.
I only fixed documentation to describe actual behavior.
The old documentation says that redirection_info `Returns redirection info header...`
But in fact it does not get information from redirection info header
([
ISUP_PARM_REDIRECTION_INFO](https://github.com/kamailio/kamailio/blob/maste…),
but gets from diversion info
([
ISUP_PARM_DIVERSION_INFORMATION](https://github.com/kamailio/kamailio/blob/…)
You can check this link to see that another ISUP field was used
https://github.com/kamailio/kamailio/blob/master/src/modules/sipt/ss7_parse…
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2841#issuecomment-916404230