I have an application, which contains a web page which will show Phone Numbers for people.
eg. 0115 987 6543
What I would like to do is show the phone number as a link which automatically loads Microsoft Lync client to do so.
Is there any way I can do that?
Thanks,
David
I managed to find the answer in a thread about how to disable such a thing.
There is a standardized way to markup a phone number for compatibility with VOIP/dialing programs. It uses a standard
Aanchor with atel:protocol. This has the dual effect of not only disabling Lync’s intrusive markup, but also providing better support for anything that knows how to dial a number (Skype) and mobile devices (both iOS and Android).Now Lync users can still click the link, which will prompt them to “open” it with Lync, regardless of the browser they use (I’ve confirmed compatibility with IE9, Firefox and Chrome). This strikes me as the best of both worlds: compatibility with users’ telephony application, without trouncing all over your markup and layout.