How do I end a call manually? This is
# general-english
x
How do I end a call manually? This is cooked
k
Help the call control features by sending a post request to the call controlurl with the appropriate payload..
x
The end call endpoint in the docs don't work..
k
Send your call ID
x
curl -X POST "https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/7420f27a-30fd-4f49-a995-5549ae7cc00d/control" \ -H "Content-Type: application/json" \ --data-raw '{ "type": "end-call" }'
Also, I have other questions. Should i make a new thread or do I ask here? -I enabled DTMF tones tool and added it to my voice agent but my voice agent isn't using them (do I need to write about it in the system prompt?) -50% of the time when I press publish in the dashboard when editing an agent, it doesn't save
-also I'm getting rate limit exceeded after awhile, even though it's mostly from incoming webhooks
k
Introduce a message queue to throttle incoming requests, ensuring they comply with rate limits..
x
but the rate limit seems to be coming from vapi, and also the messages are being sent from vapi. I don't think I'm sending enough messages to vapi to hit a limit. I'm operating a python server on localhost without any sort of rate limiting
k
I recommend giving it a moment before hitting publish to make sure the system captures all your edits
s
@xxxxx can you try again?
4 Views