Forum Widgets
Latest Discussions
token access's problem
Hi every one, i'm trying to link any results of my simulation's project to azure digital twin. i need a token access that i dont have in my student account. can i know how to renew my student account and the token access on entra ID?SergeLouijusteFeb 06, 2025Occasional Reader27Views0likes1CommentEvents for an agent not picking up the call
Hi, We have a requirement where the caller should be transferred to voicemail recording when the agent does not pick up the call. Currently, if the agent does not pick up the call, the caller reaches the agent's personal voicemail. Is it possible to interrupt that and redirect the call to ACS voicemail recording mechanism? The ACS framework send a "CallTransferAccepted" if the personal voicemail is reached. Are there any events which can be used to detect that agent did not pick the call. We tried the Job router, but it does not seem to detect that agent is not picking the call. Any suggestions? ThanksnthslalomJan 10, 2025Copper Contributor51Views1like1CommentIssue with Joining Microsoft Teams Meeting Directly from React Native App Using Azure Communication
I am currently working on integrating Azure Communication Services into a React Native app to enable direct joining of Microsoft Teams meetings. I have followed the official Azure repository for React Native: https://github.com/Azure-Samples/communication-services-ui-library-react-native Problem Description The issue I am encountering is that, after providing the access token and Microsoft Teams meeting link, the app does not behave as expected. Instead of directly joining the meeting, the user is redirected to an input fields screen, requiring additional interaction. My goal is for the app to join the Microsoft Teams meeting immediately after entering the access token and meeting link, without any intermediate screens. Issue When clicking "Join Call," instead of seamlessly joining the Microsoft Teams meeting, the app redirects to an input fields page. This step is unnecessary in my use case, as I want the app to join the Teams meeting directly. I am unsure whether this issue is due to an incorrect setup in the Azure Communication Services configuration or something related to the code implementation. Could someone please assist me in resolving an issue where my app redirects to an input fields page instead of joining a Microsoft Teams meeting directly? Thank you!codeRN021Sep 24, 2024Copper Contributor1.9KViews0likes1Comment- default-usersecurityAug 27, 2024Copper Contributor184Views0likes1Comment
Speech Recognition for Alphanumeric
Hi, I am using Azure Communication Service with Cognitive Service for handling voice call scenarios (STT and TTS). One of our customer use cases requires alpha-numeric input in a workflow. The Azure Speech recognizer performs well for numbers and other patterns. However, when the user spells out alphabets for alphanumeric values, the recognition success rate is very low. For example, the product ID pattern is like "P-43246". In most cases, "P" is recognized as "D", "B", or "3". I have tested this on both mobile phone networks and VoIP. The success rate is significantly lower on mobile networks. Is there any settings available to improve the recognition success rate? Azure Services used: ACS Phone Number Azure Cognitive Service Event Grid Subscriptions Thanks, AravindAravindManohar83Aug 02, 2024Copper Contributor371Views0likes0Commentshow to record both video and unmixed audio of a group call
Hi, I need to record a meeting's video as well as unmixed audio stream of the call, but it seems from the documentation, we can only either record a mixed audioVideo format, or an unmixed multi channel audio format, we can not do both at the same time, I tried to start recording on the same serverCallId 2 times with different format mentioned, that did not work, is there any way to achieve what I want?vish28Jul 15, 2024Copper Contributor194Views0likes0CommentsFailed to create remote connection for private endpoint
Hi Team, We have set up an application gateway in Azure and enabled the private link service within the Azure application gateway. However, after configuring the above setup, we have encountered an issue while trying to create a private endpoint from either another tenant or the same tenant. We consistently receive the following error: An error occurred. Failed to create remote connection for private endpoint /subscriptions/175b2/resourceGroups/test/providers/Microsoft.Network/privateEndpoints/tstt (Code: InternalServerError) This configuration was working correctly until about 20 days ago, but since then, we have been facing this error continuously. We have strictly followed the Azure documentation to create the application gateway and configure the private link within it: Configure Azure Application Gateway Private Link Any assistance or insights on resolving this issue would be greatly appreciated.AmanwandbJun 25, 2024Copper Contributor530Views0likes2CommentsAzure Communication Service / Call a Call Queue
Hello When I try to call a call queue in the same tenant from Azure Communication Services, a connection is established and then terminated shortly afterwards with this error code: {message: 'CallSetupError', code: 403, subCode: 10391, resultCategories: Array(1)} I could not find anything about this error code in the documentation. Can anyone help me here? I have also adjusted the tenant policy as described here: https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-call-queue Best regardsadscreenJun 13, 2024Copper Contributor360Views0likes1CommentTraditional Sockets communication in Azure
I have an in-Store server that is using traditional socket communications to an on-prem IBM IIB MQ service to request data from an Azure hosted eComm backend. IIB receives the request made through sockets, transforms the data and makes a RESTful call to our Azure backend. I am looking to migrate the IIB actions to Azure in favour of an Azure service, something like Azure Web PubSub. Any suggestions? Not sure if this drawn quite correctly, but hopefully you get the idea.NotSoFastEddieMay 06, 2024Brass Contributor366Views0likes2Comments