Fritzbox incoming caller-id by Growl
I hate having to get up in order to look for the %$# dect phone only to decide from the caller-id that the call is not important and not worth answering
There is a not-so-simple solution on wehavemorefun depending on php+an outdated growl-network protocol, but thanks to gntp-send we can do the same much more easily with a modern (1.3+) Growl supporting gntp.
Simply telnet on your fritzbox and create the following /var/calllog (which must be chmod +x), where I’m supposing your Mac is on 192.168.178.11 and Growl is configured to accept network notifications with password “yourpasswd”
#!/bin/sh
/var/media/ftp/gntp-send -a Fritzbox -s 192.168.178.11 -p yourpasswd “Call from” “$1”
To get the binary :
cd /var/media/ftp/ && wget http://dl.dropbox.com/u/984275/fritzbox/gntp-send && cd ..
That’s all - no reboot required of course! Ain’t that much simpler ?
1 note
-
buy-sarms-uk reblogged this from guylhem
-
guylhem posted this