Qt电话总是拨打同一个号码
我们有一个使用 qt 移动扩展的应用程序,更具体地说是 XQTelephony。该应用程序使用它来拨打“123p5”等号码。发生的情况是应用程序拨打“123”,然后拨打“p5”,这就是我们想要的。
问题是,如果我拨打“123p5”之类的号码,然后我尝试再次拨打例如“123p2”或暂停后的任何号码,它总是拨打“123p5”。
我尝试重新启动手机,结果是无论我在“p”之后尝试什么,例如“123p5”或“123p4”或任何应用程序仅拨打“123”,都知道。
我已经检查过,在将号码传递给 XQTelephony 之前,它始终是正确的号码,因此问题要么在 XQTelephony 中,要么在 Symbian 中(或两者)。 XQTelephony的代码是诺基亚开源的,我看过它,但我找不到修复它的方法。
PS 有一个 IVR 系统应答“123”,然后等待 DTMF 音。
We have an app that uses qt mobile extensions, more specifically XQTelephony. The app uses it to call numbers like "123p5". What happens is that the app dials "123" and then post-dials "p5" which is what we want.
The problem is that if I dial a number like "123p5" and then I try to dial again for example "123p2" or whatever after the pause it always dials "123p5".
I tried restarting the phone, and the result was that know no matter what I try to after the "p" like "123p5" or "123p4" or whatever the app dials only "123".
I've checked and before passing the number to XQTelephony it is always the right number, thus the problems is either in XQTelephony or in Symbian (or both). The code of XQTelephony is open-sourced by Nokia, I've looked at it, but I could not find a way to fix it.
P.S. There is an IVR system that answers the "123" and then waits for DTMF tones.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一段时间后。我终于找到了一个可能的解决方案,尽管不是很好:-)。
解决方案是不使用扩展程序,而是使用集成浏览器。如果你给它一个“123pp1231”形式的网址,它就会起作用。
然而,有一个小错误。一旦浏览器打开。这还想工作。所以一旦你调用了一次,下一次就不起作用了。
新问题的解决办法是给Qt多加一个“权限”,但由于是几个月前的事,我已经不记得了。但这是一个常见问题,您可以在谷歌上轻松找到它。
After some time. I finally found a possible solution, though not great :-).
The solution is not to use the extensions, but instead use the integrated browser. If you give it a url in the form "123pp1231" it will work.
However, there is a small bug. Once a browser is open. This want work any more. So once you do one call, the next time it will not work.
The solution to the new problem to add one more "permission" to the Qt, but as it was few months ago, I do not remember it any more. However it is a common problem and you can easily find it on google.