Dial special characters "*" and "#"

F

Francesco Arfilli

Hello everybody,

i need to dial a number like this "*123*20#" inside my app.
However when i try to do it the mobile phone return an error.

If i try with a standard numeber like "+39123456789" however my code works
well, so it must be something with the special characters i guess.

I also know that kind of number are called "service data call".

If i dial it manually it works.

Any help would be very apreciated.

Thanks in advance

Francesco
 
P

Peter Foot [MVP]

What method are you using? Microsoft.WindowsMobile.Telephony.Phone.Talk?
P/Invoking PhoneMakeCall? sending a tel: Url?

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility
 
F

Francesco Arfilli

Hello Peter,

I'm using the Phone Talk method:

Cod snip:

Dim phone As New Microsoft.WindowsMobile.Telephony.Phone
Dim number As String
number = "*123*20#"
phone.Talk(number)

Francesco
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top