The FB_CALLLIST module creates a call history list by processing events of a FB_CALLMONITOR definition.
It logs all calls and displays them in a historic table.
@@ -1034,17 +1033,19 @@ sub FB_CALLLIST_returnTableHeader($)
If you use no icons (see show-icons) the following states will be shown:
-
- <= ((o)) | - outgoing call (ringing) - icon: outgoing.ring |
- => ((o)) | - incoming call (ringing) - icon: incoming.ring | |
- <= [=] | - outgoing call (currently active) - icon: outgoing.connected |
- => [=] | - incoming call (currently active) - icon: incoming.connected | |
- <= X | - outgoing unsuccessful call (nobody picked up) - icon: outgoing.missed |
- => X | - incoming unsuccessful call (missed call) - icon: incoming.missed | |
- => O_O | - incoming finished call recorded on answering machine - icon: incoming.tam | |
- <= | - outgoing finished call - icon: outgoing.done |
- => | - incoming finished call - icon: incoming.done |
-
+ <= ((o)) | - outgoing call (ringing) - icon: outgoing.ring
+ => ((o)) | - incoming call (ringing) - icon: incoming.ring
+
+ <= [=] | - outgoing call (currently active) - icon: outgoing.connected
+ => [=] | - incoming call (currently active) - icon: incoming.connected
+
+ <= X | - outgoing unsuccessful call (nobody picked up) - icon: outgoing.missed
+ => X | - incoming unsuccessful call (missed call) - icon: incoming.missed
+
+ => O_O | - incoming finished call recorded on answering machine - icon: incoming.tam
+
+ <= | - outgoing finished call - icon: outgoing.done
+ => | - incoming finished call - icon: incoming.done
The default icon mapping for all states can be changed by the corresponding attribute.
@@ -1214,7 +1215,6 @@ sub FB_CALLLIST_returnTableHeader($)
FB_CALLLIST
-
Das FB_CALLLIST Modul erstellt eine Anrufliste für eine konfigurierte FB_CALLMONITOR Definition.
Es speichert alle Anrufe und zeigt sie in einer historischen Tabelle an.
@@ -1231,17 +1231,20 @@ sub FB_CALLLIST_returnTableHeader($)
Falls keine Icons verwendet werden sollen (siehe Attribut show-icons), wird der Status wie folgt angezeigt:
-
- <= ((o)) | - Ausgehender Anruf (klingelt) |
- => ((o)) | - Eingehender Anruf (klingelt) | |
- <= [=] | - Ausgehender Anruf (laufendes Gespräch) |
- => [=] | - Eingehender Anruf (laufendes Gespräch) | |
- <= X | - Ausgehender, erfolgloser Anruf (Gegenseite nicht abgenommen) |
- => X | - Eingehender, erfolgloser Anruf (Verpasster Anruf) | |
- => O_O | - Eingehender Anruf, der durch einen Anrufbeantworter entgegen genommen wurde | |
- <= | - Ausgehender Anruf (beendet) |
- => | - Eingehender Anruf (beendet) |
-
+
+ <= ((o)) | - Ausgehender Anruf (klingelt)
+ => ((o)) | - Eingehender Anruf (klingelt)
+
+ <= [=] | - Ausgehender Anruf (laufendes Gespräch)
+ => [=] | - Eingehender Anruf (laufendes Gespräch)
+
+ <= X | - Ausgehender, erfolgloser Anruf (Gegenseite nicht abgenommen)
+ => X | - Eingehender, erfolgloser Anruf (Verpasster Anruf)
+
+ => O_O | - Eingehender Anruf, der durch einen Anrufbeantworter entgegen genommen wurde
+
+ <= | - Ausgehender Anruf (beendet)
+ => | - Eingehender Anruf (beendet)
| |