talk about loggers
authorChristian Weiske <cweiske@cweiske.de>
Sun, 30 Nov 2014 19:57:38 +0000 (20:57 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 30 Nov 2014 19:57:38 +0000 (20:57 +0100)
.gitignore
README.rst

index cf46afeecd78500bf4242d8cb2fec905efc81547..8584adc4eb9a75e9f4553efa011b85d91e571205 100644 (file)
@@ -2,3 +2,4 @@
 data/callnotifier.config.php
 data/cwe*
 data/dumps
 data/callnotifier.config.php
 data/cwe*
 data/dumps
+README.html
index f4a7038079e3b02db5d695397de15ee7cecbf538..98b81b6309f5c1ea9008675708e4657c940ccd3a 100644 (file)
@@ -122,10 +122,29 @@ Example configuration::
     );
 
 
     );
 
 
-====
-TODO
-====
-- multiple notification methods: XMPP, dreambox, notify-send
+Logger
+======
+Logger handle react on events like incoming or outgoing calls,
+if they start or finish, or on any data received from the ISDN bus.
+
+Available logger:
+
+CallDb
+  Log calls in a SQL database
+CallDreambox
+  Send messages on incoming calls to the DreamBox satellite
+  receiver
+CallEcho
+  Log to the command line. Helpful for debugging.
+CallFile
+  Log finished calls into a text file
+CallFileTop
+  Log finished calls into a text file, newest on top
+CallNotifySend
+  Use the unix ``notify-send`` command on starting and finished calls
+CallSendXmpp
+  Send an XMPP headline message for incoming calls to one or multiple
+  users.
 
 
 ============
 
 
 ============