Skip to content

Conversation

@fern-api
Copy link
Contributor

@fern-api fern-api bot commented Nov 21, 2024

Summary

The maximum timeout for a request to the server has been increased from 60 seconds to 120 seconds. The maximum timing for waiting for a server response has also been increased from 20 seconds to 120 seconds. There are also changes to the mode field in the TransferCall object, and the addition of a new sipHeaders field.

Added

  • Added a new sipHeaders field to the TransferCall object.
  • Added a new FallbackPlan object for voice provider fallbacks.

Removed

  • Nothing was removed.

Changed

  • Increased the maximum timeout for a request to the server from 60 seconds to 120 seconds.
  • Increased the maximum timing for waiting for a server response from 20 seconds to 120 seconds.
  • Modified the mode field in the TransferCall object by adding a new option: blind-transfer-add-summary-to-sip-header.

Summary

Several new error codes have been added to the CallEndedReason enum, including various voice provider-related errors. There are also changes to the maximum length of the name field in the File object, and the addition of a new AssemblyAICredential object.

Added

  • Added new error codes to the CallEndedReason enum, including various voice provider-related errors.
  • Added a new AssemblyAICredential object.
  • Added new DTOs for creating and updating AssemblyAICredential objects.

Removed

  • Nothing was removed.

Changed

  • Changed the maximum length of the name field in the File object from 100 characters to a range of 1 to 40 characters.

fern-api bot added 3 commits November 17, 2024 00:02
This commit adds support for Langfuse credentials, including the required fields (`provider`, `publicKey`, `apiKey`, `apiUrl`) and the unique identifiers (`id` and `orgId`). It also introduces new voice IDs: `ash`, `ballad`, `coral`, `sage`, and `verse`, which are exclusive to the `gpt-4o-realtime-preview-2024-10-01` model.
@github-actions
Copy link
Contributor

…er mode and SIP header support

This commit introduces a new transfer mode, "blind-transfer-add-summary-to-sip-header", which adds a SIP header with a call summary during a blind transfer. It also adds a new "sipHeaders" object to allow custom headers during a transfer call. Additionally, a new Azure region, "uaenorth", has been added to the list of supported regions.
@github-actions
Copy link
Contributor

@nikhilro nikhilro merged commit edf0c5b into main Nov 22, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants