telephony

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. Is it possible to pass the phone number from a softphone (SIP) to my Java Swing application so that it can display the details? 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

How to associate an inbound Twilio call sid with custom ID?

你说的曾经没有我的故事 提交于 2019-12-14 02:22:50
问题 How to associate an inbound call sid with custom ID? Currently Twilio posts or gets its parameters to the configured voice URL, but one can't send custom parameters to twilio to callback with it's parameters. Example scanario: Caller calls in to authenticated to be connected to a different number at /twiml.php , Twilio posts at /voice_url.php at call initiation. How to then associated the current running authenticated caller with a callsid, assuming their caller id might be unknown? The

How to determine a call made to a Mobile number is local or STD OR ISD

一个人想着一个人 提交于 2019-12-12 10:58:58
问题 I am developing some kind of app for android but dont know how to get data for the numbers that the called number is local or STD. i.e.From Where the applications like Mobile Number Checker gets data from? https://play.google.com/store/apps/details?id=com.cliqs.mobilelocator&hl=en Note: I am talking in respect to Mobile number, not the landline/fixedline numbers. 回答1: The number you get is of type string. So you can get the first few digits of the number and query it with a database

SMS receiver didn't work

坚强是说给别人听的谎言 提交于 2019-12-11 19:59:30
问题 i am new with android SMS and I am trying to study it. So i am trying to make an android app that always works on the background, and when I receive sms with the content of "hello"(somebody sending "hello" to my phone by SMS) a music will play. I searched all over the internet, and I built a project that worked on the AVD, but when I tested it on my phone it didn't work: import info.kfsoft.android.R.raw; import android.app.Notification; import android.app.NotificationManager; import android

Parse getAllcellinfo values from telephony manager

萝らか妹 提交于 2019-12-11 17:56:09
问题 i'm using the following function to get Allcellinfo of an device network and im getting the values as an string now i need to parse it in order to get the CellSignalStrengthLte data how can i achieve it //code TelephonyManager tm = (TelephonyManager) Context.getSystemService(mContext.TELEPHONY_SERVICE); List<CellInfo> cellInfos = tm.getAllCellInfo(); String data = cellInfos.get(0).toString(); Log.d("Info ", " "+data); Result is CellInfoLte:{mRegistered=YES mTimeStampType=oem_ril mTimeStamp

How do I set my app as the default SMS app?

≯℡__Kan透↙ 提交于 2019-12-11 15:56:38
问题 I am following this tutorial on setting my app as the default SMS app, but for some reason, my app does not appear in the list of available options. I have tried to research this as much as possible, but everything points back to that same tutorial, or is outdated. Do I need a <receiver> as well? Can someone explain what I am doing wrong? The code: @Override protected void onResume() { super.onResume(); Log.i("MainAcitvity", "On Resume Called"); // Only do these checks/changes on KitKat+, the

Does an Alcatel Genesys simulator/emulator exist?

夙愿已清 提交于 2019-12-11 09:06:22
问题 Me and my team were tasked to integrate our application with Alcatel Genesys call center, but we don't have access to a proper instalation nor equipment (like, for instance, phones). Is there some kind of software I can use to simulate such environment to test our application? And where should I begin researching how to do this integration? (PS: I posted this same question on https://serverfault.com/questions/308381 - I didn't exactly know which of the sites this really belongs to). 回答1:

Freeswitch India Progress tones

安稳与你 提交于 2019-12-11 04:57:18
问题 I'm using Freeswitch 1.6 to detect Progress tones. I need to configure India but I'm unable to find correct test numbers to validate Ringback/Busy/Reorder tones, looking for existing working settings. Using spandsp.conf.xml module. I have US, MX, BR working just fine. I looked into ITU-T standard and Asterisk sample configuration: [in] description = India ringcadence = 400,200,400,2000 dial = 400*25 busy = 400/750,0/750 ring = 400*25/400,0/200,400*25/400,0/2000 congestion = 400/250,0/250

Calculating different tariff-periods for a call in SQL Server

江枫思渺然 提交于 2019-12-11 01:49:51
问题 For a call-rating system, I'm trying to split a telephone call duration into sub-durations for different tariff-periods. The calls are stored in a SQL Server database and have a starttime and total duration. Rates are different for night (0000 - 0800), peak (0800 - 1900) and offpeak (1900-235959) periods. For example: A call starts at 18:50:00 and has a duration of 1000 seconds. This would make the call end at 19:06:40, making it 10 minutes / 600 seconds in the peak-tariff and 400 seconds in

Device compabilities issue in iOS

主宰稳场 提交于 2019-12-10 10:53:47
问题 We uploaded an app where in the first version we added to device capabilities “telephony” to restrict only iPhone devices in the info plist. In the second version we forgot to add “telephony” and we submitted to the App store. Third version we are planning to upload with device capabilities as “telephony” but while submitting to the App Store it shows the warning: This bundle is invalid. The key UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this