Index: ipk/source.sh4/tools_callmonitor/_path_/usr/local/share/titan/plugins/callmonitor1/fritzbox_msg_new.sh
===================================================================
--- ipk/source.sh4/tools_callmonitor/_path_/usr/local/share/titan/plugins/callmonitor1/fritzbox_msg_new.sh	(revision 44835)
+++ ipk/source.sh4/tools_callmonitor/_path_/usr/local/share/titan/plugins/callmonitor1/fritzbox_msg_new.sh	(revision 44913)
@@ -261,6 +261,10 @@
 	echo "login aufbauen und hashen ende SID:$SID"
               
-        BOOKID=-1	#Liste mit möglichen IDs
+        BOOKID=-1	#Liste mit möglichen IDs, klappt ab v7.20 nicht mehr?
+        BOOKID=240	#Google
+        BOOKID=0	#Standard
+        
         $CURL --data "sid=$SID&pbid=$BOOKID" http://$FRITZBOXIP:49000/phonebook.lua | grep "id:"  > /tmp/curlhelp1.tmp
+        
         #langsamere Routine nur bei sh4-Boxen verwenden
         sh4=`cat /proc/cpuinfo | grep "sh4" | wc -c`
@@ -283,5 +287,5 @@
 loadFritzBook () {
  if [ $usePhoneBook = "1" ]; then
-        if [ -f $FRITZBUCH ];   then  rm $FRITZBUCH; fi
+        #if [ -f $FRITZBUCH ];   then  rm $FRITZBUCH; fi
         if [ ! -f $FRITZBUCH ]; then
             echo "FritzBook new -> $FRITZBUCH"
