Android :: Any Application So That Outgoing Call Go Straight To Voicemail?
May 15, 2010
I thought I had seen some application where you can call someone and have it go straight to their voicemail. I've been looking around and haven't been able to find it. Does anyone know if such an app exists.
View 4 Replies
Nov 30, 2010
"How to" I find said that if I select a contact, there should be a box to check for "send straight to voicemail". As far as I can discover, this does not seem to exist on my fascinate. Is there something I might have done that would make this disappear? Or is it something the fascinate doesn't have for some reason?
View 1 Replies
View Related
Nov 30, 2010
i've just bought a xperia x10 mini pro. after reading the entire user guide, i still can't find the "counter" for total outgoing call time and outgoing sms. Anyone knows where to find this in the phone? previously when i was just W910i, this function was easily located. Someone pls advise and provide some guidance.
View 3 Replies
View Related
Feb 6, 2009
I know there is a way to send contacts straight to voicemail but is there an app that can block calls or can someone please make one.
View 10 Replies
View Related
Jun 7, 2010
I have put this as an option on one of my contacts and none of the calls are going straight to voicemail. For those who don't know, you can have a contact go straight to voicemail when they call. Its an option on the peoples app.
View 1 Replies
View Related
May 10, 2010
For some reason, my Pone does not ring when there is incoming calls. I ported my number on Thursday and on Friday, I had rings with incoming calls. But since yesterday, I have not heard any rings. Calls are going straight to VM. I thought it was a Google Voice thing. GV is known to have this problem in the past.) Then, I disabled my cell number from GV and calls are directed to the Verizon VM. I have not changed any settings.
View 1 Replies
View Related
Nov 26, 2010
I know I could send calls straight to voicemail on my Samsung Moment, is there any way to do it with the Epic? I cannot figure it out, and I've got some people I really don't want to talk to that cannot take a hint.
View 5 Replies
View Related
Jan 19, 2010
I have an issue where occasionally a call will go straight to my voicemail without ringing or otherwise notifying until there suddenly appears a voicemail. And I don't think it even shows up as a missed call. Anyone else have this happen or know what the cause may be? My phone is set to ring & vibrate, and is usually just sitting there asleep. I'm not on another call or otherwise using it. But I can test call it right after and it's fine. Frustrating.
View 16 Replies
View Related
Jan 4, 2010
I have used my Hero in 2 different countries and I get the same problem: Regardless of signal connection, I miss half (a guess) of all calls made to me. People tell me it finally dials after a few straight-to-voicemail tries. This didn't happen with any of my previous phones (Nokias and Motos), in both of the aforementioned countries. I really hope my rubber case has all to do with this because I bought the phone from eBay (i.e. no warranty).
View 17 Replies
View Related
Jul 27, 2010
There have been numerous times when people have tried to phone me and it's gone straight to voicemail. I know when using GPRS you can't use voice and data at the same time but I can't figure out what's using the data stream. I only have the weather application which updates every 3 hours but even when it's not due an update this issue has occurred. Can anyone suggest how to figure out what's using data? The only fix I can think of is to turn off Internet while in a GPRS area assuming the problem is a clash of data / voice.
View 10 Replies
View Related
Sep 28, 2010
I come from the Samsung Moment where there was an option to send specific callers/contacts directly to voicemail without the phone ringing. I've been messing with my new Epic, but can not find this feature for the life of me. Surely it's there somewhere. Can anyone point me in the right direction?
View 3 Replies
View Related
Jan 19, 2009
I can use this code make outgoing call.
Intent dial = new Intent(Intent.ACTION_CALL); dial.setData(Uri.parse("tel:5556") );
context.startActivity(dial);
But how to detect call pick up the call or refuses to answer?
I tried PhoneStateListener but not working.
View 2 Replies
View Related
Feb 14, 2010
I have an Eris and my recent call log on my phone displays my outgoing calls as Unknown even if they are saved in my Google contacts. I have the outgoing calls set to go through GV option selected on the phone and I'm not sure what's going on. The contact is displayed for a second and then reverts to Unknown. When I add the unknown number to my existing contacts it works and displays properly, but when I call the same number back from my contact list, it shows up as unknown. My incoming calls and missed calls all show up with the proper contact info, so it seems to just be a problem with my outgoing calls. Does anyone know what's going on or how to fix this?
View 1 Replies
View Related
Apr 17, 2010
is there a way to create a shortcut to go straight to the call log? Its rediculous that we cant have a button to go straight to the last dialled contacts.. Since mobiles existed, when you hit the phone button you go into Cal Log...
View 4 Replies
View Related
Feb 2, 2009
We are new to Android and creating an application where one of the things we need is to control the outgoing call, at least to be able to stop it from our application. For now we tried using Intent.ACTION_CALL to use existing activity:
Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse ("tel:" + phoneNumber)); startActivity(callIntent);
But we can't figure out whether it's possible to stop launched by this default Call activity. Is it possible? If yes, how? If not, what should we use to write our own Call activity to make a very simple call? We would want this activity only to be used by our application, not for all outgoing calls.
View 3 Replies
View Related
Mar 23, 2009
I want to listen to outgoing call. Below is our manifest.xml and Listen.java. But when a outgoing call is doing, I got the following waring, and the receiver got no response. Would you like to help me out. Thank you very much.
03-23 16:05:09.227: WARN/ActivityManager(79): Permission Denial: broadcasting Intent { action=android.intent.action.NEW_OUTGOING_CALL (has extras) } from com.android.phone (pid=193, uid=1001) requires null due to receiver com.android.lianyun/com.android.lianyun.Listen import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log;
Code...
View 2 Replies
View Related
Oct 18, 2010
I would get outgoing call duration a call, I thought to get when the persone to the other side answer my call, but with PhoneStateListener we can get the state of a call, but PhoneStateListener changes state to CALL_STATE_OFFHOOK immediately when the outgoing call starts and not when the person to other side answers, so i can't get the effective time of call during a conversation.
View 1 Replies
View Related
Oct 14, 2010
I havn´t been able to find out, how to detect the event (if there are any), when an outgoing call is answered - does anybody know how to do this?
View 3 Replies
View Related
Oct 20, 2009
I have seen, using search, that this question has been asked already in this forum, without answer. To ask again: How can I detect when outgoing call has been accepted ?I can detect when outgoing call has been started using BroadcastReceiver. I can detect when call has ended using PhoneStatusListener. But there is nothing more except this two notifications.Internal phone application detects this event, my HTC magic (running standard cupcake) vibrates shortly when other party accepts call.So is it possible to detect this event in 'cupcake' or 'donut'. If not where can I post feature request to android OS developers to include this notification in next API revision.
View 2 Replies
View Related
Feb 12, 2010
Once ACTION_NEW_OUTGOING_CALL has been broadcasted, I need to capture the following event of the other party answer. Could you advice on how to achieve that please? I know it is possible as the android dialer app changes the green android icon to the person's photo excatly when they pick up. I've had a look at the source of the app on Android handling the outgoing calls.
View 1 Replies
View Related
May 20, 2010
I noticed in the class TelephonyManager there are CALL_STATE_IDLE, CALL_STATE_OFFHOOK adn CALL_STATE_RINGING. They seem to be used for incoming calls.What I actually want to do is to be notified when an outgoing call is made, is received, or timed out. How to do that?
View 2 Replies
View Related
Jun 22, 2009
I'm just doing an application that controls who to call and how many rings let the call do. For example, to not wake up someone in the morning we only do 3 tones. I'm using the standard BroadcastReceiver method to stop the call from going out. I explain here for the people who want to do it, also.
[ Manifiest ] 1.- You need enough permissions: <uses-permission
android:name="android.permission.PROCESS_OUTGOING_CALLS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
To make calls and process outgoing calls.
2.- You need a broadcast receiver that catches the broadcast intent:
<receiver android:name=".receiver.PhoneOutgoingCallReceiver" android:enabled="true" >
<intent-filter android:priority="0">
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
</intent-filter> </receiver>
[Code]
3.- You controls who can call in the:
@Override public void onReceive(Context context, Intent intent) { }
View 7 Replies
View Related
Oct 12, 2009
Actually I was working to get duration of outgoing call.But I don't find any way of doing this.Then I decided to get the details of outgoing call from call log.
But my code works only for Activity.I want this to work with Services because I want to get the details related to outgoing call in background using services.What should I do to get these details in background.I currently implement it for Activity.Here is my complete code...
View 9 Replies
View Related
Aug 6, 2009
I want to record the outgoing and incoming call. Can some one tell me. Is it feasible or not ?
View 4 Replies
View Related
Mar 29, 2010
I am new to Android. I would like to create an application that will hang up an outgoing call after it has been ringing for several seconds.
Based on what I have read in the discussions so far, we can abort a call that has just been initiated by using setResultData(null) on the BroadcastReceiver. This just means we can effectively censor calls only. Not exactly what I am trying to achieve.
If the ability to abort a call after it has started ringing is not supported by the SDK, what other means is there for me to achieve this? Are there any internal functions that I can use?
View 2 Replies
View Related
Aug 22, 2009
Is it possible to get a handle on the outgoing data (voice) stream during a call? I'd like to be able to intercept the outgoing data, alter it slightly, then write it back out.
View 15 Replies
View Related
Oct 4, 2009
I am not able to detect when outgoing call has been answered, I have registered BroadcastReceiver for PHONE_STATE broadcast, but onReceive() gets called only when number is dialed and when call has ended.If it is not possible with current API (1.5 or 1.6) please enlighten me ?
View 2 Replies
View Related
Nov 18, 2010
Is it possible to play a recorded message when making a phone call. I mean to call a contact and when the call is answered to play immediately a recorded message.
View 3 Replies
View Related
Mar 1, 2009
I am developing an application where one of the things we need is to control the outgoing call, at least to be able to stop it from our application.
For now I tried using Intent.ACTION_CALL to use existing activity:
Intent callIntent = new Intent(Intent.ACTION_CALL, Uri.parse("tel:" + phoneNumber));
startActivity(callIntent);
But stopping the call seems to be disallowed by default API. For example, enabling airplane mode during the call. Just an example, this hack didn't work for me.
View 9 Replies
View Related
Oct 18, 2012
I want to know how to use the setResultData() in worker thread
1. Registered a broadcast receiver for this intent "android.intent.action.NEW_OUTGOING_CALL"
2. So using "intent.getStringExtra", i got the user dialed number.
3. After that i need to do some database operation and after that i have to change the user dialed number.
4. Using setResultData(), i will update the dialed number.
here i want to do the database operation in worker thread instead of doing it in OnReceive() of BroadcastReceiver.So from the worker thread how can i use the setResultData()?
View 3 Replies
View Related