0

I use Azure to create my bot. The Telegram, Web and S4B channels works as expected, but the Skype channel doesn't work. I don't get any error.

enter image description here

To create the Skype channel I just click the "Add channel" link and add the new contact to my Skype contacts. Is it enough?

enter image description here

enter image description here

Could you please help me? Thank you.

Steven Kanberg
  • 6,078
  • 2
  • 16
  • 35
daniil_
  • 707
  • 7
  • 26

2 Answers2

1

If you want to connect Skype to your bot, all you need to do is click on the Skype option in the 'Add a featured channel' and then configure the settings in Web control, Messaging, Calling, Groups and Publish.

  • In your case, click on the 'Messaging' tab and make sure that the 'enable messaging' option is selected. Once your changes are saved, you can add the bot to your contacts and it will work.
  • Skype can take up to 15 minutes to propagate the settings changes. Wait for a few minutes before sending a message to the bot.
  • If it still doesn't work, delete the channel and again following the steps above to add the Skype channel to your bot. You can also use ngrok to debug any channel locally.
ranusharao
  • 1,826
  • 1
  • 8
  • 17
  • Thank you, but I created my bot according to the instructions and waited more than day. It doesn't work. – daniil_ Apr 16 '19 at 13:45
  • I would suggest you to change the messaging endpoint and save it and then change it back(to force propagation to skype connector service). Also, did you try debugging locally using ngrok? – ranusharao Apr 16 '19 at 17:35
  • Thank you, I changed the endpoint and changed it back couple days ago it didn't help me, I didn't debug it, but I use the IIS logs to see all incomming request, I see request from other channels but I doen's see from skype. – daniil_ Apr 16 '19 at 17:49
  • Can you post your bot's Microsoft App ID? I will forward it to the Skype Bot Support team. Are you having the same issue when you are trying to connect the Skype channel to another bot? – ranusharao Apr 16 '19 at 18:52
  • It started to work after I changed endpoint to my local machine using ngrok. Thank you for your support! – daniil_ Apr 17 '19 at 08:40
  • But if I change the endpoint back, I get the same issue, btw did you pick up my ms app id? I've already removed it for security reason. – daniil_ Apr 17 '19 at 09:20
  • I try to catch network packages by Wireshark and I see the packedges, but IIS doesn't get requests, only from skype channel, It works good from other channels. The strange issue. – daniil_ Apr 17 '19 at 12:17
0

The source of issue was the turned off ciphers the my IIS: enter image description here

When I turn on all of these my skype bot start to work.

daniil_
  • 707
  • 7
  • 26