Voice mail spoken in by a Teams user using @azure/communication-calling is not recorded

Trommel, Kees 5 Reputation points
2026-02-27T15:34:22.1433333+00:00

A voice mail that is spoken in by a Teams user that is logged in to the Azure Communication server using the @azure/communication-calling javascript SDK is not recorded (at least the callee does not received it). The same applies for Teams users that call an user that is logged in using @azure/communication-calling.

This behavior is very annoying because it gives the impression that a voice mail is left while that is not the case.

Is this caused by:

  • A bug
  • Wrong configuration
  • Wrong usage of @azure/communication-calling SDK
Azure Communication Services

1 answer

Sort by: Most helpful
  1. AI answer

    2026-02-27T15:34:32.5866667+00:00

    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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.