NicolasBcortes
02/21/2025, 5:56 PM"machineDetectionTimeout": 4
,
To obligatorily hang up the calls that go to voicemail or are not answered because the system does not detect them, it takes them as a call and charges them
I even have the tools
"model": {
"tools": [{ type: "voicemail" }]
}
I have a tool to hang up the call
I have the `"voicemailDetection`" configuration with its respective validations
I have the following problems that I want to solve
Hang up unanswered calls or those that go to voicemail so that vapi does not take it as a real call and ends up charging for the call.
To solve that I have the validation` {"machineDetectionTimeout": 4`} for which I have the following problem
The call hangs up very quickly so some clients do not have time to speak, some even speak and the AI manages to answer but it hangs up.
Call Los ids:
> call rejects or voicemail:
> 5ea133cf-1ee2-48cf-b05e-bc3c0b1e081d
> 5ea133cf-1ee2-48cf-b05e-bc3c0b1e081d
> 35e3ccb3-c5d4-456f-90f1-e990fb81a4bf
> Call cut off:
> 40564fea-077c-4cb9-89d5-8274e90dd2e6
> 4b453cf3-0e31-4ad2-9098-527c0e0c4474
> 4d2ecb8f-8b5d-4037-9c1a-0c681cf4d4a7
Kyle
02/22/2025, 2:16 PMNicolasBcortes
02/24/2025, 6:07 PMKyle
02/27/2025, 6:00 PMNicolasBcortes
02/28/2025, 12:40 AMShubham Bajaj
03/03/2025, 4:57 AMNicolasBcortes
03/03/2025, 8:21 PMNicolasBcortes
03/03/2025, 8:21 PMNicolasBcortes
03/03/2025, 8:50 PMmachineDetectionTimeout:4
:
Call Ids:
> f3be74b7-b08e-4a76-9d88-1d89e15210ea
> 22a42414-cd0d-49d0-8a7f-b18206d47a7d
> 596b4b07-633d-4e57-b492-1f2074108f25
With machineDetectionTimeout:30
:
Call Ids:
> 06d559ab-0d53-48dd-bc4c-868626a6dd14
> a749a32a-6d58-4c1d-a60b-b9f5bb4f2756
> 47ed053c-f825-4ff5-9e5f-f7fb6d7b1f91
With machineDetectionTimeout:5
:
Call Ids:
> d80891bd-4746-4da8-a598-bbda5d4dfb2f
> 8d937299-712a-4edb-8142-10fabe977c34
> 135a8ccb-c331-45d9-b38e-5cd01aa274bc
@Shubham Bajaj
@UserShubham Bajaj
03/06/2025, 10:39 PMShubham Bajaj
03/06/2025, 10:42 PMNicolasBcortes
03/07/2025, 9:09 PMShubham Bajaj
03/11/2025, 10:16 AMNicolasBcortes
03/12/2025, 1:58 PM