Intercept call made using TAPI
Posted
by Adam Price
on Stack Overflow
See other posts from Stack Overflow
or by Adam Price
Published on 2010-04-24T17:06:59Z
Indexed on
2010/04/24
17:13 UTC
Read the original article
Hit count: 426
I have an application which currently has an option to call phone numbers. Now by default it opens the Windows Phone dialler utility and tries to call the number.
I want it to instead make the call using skype, so what I was thinking was to create a c# application which would capture the callRequest and instead call skype.exe /callto:
Has anyone done anything like this before?
© Stack Overflow or respective owner