Tagged Questions
The phonecalls tag has no wiki summary.
9
votes
4answers
3k views
How to Trigger a phone call when clicking a link in a web page on mobile phone
I need to build a web page for mobile device. There's only one thing I still haven't figured out: how can I trigger a phone call through the clic of an image or text.
Is there a special url I could ...
8
votes
11answers
3k views
Make an incoming call on my mobile trigger an action on my pc
I have a specific scenario in mind, but I will ask this generally:
Is there a way to make my mobile phone trigger an action on my computer? I am thinking that with a smart phone it must be possible ...
3
votes
1answer
300 views
Android: Can you send/receive data along a phonecall?
I'm trying to pass some data to a phone I'm calling.
Is there any way I can do this?
I don't really care about the type of data (a single bit is enough),
as long as I can identify it and trigger a ...
3
votes
1answer
4k views
How can I make a phone call programmatically on iPhone?
How can I make a phone call programmatically on iPhone? i tried the following code but nothing is happening:
NSString *phoneNumber = mymobileNO.titleLabel.text;
[[UIApplication sharedApplication] ...
3
votes
2answers
1k views
make a call from my iphone application
I have implemented the ability to make a call from clicking on a row of descriptive tableview of my hotel; I used the URL scheme by writing the following code in method "didSelectRowAtIndexPath ":
...
3
votes
3answers
389 views
How to recognize if app was reloaded after phone call?
I have a program which automatically launches a phone call when program is started. This is implemented in AppDelegate's "applicationDidFinishLaunching"-method.
Problem is: When phone call ends and ...
2
votes
1answer
38 views
How to know if a call has been established?
Well, I did a program to make a call to any number of my contact list and it works like a charm. The problem is that I would like to know if the connection has been estabilished (the other person has ...
2
votes
0answers
174 views
block incoming call without ringing even for fraction of a second android
i have used the following code:
Problem: It is working fine and blocking incoming call but phone ring for fraction of a second before disconnect the call. can there be a solution which i am looking ...
2
votes
2answers
149 views
How to make a phone call in Java EE
Is there a way to make a phone call in Java EE? Making a call, ending it, etc.
Just like we can SMS using some sites for free like way2sms, is there a way that i can make a phone call for free?
2
votes
1answer
1k views
My streaming audio player continues to play during a phone call - cannot make it stop! (Android)
I have an app that consists of multiple activities and one service. The primary activity is a UI for streaming audio. When the user pushes the play button, the service is started, streaming the ...
2
votes
2answers
374 views
Android: Making a phone call from home screen widget
I have a widget and I want it to make a phonecall to a particular number when the user clicks on the widget. How do i do this? Please help.
2
votes
1answer
858 views
Android: Change activity state when receiving a phone call
A problem came up in my latest android programming project.
The problem is I would like to change Activity that launches when the phone receives a call.
Is it possible to add some text after the ...
2
votes
1answer
651 views
Android - supress the native In Call Screen and replace with 3rd party?
Currently creating a VOIP application for Android and I was wondering is there any possible way to supress the In Call Dialog when sending a call over GSM and use our own 3rd party In Call Dialog or ...
1
vote
1answer
80 views
How to make a phone call by clicking on number
I have a list view containing numbers. When you click on the number, I want it to make a call, and present a confirmation popup with two options - "Yes" and "No". When I call the following code, it ...
1
vote
1answer
117 views
MonoTouch : Can I use a UILabel to show a phone number?
I need to show a phone number in a view and that when clicked a call is initiated. Currently I'm using an UILabel and I have no idea how to do it.
Is this the correct control? If no which one would ...
1
vote
0answers
39 views
Restrict to call a number in a webview in android
I have created a webview . I have loaded the URL by using the loadUrl(). In the webview , some 9 and 10 digits are there. While clicking on the numbers it will give a phone call and calling action is ...
1
vote
3answers
69 views
How to call from application to phone number
I am displaying Business card view on which I have one button on which I am setting Button title as phone number string which I got after parsing. I am getting perfect phone number string value on the ...
1
vote
0answers
30 views
App running in this time get the incomming call how can write junit testcases in robotium android app?
I am implementind robotuim using junittestcases in my application .in application running time get the incomming call in this time drag call button in accept how can write the testcases accept and ...
1
vote
2answers
593 views
how to cancel/hide the Incomming call intent android
Friends
I wanted to know is there any way i can check for incoming call in android?
I also want to know if there is any way to cancel the Intent to show the incoming call?
If really we can ...
1
vote
1answer
145 views
how to put phone call functionality in iphone application
I am making an application in which there is a text field to enter phone number, now I want whenever user put number on that text field, there must be a button get generate to call on that particular ...
1
vote
1answer
192 views
open PDF in my webview and make phone call through it
i want to open pdf in my webview and if that pdf contains any phone number then i can make call when touches on phone number.any help please?
1
vote
1answer
103 views
Android DDMS incoming call does not seem to work on AVD with Google API level 11
I have successfully used incoming calls using DDMS on AVD's with level 8 Google API, but when I try the same with an AVD with level 11 Google API, nothing happens.
Has anybody got this to work on any ...
1
vote
2answers
423 views
Windows Phone 7 - Events triggered on phone-call-connect and phone-call-disconnect
I'm writing an application for Windows Mobile 7 which required information about "When a voice call was placed" and "when a voice call was hanged up or disconnected". Are there any API's or ...
1
vote
1answer
494 views
How can i add a button that makes a phone call to a programatically given phone number?
i have an app, that shows a list of friends (each friend haves fullName and movilephone).
i'm using a variation of the listActiviti example of android developers guide
can someone complete my code ...
1
vote
4answers
422 views
Phone development: interact with the call?
Today, the focus of a cell phone's capabilities is drifting away from plain making a phone call.
And somehow, this shows in the API's too. Therefor I'm wondering: if I want to write an app that e.g. ...
1
vote
1answer
4k views
How to reject incoming call programatically in android? [closed]
Possible Duplicate:
How to block calls in android
Can any one tell me how to reject incoming call programatically in android ?
Thank you,
Srinivas
1
vote
2answers
416 views
Can I reject a call from the iPhone SDK
I want my app to automatically reject a call when it comes in. Is this possible with the iPhone SDK?
1
vote
2answers
495 views
Make a phone call from a server--what services are out there?
I am looking to make a phone call from software and have the software read a message to the recipient. I have been using Asterisk, but have found it somewhat are to maintain and it was a pain to ...
0
votes
0answers
19 views
Why WebView hiding the view when i try to do process “tel:” links?
I'm trying to call phone number in my Iphone app.when i try to call phone number by using following code,alert with phone number is shown & when I press cancel alert dismisses but the view is also ...
0
votes
3answers
53 views
Is it possible to send gps location on an android device with a phone call?
Is is possible to send your gps location with your phone call when calling someone? Just wondering this to know is it possible to do this so if another android user is calling, then the other phone ...
0
votes
0answers
71 views
identify outgoing call connect event
I am developing an android Application that measures the time taken by the outgoing call from the moment calling starts upto the call actually connects with the target phone ( just when the ring goes ...
0
votes
1answer
192 views
How to create auto dialer in iPhone using MonoTouch?
I need to create button to call one contact number, that number is the default number and I will mention that number in button click event.
When I click on button need to dial that number in iPhone ...
0
votes
2answers
91 views
Wp7: works with camera in time of call
I want to create an application that will be using the phone's camera. The camera should run for a long time without interruption.
In which way can I manage phone calls?
For example, can I continue ...
0
votes
0answers
27 views
While scrolling tableview and receive a phone call, tableview freezes after restored.
I am having a bug with UiTableView on iPhone 3GS which runs iOS 3.1.3 that while scrolling, not release finger, and receive a phone call, that table view will freezes at the touch point. this problem ...
0
votes
2answers
172 views
Java API to make a phone call
Is there any Java API to make a phone call to a mobile(provided that service provider support will be arranged to make that call)?
myProgram(A) --> Java API to make a call like Skype(B) --> ...
0
votes
2answers
227 views
Force Close when i try to make a phone call
I am trying to make a phone call on a list item click.
Here is my code for the onclick listener:
lv.setOnItemClickListener(new OnItemClickListener() {
public void ...
0
votes
3answers
69 views
Launch call from widget in android
Is it possible to lauch a call by pressing a button within a home screen widget in android?
I have the following code and it does not work, pressing the button does nothing:
public class ...
0
votes
0answers
114 views
Blocking incoming and outgoing phone calls?
I would like to create a app that i can be able to set different phone numbers in a block or allow list. Is it possible to block or allow only certain phone numbers and if so how would i go about ...
0
votes
2answers
237 views
iPhone dev - How can I call a phone number from within an app? Also, how can I hang-up from within the app?
Those are the two basic questions. First of all, I need to know if it's even possible to programmatically hang-up the phone from within my app (when the user presses a button, for instance). Also, is ...
0
votes
1answer
86 views
get android phone call in message
Is there any idea that how can I get phone call as an MESSAGE from server. Like some buddy record voice and save as audio file, and I can get that file in my phone as an MP3 or something like that..
...
0
votes
1answer
280 views
Android 2.1+ Pause for incoming/outgoing call, resume when done
Is there a reliable way in Android to detect the beginning and end of incoming and outgoing calls, in order to do things like pause and play audio.
I have done the following:
telephonyManager = ...
0
votes
2answers
149 views
Counting minutes of calling in app (iOS)
I need some methods for counting banda usage, minutes of calling, number of sms sent, and more (for iOS).
Is there a way to access any of this information?
Thanks!
0
votes
0answers
82 views
iPhone tonepad functionality in two-way/conference calls
It's easy enough to, for example, make a call from an iPhone app and then use the comma pause character to send DTMF signals to navigate through a tonepad menu:
[[UIApplication sharedApplication] ...
0
votes
2answers
127 views
Qt: How to sign up for phone call notification?
I have looked around to find something that could help me receive notification in my app when the device is receiving a phone call.
I found this: QTelephonyCallInfo
But the that one doesn't seem to ...
0
votes
1answer
195 views
Is it possible to hide the number that is called from an app?
I have a list of people in my app and when the user taps one of the list items, that person is called.
Is it possible to hide the called number, so the person would be called but the number would't ...
0
votes
1answer
238 views
Can we store incoming call in to local database in iPhone application
I am developing a dialer application in which I want to store incoming call in local database in my application. After that I want to show the incoming call data on tableview. Is it possible to access ...
0
votes
1answer
894 views
Initiate call from webview programmatically
I have the following problem:
I am working on an Android application where at some point I load a webview with content from the internet. The HTML and javascript code of the webview includes the ...
0
votes
1answer
162 views
Possible to apply effects to the sound during a phonecall (iPhone)?
So can I catch the sound input, and manipulate it before it "sends" to the phonemate?
0
votes
0answers
339 views
Using JavaScript to make a phone call after a timeout? [closed]
I have a text file containing a telephone number and a time. How can I use JavaScript to count down from this time, and then use ADB to make an Android phone call to that number?
Thanks.
0
votes
2answers
414 views
How to identify while getting incoming call in iPhone app?
I am editing some thing in an iPhone editor application. That time, I am getting a call. How can I identify an incoming call by coding ?
If any one having idea about this, just share with us.