Hi ! Have a quick question about inbound, couldn't resolve it with the docs : how to reject an inbound call ?
- When I receive a call on a phone number (not directly related to an assistant in vapi), my server can either return an assistant or an error message (see the docs
https://docs.vapi.ai/server-url/events).
- However I'd like to reject some calls without providing an error message. Is there some way to do this ?
I tried to return an empty error message but there still was a message like "no error message"