We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add demo setup documentation and update references for consistency
Update demo documentation to standardize references to the "Full Demo" workflow
Update demo documentation to replace references from `99-full-demo.json` to `99. Full Demo` for consistency
Refactor demo documentation for consistency and clarity by removing redundant headers and updating example formatting
Add detailed demo documentation and restructure existing files for clarity
Add routing, queue, recording, AI tools, and callback functionality - Introduced callback capabilities in the queue to allow for customer callbacks. - Updated dispatch logic to handle both live callers and callback scenarios. - Enhanced queue entry with `callback_on` and `play_callback` features. - Ensured that dispatch can reconnect customers if the live caller is no longer present. - Documented testing steps and expected results for the new functionality.