https://github.com/mablae/service.script.call-notifications
https://github.com/mablae/service.script.call-notifications
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mablae/service.script.call-notifications
- Owner: mablae
- Created: 2013-11-23T07:35:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T00:38:11.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T11:07:07.749Z (over 1 year ago)
- Language: Python
- Size: 3.48 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
Awesome Lists containing this project
README
xbmc.addon.call-notifications
=============================
*Call Notifications* does what the name says:
On incoming phone calls XBMC will show a notification.
The idea and parts of code are based on XBMC Yac Listener developed by @doug.
Since he won't update his code anymore I decided to code this thing as a weekend project.
Any feedback and contributions are welcome!
Features:
-----------------------------
- Show Notification on incoming calls
- Support for different CallerID clients/servers
- Set Volume / Mute Volume / Pause Playback on incoming calls
- Fully configurable through XBMC Gui
- Reverse Search for telephone numbers
Client Support:
--------------------------------
* [Fritzbox Fon](http://www.avm.de/)
This is what I use personally. Fritzboxes offer a
"Callmonitor" Tcp Server on Port 1012.
This feature needs to be enabled on your Fritzbox by dialing #96*5* with an
analoge Phone connected to the Fritzbox directly.
* [Ncid](http://ncid.sourceforge.net/) (Network Caller ID)
Ncid seems to be the standard for unix based CallerID.
It supports wide range of configurations.
* [YAC-Server](http://www.sunflowerhead.com/software/yac/)
This is the original Application doug used in his addon.
What may be added?
-----------------------------
* More Clients -> Ideas welcome
* More Languages
* CallLog
Credits
-------------------------------
* doug (Orignal dev of the YAC script)
* twisted
* xbmc Community