saussact / openhab

Automatically exported from code.google.com/p/openhab
0 stars 0 forks source link

FritzBox-Binding #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The AVM FritzBox can report about any out-bound or incoming calls through a TCP 
socket connection. This can be used to do a binding to openHAB to

* show currently active calls
* report missed calls
* notify about new incoming calls (e.g. to mute the TV automatically)
* maintain a call history

Note: This feature should be implemented together with [Issue 
15|http://code.google.com/p/openhab/issues/detail?id=15] as there are very 
similar requirements.

Original issue reported on code.google.com by kai.openhab on 18 Mar 2011 at 2:34

GoogleCodeExporter commented 9 years ago
The binding has been implementing, supporting basic features for the moment 
(notifications about in/out/active calls incl. phone numbers) - for details see 
http://code.google.com/p/openhab/wiki/FritzBoxBinding.

Note that there are no report/logging features as a log for missed calls or a 
call history.

Original comment by kai.openhab on 18 May 2011 at 7:52