拨打电话的Java API [英] Java API to make a phone call

查看:1982
本文介绍了拨打电话的Java API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有Java API可以拨打移动电话(前提是将安排服务提供商的支持来拨打电话)?

Is there any Java API to make a phone call to a mobile(provided that service provider support will be arranged to make that call)?

myProgram(A) --> Java API to make a call like Skype(B) --> PSTN/Mobile network support(c)

模块A将是我的Java代码,它将调用B的API,该API随后会将调用转移给我的服务提供商.

Module A will be my Java code and it'll call the B's API which will in turn transfer the call to my service provider.

我正在寻找B级的API.而且,我没有使用Android.我想在服务器上运行此代码.

I'm looking for an API at level B. Also, I'm not using Android. I want to run this code on my server.

我尝试着降落到Skype. 要使用Skype,应在不需要的机器上安装Skype.

I tried and landed upto skype. For using Skype, Skype should be installed on the machine(which I don't want).

还有其他解决方案吗?

推荐答案

Java电话API(JTAPI ).您可以看一下.它具有不同的实现,例如 xtapi

There is Java Telephone API (JTAPI). You can take a look at that. It have different implementations, like xtapi, gjtapi. I have worked with xtapi.

它允许您拨打/接听电话.

It allows you to make/receive a call.

这篇关于拨打电话的Java API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆