Display the name on incoming phone calls

2020-01-19 10:46发布

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?

2条回答
姐就是有狂的资本
2楼-- · 2020-01-19 11:17

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.

查看更多
淡お忘
3楼-- · 2020-01-19 11:31

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.

查看更多
登录 后发表回答