If keepalive is enabled and sort_order is 0, unavailable destinations are
excluded from do_routing() resultset.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1066
-- Commit Summary --
* drouting: use keepalive to monitor GW/destinations (sort_order 0 only)
-- File Changes --
M src/modules/drouting/README (38)
M src/modules/drouting/doc/drouting_admin.xml (24)
M src/modules/drouting/dr_load.c (3)
M src/modules/drouting/drouting.c (61)
M src/modules/drouting/prefix_tree.h (4)
M src/modules/drouting/routing.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1066.patchhttps://github.com/kamailio/kamailio/pull/1066.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/1066
Hello,
I have added pipeline support to the ndb_redis_module. Two functions are added:
-redis_pipe_cmd which appends a command to be pipelined(syntax is identical with redis_cmd)
-redis_execute which sends one message with all existing pipelined commands and handles the replies
To send multiple commands in a single message, the user must call redis_pipe_cmd for each command, and then redis_execute to send all messages.
This enhancement is not compatible with the recently added REDIS cluster support, so if that is enabled the new functions don't do anything but log an error.
Thanks,
Claudiu Boriga
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1079
-- Commit Summary --
* ndb_redis: add pipeline suppport for REDIS Module
-- File Changes --
M src/modules/ndb_redis/doc/ndb_redis_admin.xml (87)
M src/modules/ndb_redis/ndb_redis_mod.c (255)
M src/modules/ndb_redis/redis_client.c (190)
M src/modules/ndb_redis/redis_client.h (23)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1079.patchhttps://github.com/kamailio/kamailio/pull/1079.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/1079