Sam Hanley
Sam Hanley

Reputation: 4755

Why does my "sip:" URI open a new email instead of opening a Skype for Business chat window?

I'm trying to create a link on a web page that will open a new Skype for Business chat window, allowing a user to send me a message. I created a link with the format href="sip:[email protected]", as per this Stack Overflow post. However, when I click the link, instead of opening a chat window, it opens an email! How can I correct this behavior?

Upvotes: 0

Views: 885

Answers (1)

Sam Hanley
Sam Hanley

Reputation: 4755

After a bit of confusion, we realized this is actually the expected behavior if you click a sip: link containing your own Skype for Business ID. Since you can't start a chat with yourself, the link instead launches a window to compose an email. However, if you replace the ID with that of someone else (or have someone else click it), you will see the expected behavior!

This may seem obvious, but it wasted a fair bit of our time this morning, so hopefully it helps someone else.

Upvotes: 2

Related Questions