0

Currently I'm seeing only phone number of the caller. Is it possible to extend incoming call popup(add additional information querying DB by phone number) ?

I'm using Lync SDK 2010.

Incoming call popup

Thanks in advance

Sergejs
  • 2,540
  • 6
  • 32
  • 51

1 Answers1

1

As far as I know this is not possilbe.

You can instead hook into the Lync client using the SDK, catch the incoming call event, and display a second popup with your own data. Some styling and positioning would make it near perfect.

w5l
  • 5,341
  • 1
  • 25
  • 43
  • That's what i thought. I already do have this app... client isn't happy to install it as a separate app. But thanks anyway. Will wait a bit and mark as an answer. – Sergejs Apr 16 '13 at 10:38
  • Had same problem here, even contacted Microsoft about it, but short from writing your own Lync client, there is nothing we can do. – w5l Apr 16 '13 at 11:06