Hey,
I think i am onto something here.
You can enable telnet-access for the Fritz!Box
So if the weekend allows me, i probably can come up with a script that can find a name by a given number in the fritzbox-phonebook.
Maybe even integrate it in your script. But that might take a bit longer
Not yet finished reading "Perl for dummies" yet
Rik
Results 11 to 19 of 19
Thread: Fritz.Box Call Monitor
-
2012-02-08, 17:02 #11Junior Member
- Join Date
- Feb 2012
- Location
- NL
- Posts
- 6
LMS v7.7.1r33735
Qnap419P+ • 4TB • FW 3.5.2
1 SB Touch • 3 SB Radio • 1 SB Play (PC)
-
2012-02-10, 09:21 #12
This is how it looks like on a SB Radio ...
Synology DS410j • 4TB • CPU 800 MHz • RAM 128 MB • FW 4.0 - 2198 • Platform armv5tel-linux (MARVELL_88F6281)
LMS 7.7.2 - r33893 | Perl 5.8.6 | SQLite 1.34_01 (sqlite 3.7.5)
3 SB Radios | 2 SB Receivers | Samsung Galaxy S Advance | Squeeze Player 1.3.5 & Squeeze Commander 0.9.6.4 | XELIO 7" with Squeeze Commander
-
2012-02-26, 09:56 #13
Update - Resume volume after disconnect
With this update the volume will be resumed after the call was disconnected.
The bug, that ignored the display duration parameter for pop-up messages sent to the clients was solved. A patch is available http://bugs.slimdevices.com/show_bug.cgi?id=15749 but I'm not sure how to implement such a patch. Is there any "How to" available?Synology DS410j • 4TB • CPU 800 MHz • RAM 128 MB • FW 4.0 - 2198 • Platform armv5tel-linux (MARVELL_88F6281)
LMS 7.7.2 - r33893 | Perl 5.8.6 | SQLite 1.34_01 (sqlite 3.7.5)
3 SB Radios | 2 SB Receivers | Samsung Galaxy S Advance | Squeeze Player 1.3.5 & Squeeze Commander 0.9.6.4 | XELIO 7" with Squeeze Commander
-
2012-02-28, 00:52 #14
Display time parameter is working now
The bug, that ignored the display time parameter, was fixed in the nightly build of LMS 7.7.2 - r33866
To view the pop-up for a reasonable time I had to set the value 120.
Now I need to get the address book look-up working.Synology DS410j • 4TB • CPU 800 MHz • RAM 128 MB • FW 4.0 - 2198 • Platform armv5tel-linux (MARVELL_88F6281)
LMS 7.7.2 - r33893 | Perl 5.8.6 | SQLite 1.34_01 (sqlite 3.7.5)
3 SB Radios | 2 SB Receivers | Samsung Galaxy S Advance | Squeeze Player 1.3.5 & Squeeze Commander 0.9.6.4 | XELIO 7" with Squeeze Commander
-
2012-02-29, 16:08 #15Member
- Join Date
- May 2010
- Posts
- 36
... and if the number isn't in the phone book, you could do a reverse number lookup.
For Germany, see http://forum.micasaverde.com/index.p....html#msg41925 for an example.
-
2012-04-03, 04:00 #16Member
- Join Date
- Aug 2005
- Posts
- 90
Hi would this work on an old fritzbox 7050. I used to have something similar working when I was on Squeezcenter 6.5. What I did previously was send all the logs from my fritzbox to my linux server using syslog. Then I monitored the logs using logdog and announcing the incoming call number when I saw the entry in the syslog.
I will try your code tomorrow just wasnt sure if the 7050 has call monitor (#96*5*)
-
2012-04-04, 04:39 #17Member
- Join Date
- Aug 2005
- Posts
- 90
Well I got it all working
I changed the geman message to "Incoming Call" and altered the display a bit so that the phone number is shown on the second line. On a Squeezebox 2 it just showed --- ($cidname) so I got it to just show the phone number instead.
So thanks for a great script.
Bert
-
2013-01-09, 13:03 #18Junior Member
- Join Date
- Dec 2006
- Location
- Germany
- Posts
- 9
Great!
First, thanks for this great script!
Since I bought a Fritz Box 7390 and a second Squeezebox Classic I googled for a script which shows the caller-phone-numbers on the squeezebox.
So this is it and it works just fine.
I have a Server with Windows XP, so I needed to install ActivePerl.
And for Squeezebox Classic I changed row 95 to this:
"sendAndReceive("$playerId display Anruf%20von:%20 $nr $displayTime");"
-
2013-02-22, 00:08 #19Junior Member
- Join Date
- May 2011
- Posts
- 2
Great idea
Thank you for this good idea!
Yesterday I write python script with is running on my Synology, to control the SB I'm using the pyLMS class from (https://github.com/jingleman/PyLMS)
It works perfect, now I have to find out how I can get the contacts from my Fritzbox.
Thanks!


Reply With Quote
