Hi,
Kamailio is a modular stack. So inclusion or exclusion of a module is very important. At this moment editing modules.lst is very *primitive* way of doing things.
I like menuconfig style ncurses based interface. Which gives a very clear view of "dependency" and "which and which" information about the modules.
As number of modules increases, most of us just compile most of them, or take the default modules.lst as granted.
If a menuconfig target is added, it should be easier to customize a kamailio build.
Adding a menuconfig target seems a trivial task for anyone who know kamailio build system well plus some intro to ncurses programming.
So i guess devs should look into it.
cheers aft
On 07/14/2012 04:03 AM, aft wrote:
Adding a menuconfig target seems a trivial task for anyone who know kamailio build system well plus some intro to ncurses programming.
I would just do it using 'dialog' and skip the direct ncurses interfaces.