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.