Closed Tomiku closed 6 years ago
Hi @Tomiku - What type of Skype for Business instance do you have?
From the docs:
The Skype for Business Bot Framework channel is currently supported for Skype for Business Online. Skype for Business Server 2015 is not supported.
The configuration for Skype for Business channel is different than most others since there is additional setup needed on the SfB server side by your tenant admin.
You can find the full details here: https://msdn.microsoft.com/en-us/skype/Skype-For-Business-Bot-Framework/docs/overview
Thank you @nwhitmont for the answer!. It was very helpful to me. I follow your suggested link and I was able to do this:
"Skype for Business bots can be connected to Skype for Business Server users if Hybrid connectivity has been deployed in the environment. For more information about hybrid connectivity and bot setup, see Skype for Business Bot - Hybrid environment support."
I can chat with the Bot and can see Bot service reply. Only one issue that is abc@domain.com presence is not online, it always show "Presence Unknown". How can I make it only ?
And, Please share your ideas how do I need to make up Bot service (wrote by NodeJs) so that it can support both Skype for Business Hybrid and Skype for Business Server 2015. Was there any post, solution or example that Skype for Business Bot (wrote by NodeJs) support users of Skype for Business Server 2015 ?
Supper thanks !!!
Tomiku
Bot Info As registered in the Bot Developer Portal at https://dev.botframework.com
Issue Description
I follow this one to create bot and enable hybrid portion https://msdn.microsoft.com/en-us/skype/skype-for-business-bot-framework/docs/bot-hybrid-support I'm a O365 user. When I add the sip address (abc@domain.com) to my Skype for Business Client and chat with abc@domain.com but it does not respond to me. I go to the Bot on the https://dev.botframework.com, i see Skype for Business "Health" has issues there. the issue is: "There was an error sending this message to your bot: HTTP status code Forbidden"
Code Example
From https://dev.botframework.com, I was able to connect the Bot to other channels like Skype, Teams. But for Skype for Business.
Could you please help me to know which is root cause ?
Thank you,
Tomiku