标准可拨号号码格式 (c++ tapi)
我想使用标准 c++ TAPI lineMakeCall 功能。电话号码(以 null 结尾)必须采用“标准可拨号号码格式”。
有一个函数 lineTranslateAddress 应该将转换为可拨号格式。
我正在测试我的应用程序,如果我使用非格式化字符串(例如:0728000000,对我的国家/地区有效),则会拨打该号码但无法识别(拨号屏幕显示:拨号:未知)。
我找不到有关此标准格式的太多信息。有谁知道这种格式,它应该是什么样子,或者它是秘密的吗?
请帮忙,
谢谢,
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,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是描述此格式的 MSDN 文档页面: Dialable地址
Here is the MSDN documentation page describing this format: Dialable Addresses