Skip to content

zerohalo/ast_redis

 
 

Repository files navigation

Welcome the Redis Plugin for Asterisk

Travis Continues Integration Status: Travis Code-Coverage: Coverage Status

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

Prerequisites

  • cmake
  • libevent
  • hiredis >= 0.11

Configuring

checkout the github repository mkdir build cd build cmake ..

Build and Install

make
make install

About

Redis driver for asterisk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.8%
  • CMake 4.1%
  • C++ 0.1%