An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
Thank you for reaching us regarding the issue.
Azure Communication Services (ACS) uses Event Grid to deliver Microsoft.Communication.IncomingCall events when a PSTN call is made to a phone number owned by your ACS resource. If callers hear a busy tone and your Event Grid subscription shows 0 event deliveries, the issue is typically related to the inbound call event delivery path, webhook validation, or Event Grid configuration rather than the available inbound calling minutes.
recommendations:
- Verify the Event Grid subscription status
- Confirm that the Event Grid subscription is in a Succeeded state.
- Ensure the webhook endpoint successfully completed Event Grid subscription validation. Event Grid requires endpoint ownership verification before events can be delivered.
- Review Event Grid diagnostics
- Enable diagnostics on the Event Grid system topic associated with your ACS resource.
- Review the AegDeliveryFailureLogs table for any delivery or validation failures related to
IncomingCallevents. Microsoft specifically recommends using these logs when troubleshooting event delivery issues.
- Validate the Azure Function endpoint
- Confirm the endpoint is publicly accessible over HTTPS.
- Verify that the configured route matches the Function App route and that the application is responding successfully to Event Grid requests.
- Review phone number configuration
- Verify that the phone number is configured with the appropriate telephony capabilities for your calling scenario.
- Microsoft documents that ACS phone numbers support configurable calling capabilities depending on number type and region.
- Check Event Grid filtering
- If advanced filters are configured on the Event Grid subscription, verify that they are not preventing
Microsoft.Communication.IncomingCallevents from reaching the webhook endpoint. Reviewing Event Grid filtering when configuring inbound call routing.
Reference:
https://learn.microsoft.com/en-us/azure/communication-services/concepts/call-automation/incoming-call-notification
https://learn.microsoft.com/en-us/azure/event-grid/communication-services-voice-video-events
https://learn.microsoft.com/en-us/azure/communication-services/concepts/telephony/plan-solution
https://learn.microsoft.com/en-us/azure/communication-services/concepts/telephony/trial-phone-numbers-faq
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.