Skip to main content

JAICP updates in September 2025

Improved

  • Speech speed configuration for ElevenLabs.

Docs

  • Handle technical errors during call attempts.

Configuration for speech speed in ElevenLabs

Now you can set the speech speed for ElevenLabs TTS. You can also control the speed using the $dialer.setTtsConfig method.

Handle technical errors during call attempts

The bot might not always be able to reach the client. Sometimes this happens due to a technical error — for example, connection problems. The onCallNotConnectedTechnical event lets you handle technical errors.

Refer to the Unsuccessful call attempts article to learn how to enable this event and use it in your script.

tip

If the event is triggered, the $dialer.getCallNotConnectedReason method returns TECHNICAL_ERROR.