Questions tagged [outgoing-call]
19 questions
3
votes
0 answers
How to block outgoing network requests from all Microsoft SQL Server processes?
To study some specific customer issues, I have a copy of their production database running on a separate machine. The database has CLR assemblies and some complex legacy code to call external services through triggers and stored procedures.
I would…

JustAMartin
- 13,165
- 18
- 99
- 183
3
votes
0 answers
How to be notified when an outgoing phone call is answered?
Background
I need to get notified when a phone call is answered and hanged.
For incoming call, I use the TelephonyManager.ACTION_PHONE_STATE_CHANGED Intent with the TelephonyManager.EXTRA_STATE that comes with it.
The problem
For outgoing calls, you…

android developer
- 114,585
- 152
- 739
- 1,270
3
votes
0 answers
Android incoming or outgoing call phone number is null
I want to retrieve the incoming/outgoing call's phone number, but sometimes the delivered phone number is null. I'm unable to reproduce it, but my clients are reporting that sometimes it's not working. I can confirm this because I have logs about…

Zbarcea Christian
- 9,367
- 22
- 84
- 137
2
votes
1 answer
outgoing call information through android BroadcastReceiver
I want to find some events after I dialed for a number, i.e at the destination side, the call is accepted or rejected or busy or not-reachable. How to find these events in android. I got found some API's in android.TelephonyManager but those for…

Shiv
- 191
- 2
- 16
2
votes
0 answers
How to detect outgoing call states in android using broadcast receiver on Oreo and above?
Can anyone provide me sample code for detecting outgoing call state on Android Oreo and Above ?
My code is working fine up to android 6 but not working on Android 8.1 and Android 9. Almost all answers on stack overflow are consisting deprecated…

Roshan
- 381
- 3
- 8
2
votes
1 answer
Running a service on Outgoing Calls in Oreo
I'm developing an app which needs to run some code (Open Activity) whenever an call to specific number is performed.
In API 24 and lower it's fine, I register an implicit receiver in Manifest file and start my service in the specified class which…

Luiz Santos
- 55
- 11
1
vote
0 answers
How to detect outgoing calls response
My task is to find a way (if there is one) to detect when an outgoing phone call is answered by the receiver.
After some research, I have tried the following:
A. BroadcastReceiver for PHONE_STATE action
…

Max90
- 79
- 6
1
vote
1 answer
SIM900 GSM Module | How to check if the outgoing-call is answered
After sending an outgoing call using SIM900 GSM module using AT commands, is there a way to know if the person receiving the call has answered it?
(directly communicating with GSM module using serial)

Anthony Fernando
- 11
- 3
1
vote
1 answer
How to end outgoing call automatically in android java?
I have an edit text where I input user's phone number and make a call and once the phone rings I want to end the call automatically rather than the user cutting up the call. How can I achieve this programatically ?
Here is my MainActivityCode:
…

Josss
- 229
- 1
- 4
- 19
0
votes
1 answer
How to obtain the outgoing call phone number on Android 10 without creating a custom dialer interface?
I'm developing an Android app that needs to track the outgoing call phone number and execute a deeplink to a specific screen in my app. However, I cannot ask users to use my app for making calls instead of using the default dialer.
Starting from…

frederyk
- 1
- 1
0
votes
0 answers
HTTP 400 error after some calls using phone number from Twillio
While using a phone number from Twillio to call our customers, sometime suddenly it shows this error :
Bot Error ❌: HTTP 400 error: Unable to create record: Account not authorized to call +966552662***. Perhaps you need to enable some international…

Rakan
- 23
- 1
- 4
0
votes
1 answer
Asterisk simultaneous outgoing calls with media
Is it possible to originate several outgoing calls with Asterisk taking several media streams from some program's outputs (or from ALSA/etc playbacks or from FIFO-pipes)? Fully automated solution, no human intervention required.
Issue
I have…

viktorkho
- 618
- 6
- 19
0
votes
1 answer
Android intent action wrong when making an outgoing call
I am working on an Android (kotlin) app which logs phonecall information (phone number, date and time). It works with incoming calls, but I fail to do it with outgoing.
I have tried a lot of solutions, but none of them seem to work.
This is the…

ilinq
- 25
- 6
0
votes
1 answer
Android not detecting intent action correctly
I am writing an Android app (kotlin) which logs incoming and outgoing calls (information about phone number and date). So far, I can obtain phone number from incoming calls, but failed to obtain it from outgoing ones.
I looked at tutorials and all…

ilinq
- 25
- 6
0
votes
1 answer
How can I make an Outbound call without being connected to it?
In my android application, using Java, I want to be able to click a button(the phone number will already be provided) and have Twilio send a call to that number, but I want a specific mp3 to play a message to the person it sent the call to.…

Tdellard1
- 7
- 1
- 4