Android iPhone 黑莓呼叫转移
我正在为一个移动应用程序(iPhone、Android 和 Blackberry)项目进行可行性研究。简而言之,有一个电话号码列表,如果来电(来电显示)在该列表中,则将其转发到特定(固定)号码(基本呼叫转发)。有人做过类似的东西吗?先感谢您。
I'm making a feasibility research for a mobile app (iPhone, Android & Blackberry) project. In short, there is a list of phone numbers, and if incoming call (caller id) is in that list, forward it to a specific(fixed) number (basic call forwarding). Has anyone made anything similar? Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然 BlackBerry 提供了一个界面来监控呼叫(呼入/呼出/历史)并提供了大量有关呼叫的数据,但 BB 中没有公开任何允许您转接呼叫的界面。我认为这是因为在呼叫真正到达BB设备之前就进行了转发;所以不是设备在进行转发,而是运营商/PBX。
我认为其他平台的答案是类似的,但我没有使用它们的经验。
While BlackBerry provides an interface to monitor calls (inbound/outbound/historical) and provides a fair bit of data about them, no interface is exposed in BB that allows you to forward a call. I believe that this is because forwarding is performed before the call actually reaches the BB device; so it's not the device that's doing the forward, but the carrier/pbx.
I think the answer will be similar for the other platforms, but I don't have experience with them.