diff --git a/fhem/contrib/DoorPi/70_DoorPi.pm b/fhem/contrib/DoorPi/70_DoorPi.pm
index 39fcf6fa5..a5920c800 100644
--- a/fhem/contrib/DoorPi/70_DoorPi.pm
+++ b/fhem/contrib/DoorPi/70_DoorPi.pm
@@ -940,6 +940,18 @@ sub DoorPi_makeTable($$$$){
DoorPi name for dashlight action (default: dashlight)
readingFnAttributes
+ Necessary parts of the DoorPi configuration
+ The following Events need to be defined for DoorPi:
+
+ - [EVENT_BeforeSipPhoneMakeCall]
+ 10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call start
+ - [EVENT_OnCallStateDisconnect]
+ 10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call end
+ - [EVENT_OnCallStateDismissed]
+ 10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call dismissed
+ - [EVENT_OnCallStateReject]
+ 10 = url_call:<URL of FHEM>/fhem?XHR=1&cmd.<Device name for DoorPi>=set <Device name for DoorPi> call rejected
+
=end html
=cut