I can't add a new MailFrom address after I create an email communication service, I don't know why.
The Add button is disabled, I can't add an additional email address with the domain "klikcklaar.com" except a default address created by azure. If you know the reason, please give me a reply. Thank you very much!
Azure Communication Services WebSocket Disconnection Issue
Azure Communication Services WebSocket Disconnection Issue Priority: High Service: Azure Communication Services Component: WebSocket Transcription Summary We're experiencing frequent WebSocket disconnections with status code 1006 (abnormal closure)…
How can I configure Azure Communication Services and Event Grid to reliably determine whether a receiver manually picks up a call, as I’m receiving events like CallConnected and CallParticipantAdded but missing critical events, which prevents me from dist
Problem Summary: I am using Azure Communication Services (ACS) to manage voice calls, specifically initiating calls to a few PSTN number (+17146792739, +17146792739,+19096811571)) via the Call Automation feature, and I’m integrating these events with…
How can an application using Azure Communication Service using the Play APIs determine which words have been spoken by TTS
Hi, We're using Azure Communication Service to receive calls from users. When a user calls in, we use the ACS Play API - https://learn.microsoft.com/en-ca/azure/communication-services/concepts/call-automation/play-action to for TTS. We need to accurately…
Email service successfully sending only some emails.
I have been using Azure Communication Services to send emails for a while now. Just this past week I have had intermittent non-deliveries. I am accessing the email service via python and the api, and each time I do, I get a successful response, but…
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.
Determine Why Subscription Not Eligible for Local Phone Number Request
I am trying to submit an application for a brand registration for local phone numbers that will be used for 2-way SMS messaging in Azure Communication Services, but I get the error message below when selecting Local as the phone number type. We were able…
Azure SMS Services for India region
Hi, I want to send SMS via azure sms services to Indian region numbers. Is the service available by Azure? Also, can I purchase a number for Indian region? Thanks.
Unable to send embedded images with Azure Communication Service SMTP
I'm unable to send an email with embedded images with ACS SMTP. The same code works for other non-ACS SMTP servers. I'm creating an alternate view and a linked resource with matching ContentID. public void SendEmail() { MailMessage mail = new…
Is there a way to add custom logo and timestamp to azure communication service while recording video
We are using the azure communication service and recording the video. We wanted to implement the time stamp and our logo in the video recorded by azure communication service. Is there any way to achieve it ?
How to gracefully fail an automatic token refresh
Hi all, I'm using the CallClient from @azure/communication-calling to pick up on and add functionality to incoming Teams calls for users. When creating the teams CallClient, a 'tokenRefresher' can be assigned which periodically calls the method you…
How to connect? Azure Service Connection Authentication in Azure DevOps– Stuck on Blank Callback Page
I am trying to create a Service Connection in Azure DevOps using Docker Registry and Azure Resource Manager. After selecting my subscription and completing the 2FA authentication, I get redirected to a link ending with ***/completecallbackbyauthcode, but…
Azure Communication Services: Microsoft Entra ID group role assignments are not applying to traditional users within the group.
Hello, we have created a custom role with ACS permissions below. permissions": [{ "actions": [ "Microsoft.Communication/CommunicationServices/Read", "Microsoft.Communication/EmailServices/read", …
Not eligible for Public Switched Telephony Network (PSTN) and SMS products.
"Currently we get the error "Your current subscription is not eligible for Public Switched Telephony Network (PSTN) and SMS products." Knowing that: Location: Global Data location: United States We have checked, the region seems…
Azure Communication Email Connector
Hi MS, I am using Azure Logic App to send the email from Azure Data Factory pipelines. Inside Azure Logic App, I use Azure Communication Email Connector to send the email because Office 365 Send Email component is not available for us because off…
My azure communications phone number says Verification in process
I added a phone number to my account, and it has been in verification in process for over a month. how long will it take to verify it and how do I get it activated?
Will my Alphanumeric Sender ID expire?
Hi, I've successfully registered an Alphanumeric Sender ID for the purposes of sending OTPs via SMS. I'm struggling to find any information regarding expiration/renewal of the Sender ID. Will my Alphanumeric Sender ID remain valid without a predefined…
How to add custom MailFrom Addresses to Azure Communication Service Email
Hello, We are looking to start using Azure Communication services, but our business needs requires us to set custom MailFrom addresses for several of our domains. I followed the learn article to add them but the "+ add" button is greyed out? Am…
Username length issue with SMTP in Azure Communication Services
Hi, I'm testing "Email SMTP as a Service" that is in preview within "Azure Communication Services". I was so excited to hear about it because we've just done an Exchange migration to O365, and this feature will help mop up the…