@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/master/src/modules/sipt/ss7.h#L121)), but gets from diversion info ([ISUP_PARM_DIVERSION_INFORMATION](https://github.com/kamailio/kamailio/blob/master/src/modules/sipt/ss7.h#L138)) You can check this link to see that another ISUP field was used https://github.com/kamailio/kamailio/blob/master/src/modules/sipt/ss7_parser...