You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/calls/voicemail-detection.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,10 +62,10 @@ For each detection method, you can fine-tune the following parameters:
62
62
63
63
| Parameter | Description |
64
64
| :-------- | :---------- |
65
-
|**Initial Detection Delay**| How long to wait (in seconds) before starting voicemail detection |
66
-
|**Detection Retry Interval**| How frequently to check for voicemail (in seconds) |
67
-
|**Max Detection Retries**| Maximum number of detection attempts before stopping |
68
-
|**Max Voicemail Message Wait**| Maximum time to wait before leaving a message (even without beep detection) |
65
+
|**<ahref="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.startAtSeconds"target="_blank">Initial Detection Delay</a>**| How long to wait (in seconds) before starting voicemail detection |
66
+
|**<ahref="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.frequencySeconds"target="_blank">Detection Retry Interval</a>**| How frequently to check for voicemail (in seconds) |
67
+
|**<ahref="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.backoffPlan.maxRetries"target="_blank">Max Detection Retries</a>**| Maximum number of detection attempts before stopping |
68
+
|**<ahref="https://docs.vapi.ai/api-reference/assistants/create#request.body.voicemailDetection.vapi.beepMaxAwaitSeconds"target="_blank">Max Voicemail Message Wait</a>**| Maximum time to wait before leaving a message (even without beep detection) |
1.**Access to New Azure OpenAI Models**: You can now use new GPT 4.1 models in Azure OpenAI such as `gpt-4.1-2025-04-14`, `gpt-4.1-mini-2025-04-14`, and `gpt-4.1-nano-2025-04-14`.
3
+
4
+
<Warning>The above models will be available to configure through the console at a later date. For now, configure your assistant to use these models through [the API](https://docs.vapi.ai/api-reference/assistants/update).</Warning>
# Strip Asterisks from Transcribed Text with `stripAsterisk` Formatter
2
+
3
+
1.**New `stripAsterisk` Formatter in [FormatPlan](https://api.vapi.ai/api#:~:text=FormatPlan)**: You can now remove asterisks from transcribed text by adding it to your `Assistant.voice[VOICE_PROVIDER].chunkPlan.formatPlan.formattersEnabled` configuration.
4
+
5
+
<Info>
6
+
Ensure `Assistant.voice[VOICE_PROVIDER].chunkPlan.formatPlan.enabled` is set to `true` to use the `stripAsterisk` formatter.
0 commit comments