Added Voice Functionality

[KolmisoftMore] implemented getActiveCalls function
[menu.php] added menu point for active voice calls
[config.sample.php] added KOLMISOFT configuration constants
[VoiceCallActive] implemented active voice calls view
[VoiceCallHistoryController] fixed importCallsFromToday Time
[tt-table] fixed pagination displays
This commit is contained in:
Luca Haid
2024-04-11 10:00:27 +02:00
parent 659ded5ddd
commit f39978e7a9
10 changed files with 205 additions and 22 deletions

View File

@@ -690,4 +690,8 @@ define("TT_MBI_API_KEY", "");
//Raspberry Display Configuration
define("XINON_RASPBERRY_DISPLAY_SSH_USER", "");
define("XINON_RASPBERRY_DISPLAY_SSH_PASS", "");
define("XINON_RASPBERRY_DISPLAY_SSH_PASS", "");
define("TT_KOLMISOFT_API_URL", "vportal.xxx.xx");
define("TT_KOLMISOFT_API_KEY", "");
define("TT_KOLMISOFT_API_USERNAME", "");