Module: sip-router Branch: carstenbock/db_cassandra_deb Commit: 42ce9344e19ac8b102722737a48d784c9954bec7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=42ce9344...
Author: Carsten Bock carsten@ng-voice.com Committer: Carsten Bock carsten@ng-voice.com Date: Thu Aug 22 17:34:29 2013 +0200
Added db_cassandra packaging
---
Makefile.groups | 3 +++ pkg/kamailio/deb/wheezy/control | 10 ++++++++++ pkg/kamailio/deb/wheezy/rules | 2 +- 3 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/Makefile.groups b/Makefile.groups index 6c4c5f0..174414d 100644 --- a/Makefile.groups +++ b/Makefile.groups @@ -340,6 +340,9 @@ module_group_ksctp=$(mod_list_sctp) # pkg auth_ephemeral module module_group_kautheph=$(mod_list_autheph)
+# pkg db_cassandra module +module_group_kcassandra=$(mod_list_cassandra) + # list of static modules # static_modules:= diff --git a/pkg/kamailio/deb/wheezy/control b/pkg/kamailio/deb/wheezy/control index ce58700..272cb2e 100644 --- a/pkg/kamailio/deb/wheezy/control +++ b/pkg/kamailio/deb/wheezy/control @@ -448,3 +448,13 @@ Description: Kamailio - Websocket Module . This package contains the module implementing WebSocket transport layer.
+Package: kamailio-cassandra-modules +Architecture: any +Depends: ${shlibs:Depends}, kamailio (= ${binary:Version}), libthrift-dev +Description: Kamailio - Cassandra Module + Kamailio is a very fast and flexible SIP (RFC3261) + proxy server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + This package contains the modules for using cassandra as a database backend. + diff --git a/pkg/kamailio/deb/wheezy/rules b/pkg/kamailio/deb/wheezy/rules index 1c3587d..c2f9625 100755 --- a/pkg/kamailio/deb/wheezy/rules +++ b/pkg/kamailio/deb/wheezy/rules @@ -42,7 +42,7 @@ MODULES_SP= PACKAGE_GROUPS=mysql postgres berkeley unixodbc radius presence \ ldap xml perl utils lua memcached tls \ snmpstats carrierroute xmpp cpl redis python geoip \ - sqlite json mono ims outbound websocket + sqlite json mono ims outbound websocket cassandra
# name of libdir in the path for libraries (e.g., lib for 32b, lib64 for 64b) LIBDIR ?= lib