Module: sems Branch: master Commit: dfe55d71cec87829a49d4a567de2cf14802a4b4b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=dfe55d71cec87829a49d4a567de2cf14802a4b4b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Feb 3 19:32:44 2012 +0100 excluded bl_redis by default from compiling (hiredis dependency) --- apps/sbc/call_control/Makefile | 2 +- apps/sbc/call_control/bl_redis/Readme.bl_redis.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/apps/sbc/call_control/Makefile b/apps/sbc/call_control/Makefile index fa3b04b..c1ef582 100644 --- a/apps/sbc/call_control/Makefile +++ b/apps/sbc/call_control/Makefile @@ -3,7 +3,7 @@ COREPATH = ../../../core include $(COREPATH)/../Makefile.defs -exclude_cc_modules ?= template +exclude_cc_modules ?= template bl_redis $(info exclude_cc_modules: $(exclude_cc_modules)) cc_modules = $(filter-out $(subst ;, ,$(exclude_cc_modules))\ diff --git a/apps/sbc/call_control/bl_redis/Readme.bl_redis.txt b/apps/sbc/call_control/bl_redis/Readme.bl_redis.txt index bad035d..1231b1b 100644 --- a/apps/sbc/call_control/bl_redis/Readme.bl_redis.txt +++ b/apps/sbc/call_control/bl_redis/Readme.bl_redis.txt @@ -10,6 +10,10 @@ REDIS blacklist call control module Any non-zero value/non-empty string value returned will be evaluated as blacklist hit. +Requirements: + hiredis - C REDIS client library, from github.com/antirez/hiredis.git , + e.g. $ git clone git://github.com/antirez/hiredis.git + Parameters: argc - number of arguments _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
