You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error typically occurs when the resource account does not have an active calling plan with PAYG enabled or sufficient Communications Credits. This is required for all Outbound calling scenarios in Teams Phone Extensibility. Follow these steps to resolve the issue:
65
+
These errors typically occur when the resource account does not have an active funding source for outbound calls. The funding source depends on the customer’s agreement type:
65
66
66
-
#### 1. Sign in to Microsoft 365 Admin Center
67
-
Log in with your **admin credentials**[https://admin.microsoft.com](https://admin.microsoft.com)
67
+
-**If the customer has an MCA agreement:**
68
+
- Ensure a **postpaid payment method** is in place.
69
+
- Ensure the tenant has a **Microsoft Teams Calling Plan (Pay-As-You-Go)** license.
70
+
- Ensure the **Pay-As-You-Go Calling Plan license is assigned to the resource account**.
71
+
72
+
-**If the customer has an older agreement:**
73
+
- Ensure the tenant has a **Communications Credits** license.
74
+
- Ensure the **Communications Credits balance is positive** (funds are loaded).
75
+
76
+
Outbound calling in Teams Phone Extensibility requires one of these funding sources to be correctly configured. If not set properly, you may see one of the below error subcodes:
This error indicates that outbound PSTN calls are being blocked by your Operator Connect carrier. This typically occurs when there are restrictions or issues with your carrier’s configuration or account status. This can be caused by:
117
+
- Carrier-imposed restrictions on outbound calling.
118
+
- Account suspension or insufficient balance with the carrier.
119
+
- Incorrect configuration of Operator Connect settings.
When your app places an OBO call, the client gets this error if you try to place a call with a phone number.
@@ -128,6 +154,7 @@ Calling OBO feature doesn't support calling from a phone number. In `onBehalfOfO
128
154
129
155
```
130
156
157
+
---
131
158
### Error 408 subcode 10057 `addParticipants` failed for participant `8:acs`
132
159
133
160
The issue appears when adding dual persona agent and getting an `AddParticipantFailed` event error with the following message:
@@ -142,6 +169,7 @@ The issue appears when adding dual persona agent and getting an `AddParticipantF
142
169
143
170
The most common cause is that you're minting a Custom Teams Endpoint (CTE) token and the client is registering with that token with an `8:orgid` MRI as opposed to a dual persona token. This problem is causing the client to not receive the calls since the MRI was `8:orgid` and the server adding a dual persona MRI with `8:acs`.
144
171
172
+
---
145
173
### Error 403 code `UserLicenseNotPresentForbidden` when agent logs in to client application
146
174
147
175
The issue appears when agent attempts to sign in to the agent application.
@@ -152,18 +180,22 @@ The issue appears when agent attempts to sign in to the agent application.
152
180
153
181
This issue appears if the agent doesn't have a Teams license assigned or is disabled in Teams. Add the appropriate license and validate if user isn't disabled for Teams access and has all the required [Prerequisites](../../../quickstarts/tpe/teams-phone-extensibility-access-teams-phone.md#prerequisites).
154
182
183
+
---
155
184
### Error 403 subcode 10105 Connecting Call end reason=NoPermission
156
185
157
186
The most common root cause of this error is a misconfiguration of the 3P Azure Bot. Follow the steps as defined in this [Teams Phone extensibility](../../../quickstarts/tpe/teams-phone-extensibility-quickstart.md#ccaas-developer-provision-the-appid-application-id), specifically enable the Teams channel.
158
187
188
+
---
159
189
### Error 400 Bad Requests when adding a Teams Channel in Azure Bot
160
190
161
191
This issue generally arises if the bot was created with a reserved Microsoft Entra App ID. Delete your bot and recreate it with your Microsoft Entra App ID created or used in [Create Bot](../../../quickstarts/tpe/teams-phone-extensibility-quickstart.md#ccaas-developer-create-the-bot).
162
192
193
+
---
163
194
### No Incoming Call notification in Call Automation application and a busy signal is heard instead of custom greeting when calling a Teams Service Number
164
195
165
196
This issue arises when the provisioning of the Resource Account is incomplete or incorrect. Check your [Provisioning Resource Account](../../../quickstarts/tpe/teams-phone-extensibility-quickstart.md#teams-admin-provision-resource-account) and change as needed.
166
197
198
+
---
167
199
### No Incoming Call notification in Call Automation application and no audio is heard and call disconnects when calling a Teams Service Number
168
200
169
201
This issue arises when the provisioning of the Resource Account is incomplete or incorrect or failure to grant consent. Check [Provisioning Resource Account](../../../quickstarts/tpe/teams-phone-extensibility-quickstart.md#teams-admin-provision-resource-account) and [Server Consent](../../../quickstarts/tpe/teams-phone-extensibility-access-teams-phone.md#provide-server-consent), making changes as needed.
0 commit comments