IVR dry-run / simulation mode (test without Twilio) #8
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#8
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?
The live dialer is the only way to test IVR navigation right now. Add a dry-run mode that replays a recorded IVR script locally so sequences can be validated without a real Twilio call.
Deliverables
--dry-runflag on the dialer: simulates call flow, prints each DTMF step + timing--recordflag to capture a real call's DTMF events for replayNotes
This is especially important while Twilio account is pending — lets us validate logic without burning call credits.