Hello,
In my quest to explicitly load the modules I need and only the needed ones, I miss a tool that would parse the dialplan and show the Dialplan functions or applications that are present in extensions.conf but are missing, according to modules.conf.
For instance, PickUp() appli is present in extensions.conf while modules.conf caontains autoload=no and no load = app_directed_pickup.so statement.
Thoughts ? Would it hard to implement ?
Best regards
Unfortunately, there’s nothing currently available at runtime that indicates what module provides what applications and functions. We do have an open internal issue to add that to the documentation XML and core show CLI commands. No idea when it will get worked however.
Thanks for replying.
Having such doc addition would be very helpful.
Seems like the opposite function would also be useful. I’d like to know which modules I’m not using so I could remove them. I have tried but the descriptions for some of them is so cryptic I’ve no idea if I need them.