HomeWindowsYou cant do this using PhoneCallTask in Windows Phone

You cant do this using PhoneCallTask in Windows Phone

Today , i was trying to enable the call waiting feature using the Service Code *43# .

Read How to enable call waiting in Windows Phone 7 article ?

I was able to enable it by manually dialing the service code and tried to achieve the same via PhoneCallTask in Windows Phone .

Unluckily , i could not achieve it 🙁 …

My code looked like this ..

PhoneCallTask pCall = new PhoneCallTask();
pCall.PhoneNumber = "*43#";
pCall.Show();

when you run the Windows Phone App with the above code , you will see a dialog confirming to call the number and when you click call , you will end up getting the following error message .

Lesson learnt “You Cannot dial service codes programmatically” 🙁

You cant do this using PhoneCallTask in Windows Phone
You cant do this using PhoneCallTask in Windows Phone

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

This blog post will guide you through several effective methods to troubleshoot and resolve the issue of Microsoft Edge not...
Windows 11 offers a range of audio enhancements that can enrich your listening experience. These enhancements include features like virtual...
Windows 11 brings a fresh and visually stunning design to your desktop, and one of the standout features is the...