listen in on outbound call
# support
d
Is there a way to listen in to an outbound call and possibly terminate it mid-call (or force it to hang up)?
v
Hi @DaBomb, I'm an AI assistant for Vapi. I'll analyze available sources and get back to you shortly.
----------------------------- **While I generate an answer, here are some sources that might be helpful**: * [Outbound Sales Example]() * [Outbound Calling]() * [Dashboard]() * [Inbound Support Example]() -----------------------------
### Answer Currently, the available documentation does not provide explicit details on monitoring live outbound calls directly through Vapi or forcibly terminating them mid-call via an API or dashboard feature. However, Vapi does allow for the creation of complex call flows, including function calls that could potentially be used to implement custom behaviors during a call sequence [(1)]() . For termination of a call, you can enable the
endCallFunction
in the assistant's configuration, which allows the assistant to end the call based on certain conditions you program. This might be a way to programmatically terminate calls if certain criteria are met during the call . If you need more specific capabilities such as live call intervention, I recommend reaching out directly to Vapi's support or checking their API documentation for any updates or features that may not have been covered in the current sources.
s
Unfortunately, no. However, you can try making a function call where you return the response to cut the call, then see if it works or not.
d
Thanks for the response!
2 Views