Add button disabled in Email Communication Services MailFrom addresses
I am using Azure Email Communication Service. I have setup a custom domain, and it is fully verified (SPF, DKIK, etc.). Sending email works. However, by default it has the MailFrom set to DoNotReply@mydomain.com. I want to add my own MailFrom, e.g.,…
ACS user tracking - not working without URL encoding
We turned on user tracking and it worked fine with the link within an anchor tag but since our URL contains like & and etc, it does not work until we encode the & sign. Is it a requirement to encode it? since all the URLs we have are dynamic…
Sms Phone number verification
For Azure communication services, after acquired a new phone number for Sms and completing/submitting a regulatory docs, does anyone know how long does the verification process take? Thank you
Real-time Transcription in ACS Group video calls
have been working on implementing the Azure Communication Services (ACS) real-time transcription feature and followed the steps outlined in the:…
Is calling a Call Queue from an ACS app supported?
Our ACS app can start a videocall a Teams user, but when starting the same call to a Teams Call Queue we get a SIP 480 disconnect. (Calling the Call Queue from within Teams works fine) According to the Dec24 Feature Updates this feature should be GA. Any…
Azure Communication Services REST API - Error Denied by resource provider
I am getting the below error when trying to call the {{endpoint}}/calling/callConnections rest api in postman. I pretty sure my user key is correct. { "error": { "code": "7510", "message":…
How to enable the add bouton on this screen , to add multiple MailFrom addresses ?
I need to add multiple emails in mailForm addresses
Azure Communication Services callback issue
Hi Team, We are trying to integrate Azure Communication Services (ACS) within one of our applications. We have deployed a node app on our AKS cluster and this node app uses the ACS SDKs to use ACS to make a phone call. We are able to make the phone call…
Setting Up 1:1 Call with Real-Time Transcription Using Call Automation SDK
Hi, I am currently working on a project where I need to set up a 1:1 call between two individuals using the Azure Communication Services Call Automation SDK. My goal is to enable real-time transcription during the call. I have followed the basic setup…
Azure Communication Service (ACS) Identity participant not auto admitted while Joining Teams Meeting
I am using Azure Communication Service (ACS) to allow participants to join a Microsoft Teams meeting. The Teams meeting is created programmatically using the Microsoft Graph API with an M365 active account. When a user connects via ACS, they use a…
I use Azure Communication Services to build meeting, I would like to ask how can I get the audio data from participants in the meeting to use it to translate (integrate with Azure AI services). Can we able to do it?
I use Azure Communication Services to build meeting, I would like to ask how can I get the audio data from participants in the meeting to use it to translate (integrate with Azure AI services). Can we able to do it? It would be great if you can support…
Configure a smtp with ACS and Entra for a DotNet C# application
I'm using Azure Communication Service as an SMTP and e-mailing provider. According to the doc, I have set up a Service Principal as a user (with Microsoft Entra) I'm trying to send an e-mail with a .Net C# app. But I keep getting a "5.7.57 Client…
Getting CallEndReason not in documentation using CallingQuickStart WinUI App
Hi I have downloaded and built the quickstart windows app CallingWinUI (https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main) for calling with azure communication services. I am making a call and it gets disconnected with…
How to set a time limit for speech recognition in ACS?
I want to set a limit to the time a caller has to describe their problem after StartRecognizing has started. I tried to implement this using CancellationToken, but it didn't work, and CancelAllMediaOperations doesn't seem to be effective either. Here is…
How to display Rich Text Editor in Azure Communication Service
Hello. I am trying to add Rich Text Editor feature in my chat (in react) using the Azure Communication Service. The project build successfully but when we deploy the files locally on IIS or Kubernetes cluster on Azure, the format button in send textbox…
Unable to send email from particular sender address
Hi Team, I hope this message finds you well. We are currently facing an issue with verifying our custom domain in Azure Communication Service. Specifically, we are unable to add the required TXT record in our domain registrar, as the option to do so is…
Integrate Azure Ai service with communication service
I'm not sure whether the communication service and Azure AI services is connected or not . Document that i followed for this issue …
How to set up a PTR Record for an already bound Email Communication Domain
Firstly, I searched for some entries regarding my problem but there are only solutions using the Azure DNS Service which does not work here - I already tested this. An already configured and used Email Communication service is using a Domain (in…
Not Receiving Callback after Create Call REST API Request
Hi, Steps to reproduce: Send Create Call REST API Request to {endpoint}/calling/callConnections?api-version=2023-03-06 from Logic Apps: { "callbackUri": "<LOGIC APPS REQUEST ENDPOINT URL WITH SAS>", …