Java API to make a phone call [closed]

旧时模样 提交于 2019-12-19 03:19:21

问题


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)

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.

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

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

Is there any other solution to do this?


回答1:


Did you already take a look on Asterisk? There is a Java API.




回答2:


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.



来源:https://stackoverflow.com/questions/7696202/java-api-to-make-a-phone-call

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!