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 18513)
+++ ipk/source.sh4/titanswaptools_callmonitor/var/swap/titanplugins/callmonitor1/fritzbox_msg_new.sh	(revision 18515)
@@ -41,8 +41,14 @@
 #Options---start----------------------------------------------------------------
 #
-Version=v0.90					#Zur Versionsanzeige im telnet
+Version=v2.00					#Zur Versionsanzeige im telnet
 debug=0								#wenn debug auf 1 steht wird am TV nichts angezeigt
 ##Ziel=4711							#bitte Rufnummer eintragen die Überwacht werden soll 
-##Ziel_2=4711						#2te Rufnummer die Überwacht werden soll
+if [ ! $Ziel ]; then
+	Ziel=4711
+fi
+##Ziel_2=4711					#2te Rufnummer die Überwacht werden soll
+if [ ! $Ziel_2 ]; then
+	Ziel_2=4711
+fi
 											#wenn keine zweite dann gleiche nochmal eintragen!
 ##Alle=1            	  #wenn hier eine 1 steht werden alle Rufnummern überwacht
@@ -287,4 +293,16 @@
 #Script has been initiated with parameters
 #(START,RING,CALL,DISCONNECT,CONNECT,STOP,SORTNAME,SORTNUMBER,TEST,CLEANUP)
+
+timeout=10
+while [ -e /tmp/callrun ]; do
+	if [ $timeout != "0" ]; then
+		timeout=$(($timeout-1))
+		sleep 1
+	else
+		break
+	fi
+done
+
+touch /tmp/callrun
 
 timeout=10
@@ -661,6 +679,3 @@
 esac
 
-
-
-
-
+rm /tmp/callrun
