Does Vapi have the capability to detect when a Dia...
# support
a
I see that vapi has function calling Capabilities to be able to click dialpad numbers but does it have Capabilities to know when a keypad number is pressed
v
@Alozie | AI Voice Developer VAPI provides the capability to enter digits on the keypad through the
dialKeypad
function. However, detecting when a keypad number is pressed by the user is typically a feature that would be part of the voice platform's inbound call handling capabilities. If VAPI supports event listeners or callbacks for inbound interactions, it could potentially notify your application when a keypad number is pressed by the user during a call. If you need specific information on how to implement or access this feature within VAPI, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
a
@User @User
So do you guys have inbuilt feature for this or any documentation on if implementing event Listeners is possible
When I think about it I'm sure it's possible using custom llms or server events and twilo just would be some extra work Well would fun to build out too I guess. Crazy how configurable vapi is
s
@Alozie | AI Voice Developer as of now we cannot detect keypresses on inbound calls instead you have to use twilio flex.
4 Views