On 16-04 20:05, Juha Heinanen wrote:
Jan Janak writes:
If there is no module with the same name in modules_s then you can move the module right away with 'git mv'.
If you know that the corresponding SER module is unmaitained and should be replaced with its kamailio equivalent then you can delete the module in modules_s with 'git rm' and move the module from modules_k to modules. That's the case with lcr, I believe.
i cannot replace s lcr with k lcr. the reason is that k lcr does not anymore include load_contacts()/next_contacts() functions, because corresponding functions are in k tm module.
however, modules_k does not anymore contain tm module, because it has already been merged! that kind of merge should not have been done, because now sr does not anymore include t_load_contacts()/t_next_contacts() functions at all!
Then we can add those functions to the shared tm module. I'll look into it.
Jan.