Questions tagged [outgoing-call]

19 questions
0
votes
0 answers

OnReceive BroadcastReceiver not fired when outgoing call is answered

I want to detect the outgoing call when it is answered, I use a BroadcastReciever with the following code: class OutgoingReceiver : BroadcastReceiver { public override void OnReceive(Context context, Intent intent) { string number =…
0
votes
1 answer

Outgoing Call End Classification

I just want to know if when an outgoing call ends, we can differentiate and know if it was due to normal hangup (normal call end), or call end due to disconnection (loss of signal, network congestion, or any reason from the carrier)
Hussein M. Yassine
  • 181
  • 1
  • 1
  • 9
0
votes
1 answer

How to detect an Outgoing call in android

Just I want to know if there is a code that can detect if 'im calling someone with the default android phone app.. this is my code here and of course I need more hints if(intent.getAction().equals("android.intent.action.PHONE_STATE")){ …
Mustapha
  • 13
  • 1
  • 4
-2
votes
1 answer

Mystery call to 54.243.198.12:443

Using an app to monitor my app outgoing calls (using the app "Network Connections"), I noticed that my app calls an AWS server (in North America) on IP 54.243.198.12:443 (and sometime AWS in Ireland at 23.21.121.219:443). I don't use and external…
Eran Shay
  • 107
  • 1
  • 1
  • 8
1
2