-1

onclick of an number should place a call in Skype for business Tried using

<a href="skype:-skype-name-?chat">Start chat</a>

but this is redirecting to skype preview.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Agnes
  • 141
  • 2
  • 12
  • Check this: http://stackoverflow.com/questions/2841676/how-to-start-skype-chat-not-call-with-link – Pooja Mokariya Mar 08 '17 at 06:43
  • 1
    Possible duplicate of [How to start skype chat not call with link](http://stackoverflow.com/questions/2841676/how-to-start-skype-chat-not-call-with-link) – Wukerplank Mar 08 '17 at 07:56

1 Answers1

1

This helped me:

<a href= sip:{{:email}}>sample@sample.com</a>
<a href="tel:123456789">Open a Lync Window.</a>
<a href="sip:boss@boss.com">IM.</a>

because Process name for skype for business is still lync.exe

Agnes
  • 141
  • 2
  • 12