calling
1410 TopicsSince Aug 22nd we can't save any Side Panel tabs
Hello! Yesterday (Aug 22nd 2025) we got an update in our Teams Links that we normally share to start meetings. They were modified from this format: https://teams.microsoft.com/l/meetup-join/19%3ameeting_XXXXXXXXXXXXXXX%40thread.v2/0?context=%7b%22Tid%22%3a%22xxxxxxxxxxxx%22%2c%22Oid%22%3a%22xxxxxxxxxxxxxx%22%7d to https://teams.microsoft.com/meet/00000000000?p=XXXXXXXXX Sensitive values and ids have been redacted above and inside all the snippets in this post. This looks like a planned rollout, as specified here: https://mc.merill.net/message/MC772556 After this change, none of our apps are able to save a side panel into any of the meetings with the new link format. We had a couple of older, still available meetings whose link had the previous format, and we are able to save the side panel there, but no matter what we tried, nothing allowed us to solve this situation on our end. My final resort is this post in hopes of a solution to what we see. Each save operation yields a 500 on this call https://teams.microsoft.com/api/chatsvc/amer/v1/threads/19%3Ameeting_XXXXXXXXXXXXXXXXXX%40thread.v2/properties?name=tab%3A%3Axxxxxxxxxxxxxxxx { "errorCode": 500, "message": "{\"subCode\":\"TabOperationFailed\",\"details\":\"Initiator 8:orgid:xxxxxxxxxxxxxx failed perform tab operation\",\"errorCode\":1500,\"errorSubCode\":null}", "standardizedError": { "errorCode": 1500, "errorSubCode": 1, "errorDescription": "TabOperationFailed-Initiator 8:orgid:xxxxxxxxxxxxxx failed perform tab operation" } } I ended up trying to manually install it with graph api calls, which didn't work either and gave me a 502 curl -s -X POST "https://graph.microsoft.com/v1.0/chats/$CHAT_ID/tabs" \ -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \ -d '{ "displayName": "DisplayName", "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/'"$TEAMS_APP_ID"'", "configuration": { "entityId": "entity-random", "contentUrl": "https://<domain>/?theme={theme}&locale={locale}", "websiteUrl": "https://<domain>/" } }' | jq . { "error": { "code": "BadGateway", "message": "Failed to execute backend request.", "innerError": { "date": "2025-08-22T03:36:08", "request-id": "b4bbade7-1ea2-46df-a1d9-92cdda9e360b", "client-request-id": "b4bbade7-1ea2-46df-a1d9-92cdda9e360b" } } } Then, thinking there was something wrong with my app, I used a MS app, same result curl -s -X POST "https://graph.microsoft.com/v1.0/chats/$CHAT_ID/tabs" \ -H "Authorization: Bearer $ACCESS_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "displayName": "Website - test", "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/com.microsoft.teamspace.tab.web", "configuration": { "entityId": null, "contentUrl": "https://www.microsoft.com", "websiteUrl": "https://www.microsoft.com" } }' | jq . { "error": { "code": "BadGateway", "message": "Failed to execute backend request.", "innerError": { "date": "2025-08-22T04:02:36", "request-id": "ece5590e-f23f-4780-a4a6-20c1b2f0d0f3", "client-request-id": "ece5590e-f23f-4780-a4a6-20c1b2f0d0f3" } } } I then tested it against chats that do not belong to a meeting. Both apps succeeded curl -s -X POST "https://graph.microsoft.com/v1.0/chats/$REGULAR_CHAT_ID/tabs" \ -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \ -d '{ "displayName": "Website - test", "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/com.microsoft.teamspace.tab.web", "configuration": { "entityId": null, "contentUrl": "https://www.microsoft.com", "websiteUrl": "https://www.microsoft.com" } }' | jq . { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats('19%3xxxxxx_xxxxxxxxxxxx%40unq.gbl.spaces')/tabs/$entity", "id": "a0cca657-12d0-4df0-84d8-cc1f8fa7d3e6", "displayName": "Website - test", "webUrl": "https://teams.microsoft.com/l/chat/19%xxxxxxxxx_XXXXXXXXX%40unq.gbl.spaces/tab%3a%3xxxxxxxxxxxxxxxxxxxxxx?webUrl=https%3a%2f%2fwww.microsoft.com&label=Website+-+test&tenantId=xxxxxxxxxxxxxxxxxxx, "configuration": { "entityId": null, "contentUrl": "https://www.microsoft.com", "removeUrl": null, "websiteUrl": "https://www.microsoft.com" } } curl -s -X POST "https://graph.microsoft.com/v1.0/chats/$REGULAR_CHAT_ID/tabs" \ -H "Authorization: Bearer $ACCESS_TOKEN" -H "Content-Type: application/json" \ -d '{ "displayName": "redacted", "email address removed for privacy reasons": "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/'"$TEAMS_APP_ID"'", "configuration": { "entityId": "redacted", "contentUrl": "https://<domain>/?theme={theme}&locale={locale}", "websiteUrl": "https://<domain>/" } }' | jq . { "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats('19%3xxxxxxxxxxxxx_xxxxxxxxxxxxx%40unq.gbl.spaces')/tabs/$entity", "id": "xxxxxxxxxxxxxxxxxxxxxx", "displayName": "redacted", "webUrl": "https://teams.microsoft.com/l/entity/<redacted>/_djb2_msteams_prefix_000000000?webUrl=https%3a%2f%2f<domain>%2f&label=redacted+label&context=%7b%0d%0a++%22context%22%3a+%22chat%22%2c%0d%0a++%22chatId%22%3a+%2219%3axxxxxxx_xxxxxxxxx%40unq.gbl.spaces%22%2c%0d%0a++%22subEntityId%22%3a+null%0d%0a%7d&tenantId=xxxxxxxxxxxxxxxx", "configuration": { "entityId": "redacted", "contentUrl": "https://<domain>/?theme={theme}&locale={locale}", "removeUrl": null, "websiteUrl": "https://<domain>/" } } At this point we don't know what else to do, seems like a meeting specific issue that we are unable to solve. It's affecting our tenants in all environments, since our primary business flow relies on this panel. All the snippets contain real dates and request-ids, here's hoping it helps somehow. Help, and thanks in advance. ~A. del Yerro406Views4likes8CommentsNew to teams: Are multiple outgoing sales lines possible?
Hey everyone! I am the sys admin of my small law firm, and we officially switch to Teams and Microsoft as a phone provider on September 15th. Currently we use 3cx as our PBX and Callcentric as our provider. Most everything is already set up, and waiting for the port. I already have a reception and incoming sales queue set up with a main auto attendant, basically cloning what we have now. We are noticing that our main phone line is being marked as spam when we call out, likely due to it being our main line and our sales dept is going gangbusters. It was suggested we buy multiple sales lines and switch the number our salesperson is dialing from every so often. What I am wondering is: If we purchase a handful of these numbers, is there an easy way to switch what the outgoing number of our salesperson/sales team/sales queue is showing on outgoing calls and is there a way to have incoming calls from each of those numbers funnel into our incoming sales queue, which is often populated with at least two people? For reference, we will no longer be using 3cx after the 15th so everything is under MS's roof. I also asked copilot hoping it would have some insight, but Im not entirely sure if it understood my situation. Any help is appreciated.15Views0likes0CommentsRandomly getting opt-out / opt-in in a CallQueue
Dear All, Once again one of my customers is experiencing something no other words can describe but: magical. Set-up: CallQueue "CQ1" Call answering: "Team1" (with 8 people in it) Conference mode: on Routing: attendant and not precence-based Users can opt out of taking calls 2 out of the 8 persons in Team1 is experiencing that they are randomly getting opt-out or opt-in during the day. Already deleted the cache, re-installed teams (newest versions) but this unwanted magical thingy is still occurring multiple times a day. Anyone else having or had this symptoms? Can't figure out what to do next. Thanks for you thoughts and time! Benjamin293Views2likes3CommentsQueues App - Has Monitor/Whisper/Barge/Takeover gone live yet?
Has anyone tenants queues app actually updated with Monitor/Whisper/Barge/Takeover yet? It was supposedly in GA a couple of months ago, but everyone I have asked have yet to see it yet. I have: - Confirmed the manager has Teams Premium and not just standard Teams Phone. - Verified Voice Applications Policy and includes the manager as an Authorized User. - Ensured the manager is using a supported Teams client (not web). - Checked for nesting issues with call queues or auto attendants lacking resource accounts. - Reviewed the number of queues assigned to the manager—too many can cause issues. Is it just the roll out has hit a bump?45Views0likes3Comments"With your calling license, you can only call people within your organization. Talk to your IT admin
My organization has A5 license with Audio Conferencing, my users is able to make outbound calls to number from a Team Meeting; however, when a users tries to dial an outside number using the Calls option within Teams menu the user gets the following message- "With your calling license, you can only call people within your organization. Talk to your IT admin to change your license" Questions: 1. When users dials out from a Team Meeting, is the call time unlimited or is there a bank time the user /s pulls from when dialing out from a Team Meeting? 2. What other license is needed so our users can dial directly from the Calls option on Teams. Thank You, -LarrySolved86KViews1like5CommentsRegular mobile phone call forces Teams meeting in desktop app on hold - how to disable?
Hello everyone, I was in a large Teams meeting on the desktop application. My desktop is connected to a Microsoft Teams-certified Jabra Evolve2 65 headset. I then received a regular phone call on my mobile phone, which also has Microsoft Teams installed and is connected to my Teams-certified Jabra Evolve2 65 headset. I accepted the call on my phone, which is where I was called. I also accepted it on the phone in such a way that the phone was used as microphone/speaker (like a regular phone). However, accepting the call placed the large Teams meeting on hold. This cannot be happening again in the future. How do I prevent a normal mobile phone call from putting a Teams meeting on my desktop app on hold? I was later unable to resume the large Teams meeting, but that is a separate problem that does not need to be addressed (the meeting would "resume", but I was unable to see or hear the participants). The above problem is the one I want addressed - no holding of a Teams meeting on the desktop application upon receiving and accepting a mobile phone call. There are no relevant options available. Sincerely Diddy299Views0likes5CommentsMicrosoft is removing the ability to dial 0 during a personal greeting in Teams Phone voicemail
An FYI for those of you using Teams Phone: We recently learned, due to customer complaints, that Microsoft is rolling out an update to the "voicemail bot" in Microsoft Teams Phone that takes personal voicemail messages. This new version of the bot has removed the ability for customers to press 0 to follow the configured opt-out (transfer) option for the mailbox (i.e. operator, call queue, etc). Pressing zero is ignored and does not interrupt the greeting. I'm specifically referring to setting VoicemailWithTransferOption with an associated TransferTarget. We see this as a customer service disaster that is not aligned with industry conventions or customer service best practice. We have pushed back strongly on Microsoft's decision making but they say that only a handful of customers have complained. This new bot is 70% rolled out to tenants as we speak. Microsoft customer support has associated our tenants to the "old bot" for the time being, but saying they are unsure how long they can maintain this as the rollout continues.168Views0likes0CommentsTeams with Third Party device
Hi. Is it possible to leverage teams as a "SIP Trunk" provider, or use a single user account with a third party desk phone? The reason for this would be to provide a couple SIP trunks to an onsite phone system which has SIP capabilities (Yeastar P series). I keep looking at provisioning phones, but it requires codes to be generated and entered, and I was hoping there would just be some standard SIP credentials available, such as the SIP domain name, username and password. This is all that is required to register a SIP Trunk usually. Is this possible at all? There are already many teams phone accounts in operation on the tenant, but one site has an existing phone system which is able to make internal extension calls just fine, but currently has no external calling available due to SIP trunks being cancelled by the owner. They had hoped to use Teams for the trunks. Thanks.15Views0likes0CommentsTeams Phone Numbers Mysteriously Unassigned
Over the last 2 weeks or so, we've noticed a handful of our Teams phone numbers which were assigned to users, become Unassigned. We have no automation in place - everything move, add or change we perform with our phone numbers is manual. The numbers in question have been assigned for months now. It wasn't until my phone number was assigned to someone else that we realized the issue. In order to assign a phone number that is already assigned, you'd have to delete the current user - which we certainly have not done. Mysteriously, the phone number status changed from assigned to unassigned. Has anyone experienced this? We have Operator Connect through Pure-IP. Thye don't touch our numbers once they are given to us in the Admin portal (or do they?). My MS Premier ticket came up empty. Apparently there are no audit logs for phone numbers, just licenses. And we verified no change in license status at all.18KViews0likes27CommentsTeams audio (input and output) not working with Remote Desktop, audio input/output in other apps OK
Hello, Microsoft Teams does not play (output) or record (input) audio, when trying Teams call on a remote PC (connected with Windows Remote Desktop client). Sony WH-1000XM2 headphones connected to the local PC Remote Desktop audio settings in the local PC: Audio test on the remote PC with https://online-voice-recorder.com/ -> recording and playback OK (everything I recorded with the headphones can be heard via the headphones) Audio test on the remote PC with Teams: with the only available settings for Audio devices (Custom Setup), Speaker (Remote Audio), Microphone (Remote Audio) -> Make a test call Bell ringing, but when connection to Teams Echo established, then no audio can be heard If I hang up the call, I can hear the Teams Echo voice for a while, say sub-second Microsoft Teams version 1.3.00.28779 (64-bit). Any fix proposals would be appreciated. Thanks.Solved132KViews0likes9Comments