Is it possible to receive tool calls in
# general-english
b
Is it possible to receive tool calls in the websocket? For example when using the transfer_call_tool? I receive now an status update: 📥 VAPI Message: { type: 'status-update', status: 'forwarding', forwardingPhoneNumber: '1000', destination: { type: 'number', number: '1000', extension: '1000', message: 'I'm trying to transfer ', description: 'When asked to transfer to Hank', numberE164CheckEnabled: false, transferPlan: { mode: 'blind-transfer', message: '', sipVerb: 'refer' } }, But I'm not sure if this is the right event to listen for to execute a SIP Refer.
k
Vapi does not send transferCall tool events over WebSocket; instead, it sends a status-update like, forwarding to your configured Server URL, which you can use to trigger a SIP REFER for call transfer.
3 Views