On Feb 26, 2009 at 11:15, Juha Heinanen <jh(a)tutpro.com> wrote:
Andrei Pelinescu-Onciul writes:
why
can't ser-ng and kamailio-ng contain just the modules so that
sip-router would be only on place?
Because it would be quite hard to do development on modules.
i don't understand.
i could have a script that copies core and common modules from
sip-router repo and k-only modules from k repo to a tm src directory and
then calls k-make to build the thing.
if i make a commit on a k module, i just call the script again and get a
new version of k compiled.
Yes, that would work (manually copying), but I find that more difficult
than it should be (everybody will have to use some script and have at
least 2 local repos, one for sip-router and one for the modules).
Andrei