lots of fixes needed for proper operation
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1118
-- Commit Summary --
* kazoo: backports & fixes
-- File Changes --
M modules/kazoo/defs.h (13)
M modules/kazoo/kazoo.c (51)
M modules/kazoo/kz_amqp.c (995)
M modules/kazoo/kz_amqp.h (85)
M modules/kazoo/kz_hash.c (4)
M modules/kazoo/kz_json.c (89)
M modules/kazoo/kz_json.h (80)
M modules/kazoo/kz_pua.c (593)
M modules/kazoo/kz_pua.h (3)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1118.patchhttps://github.com/kamailio/kamailio/pull/1118.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1118
In dmq_usrloc, a ucontact_t with FL_RPL flag will not send it's modify to
other kamailio.
For example, I have one edge and three kamailio(for register, name A B C).
And First SIP REGISTER send to edge, and edge forward to register kamailio
A, then kamailio B & C have FL_RPL flag, kamailio A do not have FL_RPL flag.
In this situation, If kamailio A is crash, the second SIP REGISTER(same
call-id and tag) forward to kamailio B, kamailio B will not replicate reg
info to C, because kamailio B have FL_RPL flag.
What is the suggestion in this case?
Thanks