#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
--- /dev/null
+<configuration name="cdr_mongodb.conf" description="MongoDB CDR logger">
+ <settings>
+ <!-- Hostnames and IPv6 addrs not supported (yet) -->
+ <param name="host" value="127.0.0.1"/>
+ <param name="port" value="27017"/>
+
+ <!-- Namespace format is database.collection -->
+ <param name="namespace" value="test.cdr"/>
+
+ <!-- If true, create CDR for B-leg of call (default: true) -->
+ <param name="log-b-leg" value="false"/>
+ </settings>
+</configuration>