Hello,
I just figured that the kamailio interface in shared modules (such as
db_berkeley and db_flatstore) wouldn't work. Such modules are defined with
-DSER_MOD_INTERFACE and thus use the module_exports structure from SER, which
does not have the MI structure entry.
So although such modules have all the MI commands and they link with libkmi,
none of the management functions gets exported through the module API.
Is there any solution to this yet?
Jan.