windows mobile - standard dialable number format (c++ tapi) -
i want programatically make calls on windows mobile device using standard c++ tapi linemakecall function. phone number (null-terminated) must in "standard dialable number format".
there function linetranslateaddress should make conversion dialable format.
i testing application , if use nonformated string (ex: 0728000000, valid country), number dialed not recognized (the dialing screen shows: dialing: unknown).
i cannot find information standard format. know format, how should look, or secret?
help please,
thanks,
here msdn documentation page describing format: dialable addresses
Comments
Post a Comment