Trigger Outbound Calls from Dashboard
: You can now initiate outbound calls directly from the dashboard, no API required! Plus, an outbound campaign system for mass users is coming soon.Language Switching Config
: Agents can now switch languages mid-call if the user requests it (e.g., "Can you speak Spanish?"). Set this option in the agent config with: {switch_language: {languages: ['en', 'es', ...]}}
.Custom LLM Streaming Phrase
: If you know a custom LLM response will take time, you can stream an initial phrase for the agent to say first with the option flush = true
, then process and stream the rest later. With flush = true
agent will generate phrase audio right away to keep the conversation smooth and responsive.ElevenLabs Improvements
: We've made further optimizations to ElevenLabs, ensuring even faster streaming for a better real-time experience.