2

I want to programatically make calls on a windows mobile device using standard c++ TAPI lineMakeCall function. The phone number (null-terminated) must be in the "standard dialable number format".

There is a function lineTranslateAddress which should make the conversion to the dialable format.

I am testing my application and if I use a nonformated string (ex: 0728000000, valid for my country), this number is dialed but not recognized (The dialing screen shows: Dialing: Unknown).

I cannot find much information about this standard format. Does anyone know something about this format, how it should look, or is it secret?

Help please,

Thanks,

CharlesB
  • 86,532
  • 28
  • 194
  • 218
Alina Danila
  • 1,683
  • 1
  • 24
  • 60

1 Answers1

1

Here is the MSDN documentation page describing this format: Dialable Addresses

ildjarn
  • 62,044
  • 9
  • 127
  • 211