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.