Add changelog for 2025-04-27 #362
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New Assistant Hook for Call Ending Events: You can now define actions to execute when a call is ending using
Assistant.hooks\["AssistantHookCallEnding"\]
. This allows you to specify actions like transferring the call, saying a message, or invoking a function at the end of a call.Enhanced Voicemail Detection Configuration: Configure voicemail detection more precisely with new
Assistant.voicemailDetection.backoffPlan
andAssistant.voicemailDetection.beepMaxAwaitSeconds
properties. This lets you control retry strategies and set maximum wait times for voicemail beeps.Twilio Authentication Using API Keys: Authenticate with Twilio using
apiKey
andapiSecret
when importing a Twilio Phone Number This replaces the need forauthToken
.Support for New Voicemail Detection Provider and Model: Utilize the new
vapi
provider for voicemail detection by configuringAssistant.voicemailDetection.provider
. Additionally, thegemini-2.5-flash-preview-04-17
model is now supported in various schemas for advanced capabilities.Expanded Workflow Nodes: Workflows now support
Start
andAssistant
nodes, enabling more complex and customizable call flow designs. This allows for greater flexibility in defining how calls are handled.