Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
278 views

Which SMS aggregators also provide voicemail services?

I am researching companies that provide both SMS and voicemail services via an API call. I want to be able to contact users (most of whom are US-based) via both text-message and voicemail. The idea is ...
1
vote
2answers
53 views

Which technologies i should use to develop voice related applications

I would like to develop one application which record voice messages and stores in cloud. it works like this 1) user calls mobile phone and record message. 2) The recorded voice message/voice mail ...
1
vote
1answer
86 views

Voicemail Protocol Specification

Is there a public protocol for Voicemail systems? If so, any specifications out there?
1
vote
0answers
78 views

Excahnge Server: Modify attachment (change codec of audio file) before delivery

We have a situation where our phone system will deliver voice-mail as email attachments to the phone. The problem is the format (while wav) uses a proprietary codec that most mobile device users ...
1
vote
1answer
213 views

VXML Beep at recording timeout

The VXML application I mentioned in a previous question is now in testing. After allowing the user to record a message (max length 5 minutes) we go into a standard menu (submit, playback, re-record, ...
0
votes
0answers
8 views

Is there a managed API to programmaticly use Microsoft Exchange Server 2010 Unified Messaging Voicemail?

Can we achieve integration between a .net application and Microsoft Exchange Server 2010 Unified Messaging in general Voicemail functionality in specific; where basically this app provides an ...
0
votes
1answer
22 views

Audio Messaging Interchange Specification

Audio Messaging Interchange Specification. I am attempting to locate a copy of this rather old specification. Can anyone recommend where I might find this? All my searches have turned up endless ...
0
votes
1answer
65 views

Can I use reflection to invoke the new Voicemail API in Ice Cream Sandwich (Android)?

I have an app that runs with minSdk=5 so that it can run on Android 2.0 or higher without me having to create separate versions for different OS versions. But, I would like to be able to hook into the ...
0
votes
1answer
248 views

Is there a way to change voicemail message in Android?

I know you can get the voicemail number but i am looking a way to change voicemail message on android? Given you have your voicemail password is it a way to establish a call and change the voicemail?
0
votes
1answer
56 views

Is it possible to set the VoiceMailNumber?

It is possible to read the voice mail number by using this: http://developer.android.com/reference/android/telephony/TelephonyManager.html#getVoiceMailNumber() But is it possible to set it yourself? ...
0
votes
0answers
145 views

Change the android voicemail number like Google Voice

I understand you can get the current voicemail forwarding number, but I want to be able to change it. It looks like it involves passing in a CallForwardInfo object into something. Most of the ...
0
votes
2answers
139 views

voice mail (VVM) in android

I am trying to develop an android application which will retrieve a voicemail message left by a user, but I'm stuck in its development because resources on Internet are quite limited about ...
0
votes
1answer
168 views

Detecting End of Voicemail AND Recording at same time (Asterisk)

Please consider this a desperate please for help! We are building an app that records the outgoing voicemail message of dialed cell phones ONLY. When the outgong message on the dialed cell phone ...
0
votes
2answers
221 views

How to determine the voicemail phone number in Android

How can I determine the phone's voicemail number in Android code?
0
votes
1answer
674 views

forward calls to voicemail in android?

I was searching and googleing this topic for more than 2 hours but maybe there's something wrong with my search, cuz i didnt find anything. can somebody help me in this? any topic, tutorial, piece of ...
0
votes
1answer
80 views

voicemail number via api

Is there an API to get a user's voicemail number on iPhone?
0
votes
1answer
529 views

TelephonyManager detect voicemail on outgoing call

thanks again for all the help I have received here! I have written a Listener that detects when a call has ended. Furthermore I want to detect wheter the receiver picked up or I ended up on the ...
0
votes
1answer
468 views

iPhone: Sending SMS and altering Voicemail message

it is possible with iphone sdk to send sms to a user or change the voicemail greeting? thank you
0
votes
3answers
337 views

Send Voicemail

I'm looking into ways of sending a voicemail message (ideally as an audio file) to a number of mobiles/landlines in the UK (anywhere up to 300 people, but we can do them in batches if necessary). Has ...