Disable Lync Click to Call detecting numbers in a web page

后端 未结 5 648
时光说笑
时光说笑 2020-12-24 15:10

Is there a way to stop Microsoft Lync from detecting phone numbers in a web page, and adding its click to call icon to that phone number in Internet Explorer?

Obviou

5条回答
  •  旧巷少年郎
    2020-12-24 15:42

    I've found the following regular expressions (on this blog) which the Lync plugin seems to use:

    (\+?1[\-\. ])?(\(\d{3}\)|\d{3})[\-\. ]?\d{3}[\-\. ]?\d{4})
    ((\+?1[\-\. ])?(\((800|880|888|877|866|855|844|900)\)|(800|880|888|877|866|855|844|900))[\-\.0-9A-Za-z]{7,9})
    (\+\d+[\-\. ](\(\d+\)[\- ]?)?\d[\d\-\. ]+\d)
    ((x|X)\d{3,5})
    

    So using   or should prevent Lync from detecting the numbers.

提交回复
热议问题