while trying find out, why sip-router produces mysql "out of sync" errors, i discovered that msilo m_dump only recognizes that register request is un-register request, if it has expires header with body 0. it is not checking if contact header has expires=0 parameter like this:
Contact: sip:jh_test_fi@192.98.101.10:5074;transport=udp;expires=0
-- juha
Hello,
On 06/06/2009 02:30 PM, Juha Heinanen wrote:
while trying find out, why sip-router produces mysql "out of sync" errors, i discovered that msilo m_dump only recognizes that register request is un-register request, if it has expires header with body 0. it is not checking if contact header has expires=0 parameter like this:
Contact: sip:jh_test_fi@192.98.101.10:5074;transport=udp;expires=0
could be. However, I think this check should be removed. Maybe save should return different code if it is unregister or register.
imo, m_dump() should be available for other cases, not only for registrations. It accepts parameter that can be unrelated to registration.
Cheers, Daniel
Daniel-Constantin Mierla writes:
could be. However, I think this check should be removed. Maybe save should return different code if it is unregister or register.
i agree that the best solution would be for save() code to tell if it was unregister.
is there a bug tracker available somewhere for sip-router?
-- juha
2009/6/9 Juha Heinanen jh@tutpro.com:
is there a bug tracker available somewhere for sip-router?
ops! that's a really good question!
On 06/09/2009 10:43 AM, Iñaki Baz Castillo wrote:
2009/6/9 Juha Heinanen jh@tutpro.com:
is there a bug tracker available somewhere for sip-router?
ops! that's a really good question!
it is not, but it is time for one. The options are: - install one on our server - advantage: we can control it completely; disadvantage: we have to maintain it and seems our sysadmin resources are limitted - reuse one of the kamailio or ser projects - register a pseudo-project on a source code hosting service and have the tracker there
Cheers, Daniel
Daniel-Constantin Mierla writes:
- install one on our server - advantage: we can control it completely;
disadvantage: we have to maintain it and seems our sysadmin resources are limitted
- reuse one of the kamailio or ser projects
- register a pseudo-project on a source code hosting service and have
the tracker there
source forge tracker is very heavy to use. perhaps there would be a free tracker service based on trac somewhere?
does berlios have a good tracker service?
-- juha
On 06/09/2009 11:42 AM, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
- install one on our server - advantage: we can control it completely;
disadvantage: we have to maintain it and seems our sysadmin resources are limitted
- reuse one of the kamailio or ser projects
- register a pseudo-project on a source code hosting service and have
the tracker there
source forge tracker is very heavy to use. perhaps there would be a free tracker service based on trac somewhere?
does berlios have a good tracker service?
Here is another one that seems lightweight and easy to use. However, I do not have much experience with it, but seems very active project: http://flyspray.org/about
Cheers, Daniel
Daniel-Constantin Mierla writes:
Here is another one that seems lightweight and easy to use. However, I do not have much experience with it, but seems very active project: http://flyspray.org/about
fine with me, but is there some hosting service using it?
-- juha
2009/6/9 Juha Heinanen jh@tutpro.com:
Daniel-Constantin Mierla writes:
> Here is another one that seems lightweight and easy to use. However, I > do not have much experience with it, but seems very active project: > http://flyspray.org/about
fine with me, but is there some hosting service using it?
Are you looking just for a bug tracker? would it be in a place different than the Git repository?
On 09-06 11:42, Juha Heinanen wrote:
Daniel-Constantin Mierla writes:
- install one on our server - advantage: we can control it completely;
disadvantage: we have to maintain it and seems our sysadmin resources are limitted
- reuse one of the kamailio or ser projects
- register a pseudo-project on a source code hosting service and have
the tracker there
source forge tracker is very heavy to use. perhaps there would be a free tracker service based on trac somewhere?
does berlios have a good tracker service?
No, it does not.
Jan.