Forum Discussion

JeroenKIT1605's avatar
JeroenKIT1605
Copper Contributor
Feb 01, 2022

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!

    • SkeedCompton's avatar
      SkeedCompton
      Copper Contributor

      AndresGorzelany 

       

      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?

  • MisterDimme's avatar
    MisterDimme
    Copper Contributor
    We 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.
  • kevin91's avatar
    kevin91
    Copper Contributor
    I 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.
  • Seunblues's avatar
    Seunblues
    Copper Contributor
    Run the below on Powershell and should resolve the issue.

    Connect-MicrosoftTeams
    $x = New-CsEdgeAllowAllKnownDomains
    Set-CsTenantFederationConfiguration -AllowedDomains $x
    Get-CsTenantFederationConfiguration

Resources