What is your goal?
I have a scenario that works well and sends out a Vapi call to a customer once they submit an interest form, then there is a 300 second sleep delay to wait for the call to end. However, if the call is longer than 5 minutes then the scenario continues while the call is still going, causing issues. I want to make it so that it doesn’t continue until the call ends. There was something I had seen before about using a Vapi watch for end call module or something like that but I’m not seeing one. I know there is a way to connect it to start a second scenario but I was hoping for an easier way. Maybe having a loop that keeps checking for the call end every 30 seconds and continuing when it detects it ends?
What is the problem & what have you tried?
The scenario doesn’t wait for the call to end.