An Azure communication platform for deploying applications across devices and platforms.
Hi @Luna Zhang
Thank you for reaching us regarding the issue is not caused by Dynamics 365 Voice configuration and instead indicates that the inbound call is not reaching Azure Communication Services (ACS).
Azure Communication Services integrates with Dynamics 365 Voice using Azure Event Grid, where inbound calls generate the Microsoft.Communication.IncomingCall event. This event is required for applications (such as Dynamics 365 Voice) to receive and process incoming calls.
- A PSTN call made to a phone number owned by an ACS resource must trigger an IncomingCall event
- Event Grid then delivers this event to the configured webhook endpoint
- Dynamics 365 Voice routes the call to the workstream based on this event
Event Grid showing no IncomingCall events indicates the PSTN call is not reaching your Azure Communication Services resource, ruling out a Microsoft Dynamics 365 configuration issue since Dynamics depends on that event. The “Server not responding” error also points to a possible ACS backend or service issue, consistent with calls not being delivered and no events generated.
Recommended Steps:
Validate the phone number via CLI or portal
- Check whether the phone number is visible and associated with your ACS resource
az communication phonenumber list --connection-string "<yourConnectionString>"
Use the “Number lookup” feature in Azure portal
- Confirm the number is recognized and has full voice capabilities
Check Azure Service Health
- Verify whether there are any active incidents affecting Azure Communication Services.
Reference:
https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/telephony/get-phone-number?tabs=windows&pivots=platform-azcli
https://learn.microsoft.com/en-us/dynamics365/customer-service/administer/voice-channel-acs-resource
Kindly let us know if the above helps or you need further assistance on this issue.
Please "accept" if the information helped you. This will help us and others in the community as well.