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/1119
-- Commit Summary --
* kazoo : add specific pua helpers
* kazoo : code cleanup
* kazoo : producer heartbeats
* kazoo : add consistent worker binding option
* kazoo : add broker zone to received payload
* kazoo: add zone to connection event
* kazoo: add exchange bindings
* kazoo: create empty routing if not provided
* …
[View More]kazoo: parse json with amqp specified bytes
* kazoo: fix connection to root vhost
* kazoo: add pua transaction lock type
* kazoo: add more explicit fields to kz_pua
* kazoo: add consistent worker key
* kazoo: add time msg was received
* kazoo: call cfg_update on child init
* kazoo: add alternative name for sender
* kazoo: missing sender alternative for presence
* kazoo : fix json keys
* kazoo: split exchange/queue declarations
-- File Changes --
M src/modules/kazoo/defs.h (13)
M src/modules/kazoo/kazoo.c (30)
M src/modules/kazoo/kz_amqp.c (988)
M src/modules/kazoo/kz_amqp.h (85)
M src/modules/kazoo/kz_json.c (89)
M src/modules/kazoo/kz_json.h (53)
M src/modules/kazoo/kz_pua.c (593)
M src/modules/kazoo/kz_pua.h (3)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1119.patchhttps://github.com/kamailio/kamailio/pull/1119.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/1119
[View Less]
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 …
[View More]have FL_RPL flag.
What is the suggestion in this case?
Thanks
[View Less]