I have an application, which has it's own (indexed) database of
contacts. I would like to set it up that when there is an incoming
call, it will look up the caller's number, and update the caller id
info, so that the Phone program will show the user's name, in the
incoming call window.
I tried using the new State and Notification Broker, but though I was
able to update the user's name in the registry, it does not help for
the Phone program, seemingly because it's too late, or that the phone
program ignores the registry change.
Therefore, I imagine, the only possible way would be to use TAPI to
intercept the call and updating the info. I am just wondering if anyone
out there has tried this, or has any information or suggestions about
setting this up.
If you know of any code samples, that would even be better.
Thanks in advance,
LionScribe