From 4be4db54a4c8b86c8ddf7dce7d4ffa4dc0953fb4 Mon Sep 17 00:00:00 2001 From: markusbloch Date: Wed, 12 Dec 2012 16:29:32 +0000 Subject: [PATCH] fixing docu typo git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2319 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FB_CALLMONITOR.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/72_FB_CALLMONITOR.pm b/fhem/FHEM/72_FB_CALLMONITOR.pm index 58453798a..4c04b3538 100755 --- a/fhem/FHEM/72_FB_CALLMONITOR.pm +++ b/fhem/FHEM/72_FB_CALLMONITOR.pm @@ -532,7 +532,7 @@ sub FB_CALLMONITOR_loadCacheFile($)
  • internal_connection: $connection - The internal connection (FON1, FON2, ISDN, DECT, ...) which is used to take the call
  • external_connection: $connection - The external connection (fixed line, VoIP account) which is used to take the call
  • call_duration: $seconds - The call duration in seconds. Is only generated at a disconnect event. The value 0 means, the call was not taken by anybody.
  • -
  • call_id: §id - The call identification number to separate events of two or more different calls at the same time. This id number is equal for all events relating to one specific call.
  • +
  • call_id: $id - The call identification number to separate events of two or more different calls at the same time. This id number is equal for all events relating to one specific call.