I am experiencing an issue with the ACS service; it is unable to place a call.

Sai Chaitanya Nare 0 Reputation points
2024-01-16T13:04:10.52+00:00

Hello guys, I'm using the Azure Communication Service JavaScript SDK to make continuous Teams interoperability calls. I've noticed that the ACS app is returning error code 480, subcode 560480. Thanks in advance. Error :

azure:ACS-calling:info 2024-01-16T00:02:40.332Z CallClient63:CallStack:CSA[8b4d392b-60cf-4933-b934-9359afe8eb3f][Outgoing] [8d599fea][handleCallEnd][content={"code":480,"phrase":"TemporarilyUnavailable","subCode":560480,"reason":"clientError"}]

azure:ACS-calling:info 2024-01-16T00:02:40.333Z CallClient63:CallStack:CSA[8b4d392b-60cf-4933-b934-9359afe8eb3f][Idle] [8d599fea][onCallStatusChanged][statusCode={"code":480,"phrase":"TemporarilyUnavailable","subCode":560480}]
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,895 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,050 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,150 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 18,896 Reputation points
    2024-01-17T05:40:38.08+00:00

    Hi @Sai Chaitanya Nare
    Can you please share how you set up your JavaScript SDK? The error code 480 with subcode 560480 you’re encountering with Azure Communication Services (ACS) indicates that the service is TemporarilyUnavailable. Issues like this can sometimes be due to network conditions. Ensure that your network is stable and has sufficient bandwidth. Also, make sure that you have correctly initialized the SDK and have provided valid IDs where required. Lastly, If the callee is a Teams user who hasn’t logged in for a long time, this behavior is expected. If the callee is currently logged in to the Teams client, ask the callee to log out and log in again.

    Hope that helps.

    -Grace


Your answer

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