diff --git a/FHEM/72_FB_CALLMONITOR.pm b/FHEM/72_FB_CALLMONITOR.pm
index 2cab2438a..bb1ef4faa 100755
--- a/FHEM/72_FB_CALLMONITOR.pm
+++ b/FHEM/72_FB_CALLMONITOR.pm
@@ -628,8 +628,8 @@ sub FB_CALLMONITOR_loadCacheFile($)
So all reverse search results are persistent written to disk and will be used instantly after FHEM starts.
reverse-search-phonebook-file <file>
This attribute can be used to specify the (full) path to a phonebook file in FritzBox format (XML structure). Using this option it is possible to use the phonebook of a FritzBox even without FHEM running on a Fritzbox.
- The phonebook could for example be obtained by doing "cat /var/flash/phonebook" on a FritzBox with shell access.
- Default value is /var/flash/phonebook (phonebook filepath on FritzBox)
+ The phonebook file can be obtained by an export via FritzBox web UI
+ Default value is /var/flash/phonebook (phonebook filepath on FritzBox)
remove-leading-zero
If this attribute is activated, a leading zero will be removed from the external_number (e.g. in telefon systems).
Possible values: 0 => off , 1 => on
@@ -733,7 +733,7 @@ sub FB_CALLMONITOR_loadCacheFile($)
reverse-search-phonebook-file <Dateipfad>
Mit diesem Attribut kann man optional den Pfad zu einer Datei angeben, welche ein Telefonbuch im FritzBox-Format (XML-Struktur) enthält.
Dadurch ist es möglich ein FritzBox-Telefonbuch zu verwenden, ohne das FHEM auf einer FritzBox laufen muss.
- Auf einer FritzBox kann eine solche Datei via Telnet-Verbindung durch den Befehl "cat /var/flash/phonebook" ausgelesen werden.
+ Sofern FHEM auf einer FritzBox läuft (und nichts abweichendes angegeben wurde), wird das interne File /var/flash/phonebook verwendet. Alternativ kann man das Telefonbuch in der FritzBox-Weboberfläche exportieren und dieses verwenden
Standartwert ist /var/flash/phonebook (entspricht dem Pfad auf einer FritzBox)
remove-leading-zero
Wenn dieses Attribut aktiviert ist, wird die führende Null aus der externen Rufnummer (bei eingehenden & abgehenden Anrufen) entfernt. Dies ist z.B. notwendig bei Telefonanlagen.