From 3a8dbbcf213f87f3f9d542563ee73b91df7cb5fc Mon Sep 17 00:00:00 2001 From: tpoitzsch <> Date: Mon, 1 Dec 2014 22:04:03 +0000 Subject: [PATCH] FRITZBOX: bugfix - ring funktioniert wieder git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@7114 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/72_FRITZBOX.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FHEM/72_FRITZBOX.pm b/FHEM/72_FRITZBOX.pm index caab6dbda..74aca746d 100644 --- a/FHEM/72_FRITZBOX.pm +++ b/FHEM/72_FRITZBOX.pm @@ -880,7 +880,7 @@ FRITZBOX_Ring_Run($) #Preparing 2nd command array to ring and reset everything FRITZBOX_Log $hash, 4, "Ringing $intNo for $duration seconds"; - push @cmdArray, " ".$intNo; + push @cmdArray, "ctlmgr_ctl w telcfg command/Dial **".$intNo; push @cmdArray, "sleep ".($duration+1); push @cmdArray, "ctlmgr_ctl w telcfg command/Hangup **".$intNo; push @cmdArray, "ctlmgr_ctl w telcfg settings/DialPort 50" @@ -1211,7 +1211,7 @@ FRITZBOX_Exec($$)
This is the default path that will be used if a file name does not start with / (slash).
- It needs to be the name of the path on the Fritz!Box, so it should start with /var/InternerSpeicher if it equals in windows \\ip-address\fritz.nas + It needs to be the name of the path on the Fritz!Box. So, it should start with /var/InternerSpeicher if it equals in Windows \\ip-address\fritz.nas
  • readingFnAttributes