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 37173)
+++ ipk/source.sh4/tools_callmonitor/_path_/usr/local/share/titan/plugins/callmonitor1/fritzbox_msg_new.sh	(revision 37181)
@@ -147,7 +147,7 @@
    echo "$NUMMER"
    echo "Searching for $NUMMER in cache file..."
-   if [ ! -f $FRITZCACHE ]; then  touch $FRITZCACHE; fi
-    #try to get caller-id via $NUMBER from $FRITZCACHE
-    NAME=`grep $NUMMER $FRITZCACHE | sed -e "s@$NUMMER\#@@" -e "s@;@\n@g"`
+   if [ ! -f $FRITZBUCH ]; then  touch $FRITZBUCH; fi
+    #try to get caller-id via $NUMBER from $FRITZBUCH
+    NAME=`grep $NUMMER $FRITZBUCH | sed -e "s@$NUMMER\#@@" -e "s@;@\n@g"`
     ADDRESSE=`echo $NAME | sed -e 's/.*->//g'`
     NAME=`echo $NAME | sed -e 's/->.*//g'`
@@ -319,10 +319,10 @@
 							name=`echo $line | cut -d'<' -f2 | sed s/"title="//g`
 							nummer1=`echo $line | cut -d'<' -f7 | sed s/" "//g`
-							help=`echo $line | cut -d'<' -f8`
+							help=`echo $line | cut -d'<' -f8 | cut -c 1-2`
 							if [ $help = "br" ]; then
 								nummer2=`echo $line | cut -d'<' -f9 | sed s/" "//g`
 								pos1=13
 								pos2=15
-								help=`echo $line | cut -d'<' -f10`
+								help=`echo $line | cut -d'<' -f10 | cut -c 1-2`
 								if [ $help = "br" ]; then
 									nummer3=`echo $line | cut -d'<' -f11 | sed s/" "//g`
@@ -330,5 +330,5 @@
 									pos2=17
 									pos3=19
-									help=`echo $line | cut -d'<' -f12`
+									help=`echo $line | cut -d'<' -f12 | cut -c 1-2`
 									if [ $help = "br" ]; then
 										nummer4=`echo $line | cut -d'<' -f13 | sed s/" "//g`
@@ -358,4 +358,5 @@
 						fi
 					done < /tmp/curlhelp3.tmp
+					rm /tmp/curlhelp3.tmp
 				
 			else
@@ -470,6 +471,7 @@
 						fi
 					done < /tmp/curlhelp6.tmp
-				cp $FRITZBUCH $FRITZCACHE	
-			fi		
+					rm /tmp/curlhelp6.tmp					
+			fi
+			#cp $FRITZBUCH $FRITZCACHE
 		fi
 	fi	
