Questions tagged [incoming-call]

Questions on scenarios related to incoming phone calls

Questions on scenarios related to incoming phone calls, like incoming call location, incoming call details, incoming call recording, etc.

140 questions
0
votes
0 answers

how can I avoid validation of the caller id when I make a call to Twilio via trunk?

When I redirect a call to Twilio via trunk I want to know the callerId of the first number and Twilio tells me that I need to verify the number first. I call a phone number (phone1 to phone2) and the second one redirects the call to Twilio via…
Marc
  • 1
0
votes
0 answers

Is it possible to transfer sip incoming call (remote address) to the another app like another sip client apps?

If it is possible how to do I am developing sip client in android studio in kotlin for android using linphone sdk. Thanks in Advance. Do anyone have solution for this please share I am working on this from a long time.
Avi
  • 1
  • 1
0
votes
2 answers

Incoming Phone Call notification has no ringtone sound or vibration

Method to create a Notification Channel private fun createChannel(notificationManager: NotificationManager) { val uri = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE) val audioAttributes = AudioAttributes.Builder() …
0
votes
0 answers

How can I detect a new incoming call during an active phone call programmatically in Android

I'm building an Android Dialer App and currently I'm working on a calling feature. The problem that I'm facing right now is when I'm already on a phone call and someone calls me, my app doesn't detect that there is another incoming call. I want to…
0
votes
0 answers

How to build screen like incoming call default on android

Im trying build app identification caller without contact on android with Broadcast service and telephony manager, i know it's not possible to custom android default incoming UI, i built my incoming UI too My UI: But i'm wondering if i have to…
0
votes
0 answers

Android Kotlin : How to start Application and show certain activity on Firebase Notification Data Message Received

I am building voice call app and I am trying to use Firebase Messaging to show incoming call notification. For this, I send data messages from firebase and I receive the notification data from onMessageReceived callback inside my app's…
Nay Lin Aung
  • 73
  • 3
  • 10
0
votes
1 answer

How do I know if BroadcastReceiver is working?

I'm trying to do an app that can send to a web service the phone numbers (and the contact name only if it is already registered) from incoming calls, so I found this question here, and I implemented the answer as the follow way: public class…
0
votes
1 answer

Error in recording incoming calls doesn't work?

I am making a call recording app outgoing call is recording but the incoming call is not recording. I have also tested on different mobiles but the issue is the same. I have tested different methods like " MediaRecorder.AudioSource.MIC ", "…
0
votes
1 answer

Launch activity for income call when phone is locked android

I want to launch an incoming call activity when the device screen is locked in Android. I have added to my manifest the following
james04
  • 1,580
  • 2
  • 20
  • 46
0
votes
0 answers

How to do something when i detect missed call but NOT WHEN CALL IS REJECTED

I read this article but I want to do something only when I receive a missed call. I see that the article works in missed and rejected call. If the state was rinning and the new is idle I know that of that way I can detect missed call but it's…
mojojojo
  • 33
  • 7
0
votes
1 answer

Xamarin Android React to Incoming and Outgoing calls

I want to react to calls (incoming and outgoing ) on a device. The main issue is that the Broadcast receiver that monitors the Phone.State never receives notifications about calls both incoming and outgoing so the code for recording call…
0
votes
0 answers

How is google call screen streaming audio to an incoming call?

I have been trying to stream an on-device audio file to an incoming call, I am not able to achieve that. but it looks google call screen is having no problem streaming audio to an incoming call. I just wanted to understand how are they achieving…
Nadir Laskar
  • 4,012
  • 2
  • 16
  • 33
0
votes
1 answer

Incomings Call with Android Sip stack in Embarcadero C++ builder

I'm trying to receive calls on my SIP application at Embarcadero with C++ builder and I'm not able to get it. My situation is as follows: I've made an Asterisk server, I've created several accounts to be able to do the tests and I've downloaded the…
LRA
  • 1
  • 3
0
votes
0 answers

broadcast receiver in xamarin forms to detect incoming calls

hey guys i'm new to xamarin forms and I've attempted a simple app that sets reminders and a part of that app is to detect end of call and generate a pop-up like in true caller.now I've tried the same code with android and loogged a message when an…
0
votes
1 answer

How to simulate a incoming call using Xamarin Forms

I want to simulate a incoming call in Xamarin Forms app and capture the answered vs cancelled action by user. I want to initiate the call on a trigger like timer in the background.
VKR
  • 655
  • 1
  • 8
  • 14