feat: Buffer offline call_end events and relay them upon MQTT reconnection

This commit is contained in:
Logan Cusano
2026-07-13 00:16:24 -04:00
parent 857325af85
commit cc9af6ff26
3 changed files with 25 additions and 1 deletions
+3
View File
@@ -32,6 +32,9 @@ class Settings(BaseSettings):
config_path: str = "/configs"
recordings_path: str = "/recordings"
# Offline call buffer — how many call_end events to keep while disconnected
offline_call_buffer_size: int = 35
class Config:
env_file = ".env"