EmailDroppedAllRecipientsSuppressed
We are encountering an issue while attempting to send emails to one of our users. The error message received is: EmailDroppedAllRecipientsSuppressed. The email was not created when we first tried to send the email, but now that the email has created, but…
Azure Communication Services
Habilitación de SMS en Azure Communication Services
habilitar la capacidad de envío de SMS en Azure Communication Services. Actualmente, mi suscripción muestra que no es apta para los productos de RTC y SMS. Solicito la activación de estos servicios para poder usar SMS en mi aplicación.
Azure Communication Services
Expediate Verification - SMS Service
how can i create a service ticket to talk with a member of the Microsoft team so i can expediate my verification process to send a text message through azure? it's completely internal to my team. i was hoping to talk to someone today in order to get…
Azure Communication Services
Why is this push notification payload not valid for ACS iOS library
Based on this link: https://github.com/Azure-Samples/azure-communication-services-calling-event-grid/blob/main/add-calling-push-notifications-event-grid/ACSCallingNativeRegistrarLite/Models/PushNotificationInfo.cs I am sending a payload that is a…
Azure Communication Services
Azure Event Grid

Using SMTP Email Address in Outlook?
I've been able to successfully add a SMTP username in Azure by setting up an Entra application, domain etc. I have the username added. Now I don't understand how to login to this account with Outlook. I've never set a password for this SMTP username so…
Azure Communication Services
answer call and play hold music
We are using Call Automation and Job Router together to manage our call jobs. When we get Microsoft.Communication.IncomingCall event from azure event grid webhook, we do following Answer the call const { callConnection } = await…
Azure Communication Services
Azure Communication Services Email Failure: "Unrouteable sender address"
Hello, We are using multiple Azure Communication Services (ACS) instances across our Azure subscriptions for sending emails. However, we are observing inconsistent behavior: Some ACS instances are working fine and sending emails successfully. Others…
Azure Communication Services
Transcriptions using Azure Communication Services: how to transcribe a speech produced by play_media?
Hi everyone. Im trying to implement an AI-based assistant that basically has to take a conversation with a real person. I would like the system to be able to deal interruptions, i.e if the assistant is speaking and the person suddenly starts a speech,…
Azure Communication Services
Send an SMS message Try sending SMS messages using a purchased number from dfps-comm-service-dev SMS Communication Service
Description: We are currently experiencing issues with SMS messages not being delivered when sent via Azure Communication Services (ACS) using a purchased number. We attempted to send a test message via the Try SMS interface in the Azure Portal and…
Azure Communication Services
SPF fails to verify
Azure Email Communication Service - Provision domains, SPF fails to verify. Domain, DKIM, and DKIM2 successfully verified. "nslookup -q=TXT returns "v=spf1 include:spf.protection.outlook.com -all"
Azure Communication Services
I want to send OTPs to email and phone programatically
Hi, I want to send OTPs to emails and phone numbers programatically. Based on my research the Azure Communication Services is supposed to handle that buy I can't buy a phone number, I checked the docs and I don't see any issues. My address is in the…
Azure Communication Services
ACS - Issue with call connection using INTRA identity
Hello, I'm working on a POC using ACS. If i use the connection string of my acs resource i can make an external call, receive the callback events etc... Part of the POC is to transfer the call to Teams user. According to my research, in this scenario…
Azure Communication Services
How to add a MailFrom account in Email Communication Services?
A new Email Communication Service has been created with a domain, but the "Add" button on the MailFrom page is grayed out. How can email accounts be added for the domain? There is one in there by default which is the no-reply @ ****.com I want…
Azure Communication Services
Can we send SMS from one country to all over the world?
Hello, We are using ACS and wanted to implement SMS service. As per the https://learn.microsoft.com/en-us/azure/communication-services/concepts/sms/concepts, send SMS service is enabled only in selected countries. My question is, as per the above…
Azure Communication Services
Can ACS Bots Join Microsoft Teams Meetings and Trigger Webhooks for Real-Time Audio Streaming?
I've spent over 15 hours trying to get an Azure Communication Services (ACS) bot to both join a Microsoft Teams meeting and trigger the media streaming webhook to access real-time audio for transcription. Here’s what I’ve tried: Following this GitHub…
Azure Communication Services
Support Request for Using Existing Direct Routing Number from Microsoft Teams in Azure Communication Services (Greece)
Hello Azure Support Team, I am based in Greece and currently have a Direct Routing setup for Microsoft Teams, where I use an SBC (Session Border Controller) and a phone number assigned to my Teams user. I have a few questions regarding Azure…
Azure Communication Services
Is There a Way to Get Real-Time Participant Events from Azure Communication Services (ACS) Rooms?
We are migrating our video infrastructure from Twilio Video Rooms to Azure Communication Services (ACS) Rooms. Our main requirement is to capture real-time user events, specifically: participant-joined participant-left We do not want to rely on…
Azure Communication Services
ACS Automation slow to respond
Hi There, My team is looking to use the ACS for some calling scenarios to the PSTN using the Automation API with webhooks for events. We have noticed that there are some (2-3 second) delays between requests from the automation API and their…
Azure Communication Services
IN my MS Azure sponsorship subscription, why can't I use Alphanumeric phone id in Azure communication service?
Hi, I have a Microsoft Azure sponsorship subscription. I am trying to use Azure communication service for sending one way SMS using Alphanumeric id. But "Enable Alphanumeric Sender ID" button /option is disabled. I am in Australia and the MS…
Azure Communication Services
CallAgent SDK Not Returning Agent Phone Number in E.164 Format
We are currently using Azure Communication Services (ACS) to make and receive calls via the CallAgent and CallClient SDKs. When attempting to retrieve the agent's phone number using: CallAgent.TeamsCallAgentImpl.getUserProperties().phoneNumber, we…