An Azure communication platform for deploying applications across devices and platforms.
Azure Communication Services Calling SDK and Microsoft Teams Phone/Cloud Voicemail are separate systems. The Calling SDK establishes and manages voice/video calls for Azure Communication Services identities; it does not integrate with or trigger Microsoft Teams Cloud Voicemail.
From the available information:
- Cloud Voicemail is an Exchange-based service that stores voicemail as email messages in an Exchange mailbox and is designed for Teams and Skype for Business users.
- Cloud Voicemail does not support third-party email systems, and voicemail delivery is tightly coupled with Exchange mail flow, message classes, and headers.
- The Calling SDK is for building custom calling experiences with Azure Communication Services identities; it is not described as participating in the Teams Cloud Voicemail pipeline.
Given this, voicemail left by a Teams user to a callee that is only represented as an Azure Communication Services identity via @azure/communication-calling is not expected to be processed by Teams Cloud Voicemail or delivered as a voicemail message. The behavior described aligns with a limitation of the current platform integration rather than a misconfiguration or incorrect SDK usage.
To support voicemail for ACS-based users, a custom recording and storage flow must be implemented using Azure Communication Services capabilities (for example, Call Automation and recording) rather than relying on Teams Cloud Voicemail.
References: