Forum Discussion
Teams external chat
Hey All,
As of today i have users reporting issues with external chat functionality. For some reason all external users (even if they are Teams users) are shown as Skype for Business users. When opening an existing external Teams chat, it display the message "due to an organization change this chat is no longer availlable Please continue your chat here".
When the user clicks on the link they are directed to a Skype chat. The external user can recieve the chat in Teams. When the external user replies back, the chat i sent to a Teams chat for the internal user, but they cannot respond unless they use the Skype chat.
I wonder how this can suddenly happen without us changing any tenant-settings in the last six months. Maybe you guys have a sugestion on how this can happen. Just to clarify, we have been in Island mode since the beginning (6 years ago) and never had any issues untill today.
Thanks!
- Hello,
Can you create a test TeamsOnly user to compare?
"the Skype for Business handles the following integrations that aren't handled in Teams Islands mode:
External (federated) communications."
https://docs.microsoft.com/en-us/microsoftteams/teams-and-skypeforbusiness-coexistence-and-interoperability- SkeedComptonCopper Contributor
I can confirm that I have this issue with an external organisation that have never used SfB to my knowledge, along side my organisation who has never used SfB. If nothing has changed either side, why are we seeing this?
- So the other org is TeamsOnly?
- MisterDimmeCopper ContributorWe have the same issue here. So if you have a solution let me know. Thx
I have found a temporary workaround, in the app on my iPhone the chat function works perfect. - kevin91Copper ContributorI have the same issue. I also checked the InterpretedUserType on two of my users (one has no problems, the other cannot write to one specific organization) same on both --> AADConnectEnabledOnlineTeamsOnlyUser
Both organizations changed nothing, but I noticed that the Admin Panel looks a bit different since the last time I looked into it. Also, new is the message "
User xy is part of an organization. It's possible they have messaging-related policies that apply to chat."
Besides that, since today, some of our users are not be able to send GIFs anymore. The button is missing.- JeroenKIT1605Copper Contributor
- kevin91Copper Contributor
JeroenKIT1605 kevin91 and all. This is a heads-up that the following has rolled out ON as default.
Tenant level: CsTenantFederationConfiguration
- AllowTeamsConsumer
- AllowTeamsConsumerInbound
User level: CsExternalAccessPolicy
- EnableTeamsConsumerAccess
- EnableTeamsConsumerInbound
- SeunbluesCopper ContributorRun the below on Powershell and should resolve the issue.
Connect-MicrosoftTeams
$x = New-CsEdgeAllowAllKnownDomains
Set-CsTenantFederationConfiguration -AllowedDomains $x
Get-CsTenantFederationConfiguration