Questions tagged [phone-call]

Phone calls are a method of transferring real-time two-way voice information over large distances.

Since Meucci (or Bell) invented the telephone, distances between people have been reduced to a mere physical meaning.
Nowadays you can share your ideas or feelings or whatever in a matter of seconds, through a simple phone call.

1220 questions
-2
votes
1 answer

Add/remove phone number to reject list

I want to know how to add or remove a phone number to auto reject list programmatically in android? I already detect the call and rejected with ITelephony, but i want to access to the reject list.
-2
votes
2 answers

Android : Customizing view when user getting call?

Hi friends I'm developing android application here I want to set image, accept button, cancel button when user getting call. I can't able to find any tutorial related. Suggest me any tutorial. Thanks in advance
Aristo Michael
  • 2,166
  • 3
  • 35
  • 43
-2
votes
1 answer

Objective C - Ensuring that the iPhone user has un divided attention for the app. Disabling all notfications

I have to develop an app that has to have an undivided attention of the user. Following things should NOT happen while the user is using the app: Incoming Phone Call Device going to sleep Battery draining Push notes from other apps Local…
-2
votes
1 answer

How to Transfer a call over H323 Trunk in Asterisk

I have an incoming call from Ericsson PBX to Asterisk through H323 trunk and I want to transfer this call back to Ericsson and then shutdown Asterisk. Transfer function does not work over H323 and if I use Dial when I shutdown Asterisk call will be…
AmirA
  • 133
  • 2
  • 15
-2
votes
1 answer

VOIP for Office

the scoop of this question we are operating virtually in USA (outsource) now we have 7 departments in our building here , and few dep in USA office we want to make a setup that can connect our local office intercom with USA office i thing for…
Rohan Zakie
  • 319
  • 5
  • 14
-2
votes
3 answers

How to use repeat method?

I have a Method that makes a phone call. The number and delay comes from strings in two edit text box's. It works fine. But, i would like to put it in a loop so that it does the same this a number of times before it ends. My code is - public void…
Parksie
  • 65
  • 1
  • 3
  • 10
-2
votes
4 answers

Link that allows web visitors to call admin

A client has requested a feature on his contact-us page where browsers can call only his phone and he will be charged by some online calling service. Does anyone have any thoughts if this is possible?
Haz
  • 849
  • 1
  • 9
  • 18
-2
votes
1 answer

software to dial a number every 20 minutes via sip

I am looking to find a software that calls via sip every 20 minutes. Actually i want to to call a specific number but the line drops after 20 minutes. I want to redial automatically when the line has dropped....Any ideas?
-3
votes
1 answer

Is Red5Phone Full Duplex VoIP Application?

I try to run red5phone. I know it's a application TCP-based, so I think the quality of voice is better. But, did anybody know about the communication system? full or half duplex?
zia
  • 57
  • 1
  • 8
-3
votes
1 answer

Is it possible to replace Android's inbuilt Caller with Custom UI?

Android's UI that i want to replace with my own. So is it possible to replace and yes, then please suggest me some User-Permission to do so
-3
votes
1 answer

I have created an android app for blocking the number from calling when a button is pressed

I have added the ITelephony.aidl file in the src folder with the package name as package com.android.internal.telephony. The below code is the PhoneCallStateListener.java package com.broad.sowmy.blockingcall; import android.content.Context; import…
Sowmya
  • 11
  • 5
-3
votes
1 answer

Phone calls not working ios 9

I have tried with the following code: [[UIApplication sharedApplication] openURL:[NSURL URLWithString:phone]]; and also registered strings in LSApplicationQueriesSchemes, but still not working phone call.
-3
votes
1 answer

How to dial number starts with * in iphone app

I am developing an iPhone app and I need it to call a number that starts with *, is there a way to overcome Apple's restrictions (I know they prevent that)?
-4
votes
1 answer

SWIFT - Call a friend to chat

I am a beginner in swift developpment. I am looking for help to write the swift code that would give a call to a friend of my contact list, and: if he answers to my call, it opens a chat window. (no vocal conversation, just chat). At the end of the…
Rem
  • 1
  • 1
-4
votes
1 answer

How to show incoming call screen for my app using android SDK?

How does WhatsApp call or other VoIP based apps show incoming call screen with photo on Android? How do I get this information of the caller to show it to the receiver? (This is not for the default phone call, it is for the call made through my app…
Bharath
  • 613
  • 2
  • 7
  • 17
1 2 3
81
82