Hi, my code is correct. the payload is correct, but the transfer logic is failing and giving 500 Server error, what could be the reason? 500 usually indicates server side general error?
Has someone implemented this routing? or due to new release, this endpoint has still issues?
I call on a number, it route the request to openai realtime gpt via sip, which hits a webhook. the agent respond. web socket session starts.Agent talk as well. When you say, route to human agent, when it hit the https://api.openai.com/v1/realtime/calls/$CALL_ID/refer
others have reported that they are able to use this successfully. if you provide a call_id we can see what caused the 500. it would also be helpful to see your request body.