Hello
Few days ago Andrei setup another repository called ser_modules on
git.sip-router.org, see
http://git.sip-router.org/cgi-bin/gitweb.cgi?p=ser_modules;a=summary
This is a repository which contains all SER modules except tm. The repository
is synchronized with cvs and receives commits from cvs on 'cvs-head' branch.
I just created another branch called 'updated' in the repository and commited
updates to all the modules (created mostly with ser-to-sh script) to make them
compile with the sip-router core.
In other words, we just reached another important milestone. We are now able
to compile all (well, almost) SER modules with the sip-router core and thus we
are almost ready to replace the core of ser with the new and merged sip-router
core and start using/testing it.
You can try to compile and use it yourself:
1) git clone
git://git.sip-router.org/sip-router
2) git remote add ser_modules
git://git.sip-router.org/ser_modules
3) git fetch ser_modules
4) git merge ser_modules/updated
5) make config mode=debug exclude_modules="mysql postgres dbtext jabber
oracle flatstore lcr ldap osp"
6) make all
And if everything goes well, you should have the sip-router core and all ser
modules compiled and ready to use in your working directory.
Jan.