s***@yahoo.com
2013-05-27 11:22:26 UTC
Hi,
I have written a TSP, which plays a wav file for incoming calls. I have used the PlaySound() api for playing the wav file. This works fine on Windows XP. However does not work on Windows7/Vista.
After some research, following is my understanding
- Windows services can not play the sound file(Windows XP is an exception)
- Some blogs mention to enable "interact with desktop". This cannot be done for the "Telephony Service" on windows7/Vista
Is there a way to achive this in Windows7/Vista?(i.e playing the wav file in the TSP)
Regards,
Rohan
I have written a TSP, which plays a wav file for incoming calls. I have used the PlaySound() api for playing the wav file. This works fine on Windows XP. However does not work on Windows7/Vista.
After some research, following is my understanding
- Windows services can not play the sound file(Windows XP is an exception)
- Some blogs mention to enable "interact with desktop". This cannot be done for the "Telephony Service" on windows7/Vista
Is there a way to achive this in Windows7/Vista?(i.e playing the wav file in the TSP)
Regards,
Rohan