iPhone 中的呼叫转移应用程序
我想制作一个可以转接电话的应用程序。就像您可以看到应用程序商店中的应用程序已使用 VONAGE 第三方 API 称为“WorldOnGo”。任何人都可以帮助我启动该应用程序吗?
I want to make an app which forwards the call. Like you can see the app in app store already called "WorldOnGo" using VONAGE third party API. Can any one help me to kick off the app?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有趣的。
我认为你应该区分互联网电话(VoIP)和网络电话(VoIP)。首先拨打蜂窝电话。 VoIP 呼叫可以在服务器端重定向。然而,通过蜂窝网络的呼叫不能轻易地重定向,因为它涉及蜂窝网络的服务提供商。他们不会让你搞乱他们的基础设施。
interesting.
I think you should differentiate between Internet calls (VoIP) & cellular calls first. VoIP calls can be redirected on server-side. However, calls via cellular network cannot be easily redirected as it involves service providers of cellular network. They won't let you mess up their infrastructure.