Replace /tmp state file IPC with SQLite session store #9
Labels
No labels
backlog
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/osprey#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the webhook server and dialer communicate via
/tmp/osprey_call_state.txt. This is fragile (lost on reboot, no history, race conditions), and breaks once Osprey is Dockerized (separate containers).Deliverables
sessionstable:call_sid,status,agency,started_at,bridged_at,ended_at,transcriptNotes
dbmodule once integrated