Hi everyone! please help.
call_631e600e9057d627b3e1368ba84: In this call we did a transfer and in the log below you’ll see that we send the ‘transfer_number’ not empty, so the call should have been transferred, but else, it keeps in call for more than 40s before the user hangs up.
2026-05-08 17:14:09.500 call_631e600e9057d627b3e1368ba84 info: Latency for response_id: 5 - e2e: 2432 asr: 164 llm: 1921 tts: 238
2026-05-08 17:14:09.613 call_631e600e9057d627b3e1368ba84 verbose: Current response Id: 5 Received Response: {
response_type: 'response',
response_id: 5,
content: '',
content_complete: true,
end_call: false,
transfer_number: '+12185274084',
digit_to_press: null
}
2026-05-08 17:14:09.886 call_631e600e9057d627b3e1368ba84 verbose: Sending updates (transcript trimmed to last 2 utterances): {
transcript: [
{ role: 'user', content: 'Please. ', words: [Array] },
{
role: 'agent',
content: 'Thanks ',
words: [Array],
metadata: [Object]
}
],
interaction_type: 'update_only'
}
Just as an example, in this other call it worked: call_820aaab2731fece1c9b2de0268c and we did the same but this has a log the other one does not have: 2026-05-08 17:34:35.002 call_820aaab2731fece1c9b2de0268c info: Calling tool: transfer_call. So we don’t understand what happened in the first call that did not worked.