Call recorder updates

This commit is contained in:
Logan
2026-04-19 15:24:53 -04:00
parent 6b38f191a8
commit 6878155230
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ async def on_call_end(data: dict):
else:
logger.error(f"Audio upload failed for call {data['call_id']}. Verify C2_URL and Node API Key.")
else:
logger.warning(f"No recording file generated for call {data['call_id']}. Is PulseAudio working?")
logger.warning(f"No recording file generated for call {data['call_id']} — call may have been too short or Icecast unreachable.")
await mqtt_manager.publish_metadata("call_end", data)
await mqtt_manager.publish_status("online")