Travis Continues Integration Status: Code-Coverage:
This project provides three modules to plugin to asterisk, namely:
- res_redis (Partially Working (Not TheadSafe) / Currently Work in progress / Asterisk-11 for now) provising distributed devstate between asterisk cluster nodes via redis Pub/Sub
- cdr_redis (To Be Done) will provide posting of cdr events to a redis database
- res_config_redis (To be Done) will add realtime database capability via redis.
- started work on replacement res_redis_v1
- cmake
- libevent
- hiredis >= 0.11
checkout the github repository mkdir build cd build cmake ..
make
make install