Azure Communication Service / Call Queue

adscreen 0 Reputation points
2024-06-12T21:25:20.01+00:00

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 regards

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
796 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 20,241 Reputation points
    2024-06-14T07:25:00.1+00:00

    @adscreen Thanks for asking question.

    The error code 403 with subCode 10391

    indicates that the user is not authorized to perform the operation. This error can occur if the user does not have the required permissions to access the call queue.

    To resolve this issue, you can check the following:

    Ensure that the user has the required permissions to access the call queue. You can check the permissions by going to the Azure portal and navigating to the call queue resource. Then, click on the "Access control (IAM)" tab and verify that the user has the required role assigned.

    Check if the Communication Services token used to establish the call is valid and not expired. You can generate a new token and try again.

    Ensure that the number you're calling (or call you're joining) exists.

    See- Troubleshooting in Azure Communication Services

    Please let us know if issue remains, happy to assist further.

    0 comments No comments