Show pagesource Old revisions Backlinks Export to PDF Rename Page ODT export Add to book Book Creator Add this page to your book Book Creator Remove this page from your book Manage book (0 page(s)) Help Calling up the call list of a room Function call (URL)PermissionsPossible parameters /app_hotel_callsAdmin Sub-AdminID Unique ID of the hotel participant/room or checkinId Check-In Id wakeupCalls Example call: https://192.168.0.240/app_hotel_calls?id=7382 https://192.168.0.240/app_hotel_calls?checkinId=20965 https://192.168.0.240/app_hotel_calls?checkinId=4877&wakeupCalls Note: By specifying the Check-In Id, the call data can also be retrieved after the check-out. Please note the retention time of the call data in the system (call volume / number of activated call data records). In order to use this function, the Hotel User function must be activated Response typePossible content idUnique number of the call data list entry. Note: The IDs do not have to be consecutive, as they originate from the central call data acquisition and outgoing connections are also stored there extNameThe name can come from the central telephone book, from the online name search or from the network (display message from network operator) extRufNrPhone number of the caller, if known datumDate of the call startZeitTime of the call dauerDuration of the call in seconds dirDirection of the call 0 incoming 1 outgoing SuccessStatus of the wake-up call 0 unanswered / unsuccessful 1 accepted / successful Example response (Call list): [ { "id": 58447, "extName": "", "extRufNr": "0530692000", "datum": "04.04.17", "startZeit": "12:44:59", "dauer": "48", "msn": "970851", "dir": 0 }, { "id": 58448, "extName": "", "extRufNr": "0530692000", "datum": "02.04.17", "startZeit": "12:10:29", "dauer": "147", "msn": "970851", "dir": 1 } ] Example response (Wake-up calls): [ { "id": 1518, "datum": "10.07.18", "startZeit": "15:22:29", "dauer": "00:00:29", "success": 0 }, { "id": 1517, "datum": "10.07.18", "startZeit": "15:21:07", "dauer": "00:00:07", "success": 1 } ]