On 11-05 11:00, Andrei Pelinescu-Onciul wrote:
On May 11, 2009 at 10:55, Jan Janak
<jan(a)iptel.org> wrote:
On 10-05 10:15, Andrei Pelinescu-Onciul wrote:
On May 09, 2009 at 18:15, Juha Heinanen
<jh(a)tutpro.com> wrote:
Module: sip-router
Branch: master
Commit: a3f16850cd2a897710cb0a56174e9f64dcc77653
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=a3f1685…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Sat May 9 19:14:18 2009 +0300
* Moved lcr module from modules_k to modules and removed it from modules_s.
They should have been merged.
Looking only at recent commit logs, you lost from modules_s/lcr:
- rpc interface
- new db api
- possible wrong db init from all the processes (see 8fb14f, 9961e8)
lcr modules do not have to be merged (apart from the changes necessary to make
it work with the new core). Juha's version in the kamailio tree is more
advanced than what we had, in SER I only kept Juha's original lcr version
compilable.
We need the rpc interface and maybe the db api.
I could add the rpc interface to the k version (it's trivial anyway) and
take care of the db init for it.
If you need it then take Juha's version and add rpc equivalents to mi commands
on top of his code.
I don't know how difficult would be to switch it
to the new db, but I
assume it would be trivial too (since lcr doesn't do any advanced db
stuff).
It should not be that hard, but it is a lot of manual work. This kind of
change is not strictly necessary, thus I'd like to wait with this a bit, until
the all the code is more stable and working again.
Jan.