Couple of questions:
1) Why is this useful module still hidden in modules_k?
2) The docs mentions changes compared with "previous versions of Kamailio" which feels kind of outdated. Can we remove that part now?
I know I'm asking a lot of naive and propably stupid questions, but I'm trying to look at this as ONE product and a product that we're going to release soon to people who hasn't been involved in the process and maybe not even used either SER or Kamailio..
Have patience and please help me :-)
/O
Olle E. Johansson writes:
- Why is this useful module still hidden in modules_k?
i guess because the owner of the module has not moved it to modules yet. xlog does't seem to depend on any other modules nor libraries, so it should be easy to move it to from modules_k to modules.
- The docs mentions changes compared with "previous versions of
Kamailio" which feels kind of outdated. Can we remove that part now?
which docs are you referring to?
I know I'm asking a lot of naive and propably stupid questions, but I'm trying to look at this as ONE product and a product that we're going to release soon to people who hasn't been involved in the process and maybe not even used either SER or Kamailio..
it is very good that you look this as one product. i do the same.
Have patience and please help me :-)
thanks for your valuable work.
-- juha
20 okt 2009 kl. 19.50 skrev Juha Heinanen:
Olle E. Johansson writes:
- Why is this useful module still hidden in modules_k?
i guess because the owner of the module has not moved it to modules yet. xlog does't seem to depend on any other modules nor libraries, so it should be easy to move it to from modules_k to modules.
I guessed so. Personally I would like to see this in modules, but have no idea on what it takes to "port it".
Does the code freeze apply to "moving modules" ?
- The docs mentions changes compared with "previous versions of
Kamailio" which feels kind of outdated. Can we remove that part now?
which docs are you referring to?
XML docs /README for xlog.
I know I'm asking a lot of naive and propably stupid questions, but I'm trying to look at this as ONE product and a product that we're going to release soon to people who hasn't been involved in the process and maybe not even used either SER or Kamailio..
it is very good that you look this as one product. i do the same.
:-)
Have patience and please help me :-)
thanks for your valuable work.
You're welcome!
/O
olle,
i tried and moved xlog from modules_k to modules and it works ok. shall i make the move in git?
-- juha
On Oct 20, 2009 at 21:04, Juha Heinanen jh@tutpro.com wrote:
olle,
i tried and moved xlog from modules_k to modules and it works ok. shall i make the move in git?
No!
The problem with xlog is that there is another version in modules_s/. The versions _are_ different (e.g. different format strings a.s.o.).
xlog cannot be moved unless it's merged (and the merge looks problematic).
Andrei
20 okt 2009 kl. 20.26 skrev Andrei Pelinescu-Onciul:
On Oct 20, 2009 at 21:04, Juha Heinanen jh@tutpro.com wrote:
olle,
i tried and moved xlog from modules_k to modules and it works ok. shall i make the move in git?
No!
The problem with xlog is that there is another version in modules_s/. The versions _are_ different (e.g. different format strings a.s.o.).
xlog cannot be moved unless it's merged (and the merge looks problematic).
Ok - thanks for the answer!
We propably need to document this in README-MODULES.
/O