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 * 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.patch https://github.com/kamailio/kamailio/pull/1119.diff
@miconda Daniel, this should be the last set of changes to 5.0 branch (unless bug related issues). kemi event binding will go only into master
This can be merged as well -- it was not compiled by travis-ci when I checked few minutes ago.
Merged #1119.