clarify parameter class
[auerswald-callnotifier.git] / README.rst
1 Auerswald Callnotifier for COMpact 3000
2 ***************************************
3
4 Connects to the debug port of your Auerswald Compact 3000 telephony switchboard
5 and listens for incoming calls.
6 It will notify you whenever a call comes in.
7
8
9 TODO
10 ====
11 - multiple notification methods: XMPP, dreambox, notify-send
12 - ldap name resolution
13 - write a call list (who, when, how long)
14 - filter/exclude by local target
15
16
17 Issues
18 ======
19 Ctrl+C does not send the disconnect command.
20 This is a problem with PHP since pcntl_signal handling and blocking sockets
21 do not work together. The signal will not be handled.
22
23
24 Source
25 ======
26 Original git website: http://git.cweiske.de/?p=auerswald-callnotifier.git
27
28 Mirror: https://github.com/cweiske/auerswald-callnotifier