Index: ipk/source.sh4/titanswaptools_callmonitor/var/swap/titanplugins/callmonitor1/fritzbox_msg_new.sh
===================================================================
--- ipk/source.sh4/titanswaptools_callmonitor/var/swap/titanplugins/callmonitor1/fritzbox_msg_new.sh	(revision 20803)
+++ ipk/source.sh4/titanswaptools_callmonitor/var/swap/titanplugins/callmonitor1/fritzbox_msg_new.sh	(revision 20832)
@@ -237,5 +237,5 @@
 				elif [ $art = "TrFonNr" ]; then
 					nummer=`echo $line | cut -d'"' -f5`
-					echo "$nummer#$name" >> $FRITZBUCH 
+					echo "$nummer#$name->" >> $FRITZBUCH 
 				fi
 			done < /tmp/curlhelp.tmp
@@ -273,13 +273,13 @@
 						if [ $nummer1 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos1`
-							echo "$nummer1#$name - $typ" >> $FRITZBUCH
+							echo "$nummer1#$name->$typ" >> $FRITZBUCH
 						fi
 						if [ $nummer2 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos2`
-							echo "$nummer2#$name - $typ" >> $FRITZBUCH
+							echo "$nummer2#$name->$typ" >> $FRITZBUCH
 						fi
 						if [ $nummer3 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos3`
-							echo "$nummer3#$name - $typ" >> $FRITZBUCH
+							echo "$nummer3#$name->$typ" >> $FRITZBUCH
 						fi
 					fi
@@ -351,17 +351,17 @@
 						if [ $nummer1 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos1`
-							echo "$nummer1#$name - $typ" >> $FRITZBUCH
+							echo "$nummer1#$name->$typ" >> $FRITZBUCH
 						fi
 						if [ $nummer2 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos2`
-							echo "$nummer2#$name - $typ" >> $FRITZBUCH
+							echo "$nummer2#$name->$typ" >> $FRITZBUCH
 						fi
 						if [ $nummer3 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos3`
-							echo "$nummer3#$name - $typ" >> $FRITZBUCH
+							echo "$nummer3#$name->$typ" >> $FRITZBUCH
 						fi
 						if [ $nummer4 != "0" ]; then
 							typ=`echo $line | cut -d'<' -f$pos4`
-							echo "$nummer3#$name - $typ" >> $FRITZBUCH
+							echo "$nummer3#$name->$typ" >> $FRITZBUCH
 						fi
 					fi
