This is my code snippet:
public MainPage()
{
InitializeComponent();
PhoneCallTask task = new PhoneCallTask();
task.PhoneNumber = "0800000000000";
task.DisplayName = "mum";
task.Show();
}
and then I get this:
Dial mum at 080000000000000?
call don't call
How can I make the phone call directly?
No you can't do that. It's done this way for security reasons!