A voicemail is an electronic communication system in which spoken messages are recorded or digitized for later playback to the intended recipient.
Questions tagged [voicemail]
85 questions
0
votes
1 answer
How to programmatically send voicemail message on the iPhone?
Is there any way to send voicemail message from iphone application,I know from MessageUI framework it is not possible. I have search in google but could not find how to do this, I got only how to send text message, So any help much appreciated.

PDP
- 159
- 1
- 12
0
votes
2 answers
How do I convert text-to-call?
Am building an app for WP7 Mango version. The requirement is that when ever a message is sent from that app to a predefined set of contacts, in case the number to which the message is sent is not capable of receiving messages, then, a call should be…

Apoorva
- 1,047
- 13
- 33
0
votes
1 answer
Retrieving voicemails from android programmatically
Is it possible to retrieve voicemails from Android phone programmatically and forward them? Does the Android API allow one to do so?

ssk
- 9,045
- 26
- 96
- 169
0
votes
1 answer
Lync 2010 SDK: how do I get the user's voicemail URI?
I'm writing a simple C# application that answers a Lync call and depending on a database value, forwards it to another phone number. That works perfectly. However, sometimes I want to forward the call to the user's voicemail. I can't figure out how…

sbutler
- 617
- 5
- 10
0
votes
1 answer
Broadcast/Event for Voicemail Received Notification Message in Android
In my application I have blocked incoming calls, so it’s getting redirected to configured voicemail.
As soon as caller place a voicemail, I received a notification message on the device saying “You have new voicemail” and it generates beep.
I would…

MaheshValu
- 101
- 2
- 10
0
votes
1 answer
Is there any way to clear the Voicemail notification that was added by my app in ICS?
My app is using the new VoicemailContract functionality in ICS to insert voicemails that show up in the stock call log. I've got it working perfectly, but I can't figure out how to control the new Voicemail notification that pops up when the new…

user496854
- 6,461
- 10
- 47
- 84
-2
votes
2 answers
Is it possible to create an Android app to change the outgoing greeting for voicemail to an mp3 file?
If not, are there any work-arounds that are simple?

B Seven
- 44,484
- 66
- 240
- 385
-2
votes
1 answer
Scrub lead against National DNC
Scrub lead against National DNC
What does this mean?
I have Ringless VoiceMail API
and some of settings is this
" scrub_nat_dnc': true, //# Scrub lead against National DNC "
Should I turn this to true?
-2
votes
1 answer
Android 4.0+ VoiceMailContract is not showing proper result
Android VoiceMailContract Code :
public void voiceMail(Context ctx) {
if (Build.VERSION.SDK_INT >= 14) {
try {
final String selection = VoicemailContract.Voicemails.IS_READ + "=0";
final String sortOrder =…

AJit
- 1,283
- 1
- 13
- 34
-2
votes
1 answer
iOS app that will get voicemails
Is it possible to build an iOS app that will get user's voicemails ? As I understand, such functionality isn't provided by iOS sdk. If so how such apps like "YouMail" are doing this ? This app is working with AT&T and this provider doesn't even have…

user801255
- 607
- 1
- 8
- 23