Display the name on incoming phone calls

拟墨画扇 提交于 2019-12-14 03:27:12

问题


I have a Java application (using Swing) that must display the details of the customer when a call is received.

  1. Is it possible to pass the phone number from a softphone (SIP) to my Java Swing application so that it can display the details?
  2. IS there any other way or program to do this?

回答1:


For this you need to use Linphone SDK with your java application. You probably need to show the softphone from your java application or receive call in your application using SDK of linphone.




回答2:


You have many options:

Use Tropo.com to send a callback http request during incoming calls. Use a PBX such as FusionPBX that can lookup names from numbers on-the-fly and insert it into the SIP message before it's sent to your phone. If your phone supports syslog, you could tap into the information that way, too.



来源:https://stackoverflow.com/questions/9699400/display-the-name-on-incoming-phone-calls

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