An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
Hello reid kleman ,
Thank you for reaching out on the Microsoft Q&A.
At this time, Azure OpenAI does not provide a documented public SIP URI for Realtime deployments. The “SIP entry supported” note you saw in the What’s new page confirms the capability is on the roadmap, but Microsoft has not yet published guidance on how to obtain a SIP URI for an Azure resource. Current documentation only covers WebRTC and WebSocket entry points. Microsoft Learn
If you need SIP today, you have two options:
Use the OpenAI Realtime SIP Connector, which gives you a public SIP URI in the OpenAI console. OpenAI Platform
Or, if you want to stay fully on Azure, bring calls in via Azure Communication Services (ACS) (Direct Routing, PSTN, or numbers), and then forward the audio to Azure OpenAI Realtime over WebRTC or WebSocket. Azure Communication Services
In other words, today the supported Azure path is PSTN/SIP → ACS → Realtime (WebRTC/WS), not SIP directly into an Azure OpenAI resource. If Microsoft exposes direct SIP entry, it will appear in the Realtime guides or Azure AI Foundry portal.
I hope this helps!
If the information is useful, please accept the answer and upvote it to assist other community members.