mubashshir.ansari
07/31/2025, 6:59 AMtypescript
destination: {
type: "number",
message,
number,
numberE164CheckEnabled: true,
callerId,
transferPlan: {
mode: "warm-transfer-experimental",
voicemailDetectionType: "transcript",
fallbackPlan: {
message: `It seems ${fullName || "team member"} is currently busy or on another call. Can I take a message?`,
endCallEnabled: false,
},
summaryPlan: { ... }
}
}
Issue:
In about 2 out of every 10 calls, when the fallback message is triggered:
The fallback message plays successfully the first time.
The assistant then continues the conversation with the caller as expected.
But after a few seconds, the fallback message plays a second time, unexpectedly and interrupts the flow and the second playback gets cut off mid-sentence or the call hangs up abruptly.
Expected Behavior:
The fallback message should play once.
After that, the assistant should remain in control and not repeat the fallback message or hang up unless explicitly instructed.
@Shubham Bajaj @Kings_big💫mubashshir.ansari
07/31/2025, 12:41 PMmubashshir.ansari
08/01/2025, 7:01 AMKings_big💫
08/01/2025, 8:56 AMmubashshir.ansari
08/01/2025, 9:17 AMmubashshir.ansari
08/01/2025, 9:17 AMmubashshir.ansari
08/01/2025, 10:31 AMKings_big💫
08/01/2025, 6:23 PMmubashshir.ansari
08/01/2025, 6:36 PMmubashshir.ansari
08/04/2025, 4:26 AMKings_big💫
08/04/2025, 12:29 PMmubashshir.ansari
08/04/2025, 1:03 PMKings_big💫
08/04/2025, 1:16 PM