phonecalls

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 to link the phone and the pc with bluetooth, and have some sort of small program running on my computer that will listen for incoming phonec...

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 configure. I'm wondering if there are any services where you can send it a piece of text and a phone number and it will read it to the recipient...

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 my app automatically launches again, it restarts that loop and phone call is started again. How to recognize if app was returned from that ...

App that makes phone calls and stores data for iphone, Android and blackberry?

Hi, The app I'd like to build aims at giving contact information of a person using a search engine. This is the basic feature. To make it more appealing, I'd like to add those enhancement features: (1) allowing making a phoning call to the contact (when pressing a button for ex.) (2) allowing the user to store contact information th...

On blackberry : making a phonecall within an app on user action without J2ME ?

I'm a complete newbie on blackberry. Is there a way of making a phonecall within an app using Browser application development ? (for example using a link with a protocol similar to 'mailto:[email protected]' but that would make phonecalls instead of sending mails) If not, is it possible to make phonecalls using the Rapid application dev...

On Android : making a phonecall using a browser application

On Android mobiles, does anyone has checked that if a user clicks on a link <a href='wtai://wp/mc;5551231367' title='Call'>555.123.1367</a> this would propose the user to make a call to this phone number ? If not, do you know how is it possible to do it ? ...

How can you prevent somebody from calling in Android ?

I want to write a software to allow the parents to set a limit to their children phone calls. I need to lock some phone capabilities with a password after the limits are reached. I'd like to know how I can block phone calls from being made, and receive. And if it's possible to set a white list for emergency calls (e.g : the teen can't ...

Looking for "tech call" tracking software.

The company I work for is looking for the best way to track "tech calls". We would most likely develop in house using vb.net, but possibly could look at using some open source vb.net software already out there. We will probably want to track just the basic info like client, datetime, length of call & a notes section about the call. On...

Can you get a keypress event for the phone call key in Flash Lite?

All mobiles have a green dialing key. Do you get an event for this in Flash Lite 3.0 or above? ...

Blackberry - run menu item from dialer Phone App

I'd like to describe one trick I learned at supportforums.blackberry.com There is a native dialer Phone Application in blackberry: The trick is to programmatically run menu items of dialer after incoming call, call fail or any other call event. ...

How to Trigger a phone call when clicking a link in a web page on mobile phone

Hi SO, 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 enter like the mailto: tag for emails ? Device specific solution are envisagable. I know Iphone automatically recognise phone num...

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 screen instead? At the minute when we switch from our VOIP call and send it over GSM via the ACTION_CALL intent it does everything we want ...

Detect phone calls in iPhone

Hi. I'm developing an app in which, among other things, the user can input a phone number. Later, while seeing the inputed information, I display the phone number in a UITextView which detects the phone number automatically. In an iPhone, when the user presses the phone number, he is automatically asked if he wants to make a call. This...

Android: Change activity state when receiving a phone call

Hi. 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 contact name when a call is received. I have search the web for something that could do that, and been looking in the API for hours and I ca...

how to handle incoming call events in Android

Hi there Does anybody know if there is any event to handle incoming calls?? I'm developing an app that streams audio from the microphone and I would like to have a listener that stops the recording, etc when there is an incoming call...and that restarts the procress when the telephone call is over. Thanks in advanced ...

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 ": NSString *phoneNumber=element.phone; [NSString *phoneNumberScheme = [NSString stringWithFormat:@"tel:%...

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? ...

Get cursor to all phone calls, sms, contacts, and mail in Android?

Is there a way to retrieve a cursor to all phone calls, SMS, and email sent in android? To be used to gather the calls, sms, and email sent by a specific person. Also a cursor to all the contacts in the local phone. ...

green call button action for textField in S40

Hi ' I have made a j2me application that has a text Field with phone number as constrains and I need the user to press the green call soft key to make a call with the number in the text field It works fine in all Nokia s60 devices but the problem that when deployed the application on Nokia s40 devices nothing is done when pressing that k...

Make a call and play a message? (Android 1.6)

I have an application that will need to make a call and play a recorded message. Is that even possible? ...