On Jun 26, 2009 at 11:34, Edson - Lists
<4lists(a)gmail.com> wrote:
Hi, Guys...
So, how to compile just Kamailio or SER version of a desired module (in
my case AVPOPS)?
Quick solution make include_modules=avpops modules_k
If you want make all to work, then try first:
make modules-cfg modules modules_dirs="modules modules_k"
(or just edit modules.lst).
In the long run we'll have either to remove ser avpops, make it compile
(should be easy since the problem in ser was that it was not migrated to
the new DB api, but since sip-router supports also the old API it should
be easy to fix it), or add per directory include_modules support.
Great... it worked... thanks Andrei...
Now moving on to make it work... ;)
Edson.