From b31ebc9a69ac166223efaafb067b6e9387f35e89 Mon Sep 17 00:00:00 2001 From: Daniel Swarbrick Date: Wed, 7 Sep 2011 23:57:44 +0200 Subject: [PATCH] add config file and tweak modules.conf.in for mod_cdr_mongodb --- build/modules.conf.in | 1 + conf/autoload_configs/cdr_mongodb.conf.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 conf/autoload_configs/cdr_mongodb.conf.xml diff --git a/build/modules.conf.in b/build/modules.conf.in index ef3e7eb5bd..9f5cfa5eb7 100644 --- a/build/modules.conf.in +++ b/build/modules.conf.in @@ -81,6 +81,7 @@ event_handlers/mod_event_socket #event_handlers/mod_event_zmq event_handlers/mod_cdr_csv event_handlers/mod_cdr_sqlite +#event_handlers/mod_cdr_mongodb #event_handlers/mod_cdr_pg_csv #event_handlers/mod_radius_cdr #event_handlers/mod_erlang_event diff --git a/conf/autoload_configs/cdr_mongodb.conf.xml b/conf/autoload_configs/cdr_mongodb.conf.xml new file mode 100644 index 0000000000..ce366d1bd0 --- /dev/null +++ b/conf/autoload_configs/cdr_mongodb.conf.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + +