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.
24 feb 2009 kl. 02.24 skrev Jan Janak:
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.
This sounds like "cloud computing" ! cvs-git-svn automatic integration... ;-)
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.
I must say that I'm truly impressed with the speed this project has been moving. Congratulations!
As an outsider I guessed that we would see something like that at the end of the year... I'm very happy to be proven wrong!
/Olle
On Tue, Feb 24, 2009 at 9:49 AM, Johansson Olle E oej@edvina.net wrote:
24 feb 2009 kl. 02.24 skrev Jan Janak:
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.
This sounds like "cloud computing" ! cvs-git-svn automatic integration... ;-)
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.
I must say that I'm truly impressed with the speed this project has been moving. Congratulations!
As an outsider I guessed that we would see something like that at the end of the year... I'm very happy to be proven wrong!
Let me join the congrats. Keep in up!