November 21, 2024
-
Voice Fallback Plan: You can now define a
fallbackPlan
in your assistant’s voice settings inassistant.voice.fallbackPlan
orcall.squad.members.assistant.voice.fallbackPlan
to specify alternative voices if your primary voice provider fails. -
AssemblyAI Credential Management: You can now specify your AssemblyAI API keys in the updated “Transcriber Providers” page. Create your API key in the AssemblyAI dashboard. AssemblyAI errors are now surfaced in the
endedReason
ofCall
,ServerMessageEndOfCallReport
, andServerMessageStatusUpdate
.
- Enhanced BYO SIP Trunk Configuration: When configuring BYO SIP trunk credentials, you can now specify a
techPrefix
for outbound SIP calls and enablesipDiversionHeader
for authenticating the calling number (if supported). Refer to theByoSipTrunkCredential
schema in the API reference to learn more.
-
File Name Length Constraints: The maximum file
name
length has been reduced from 100 to 40 characters. The required minimum length is still 1 character. -
Increased Server Timeout Limit: The maximum value of
server.timeoutSeconds
has increased from 60 to 120 seconds, allowing longer timeouts for server responses. -
Extended Delay for Tool Messages: The
timingMilliseconds
maximum inToolMessageDelayed
has increased from 20,000 to 120,000 milliseconds, enabling a longer delay for tool messages.