Questions tagged [voicemail]

A voicemail is an electronic communication system in which spoken messages are recorded or digitized for later playback to the intended recipient.

85 questions
1
vote
1 answer

Twilio integration

I am using twilio from salesforce (On a custom object) to call some numbers. Is there any way to send voicemails to those numbers without ringing there phone or with ring as least as possible . Will appreciate your help . Thanks!
Akum
  • 63
  • 1
  • 2
  • 12
1
vote
2 answers

Voicemail detection on FreeSWITCH

I am working on a predictive dialer-like application in which I should detect whether the call was picked up by a voicemail or not. I am using the follwing: Server: I am using FreeSWITCH v1.6.11. I built and configured AVMD module. Client: I am…
Anis Bedhiafi
  • 185
  • 1
  • 5
  • 22
1
vote
0 answers

Change standard voicemail prompts names in asterisk

is it possible to put my own voicemail prompts in asterisk voicemail? I have them but I must rename all of them like vm-... If they are not vm-... asterisk plays en voices.. I made another directory and put CHANNEL(language)=... in my dialplan.
S.I.
  • 3,250
  • 12
  • 48
  • 77
1
vote
0 answers

How to call straight to voice mail?

I want to create an app that call to the Another users voice mail inbox directly from android phone ( Just like slydial app). How can i achieve this? Is this possible via programatically?
Stack User 5674
  • 1,548
  • 1
  • 20
  • 44
1
vote
1 answer

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
hugo411
  • 320
  • 1
  • 12
  • 29
1
vote
0 answers

Implements sending OOB SMS without user concern, is it possible?

Our Android application is a Visual VoiceMail application which communicates with IMAP server to doownload voicemail mails and play it on user handset. As an autentication method application implements sending/receiving OOB SMS from this client. For…
mohitum
  • 936
  • 2
  • 12
  • 26
1
vote
0 answers

Detect if voice mail is active

Is it possible to programmatically check if "voice mail" (telephone answering program) is currently active? (E.g. if somebody calls my number, the call will be forwarded).
A.G.
  • 2,037
  • 4
  • 29
  • 40
1
vote
1 answer

Asterisk voicemail wrong time stamp always at UTC format

I installed asterisk to make a voicemail server. functions are all working unless in timeformat. here's scenario. When i dial no. and record for voicemail it emails me a right timeformat but in msg.txt its always show UTC format. Server…
1
vote
2 answers

PhoneFactory.getDefaultPhone must be called from Looper thread

I call PhoneFactory.getDefaultPhone() in the callVoicemail() function in TwelveKeyDialer.java, then I get this log message as the title describes, and the twelveKeyDialer app crashes, how does this happen? How can I solve this problem?
user1597692
  • 11
  • 1
  • 3
1
vote
2 answers

Using VoicemailContract Gives Permissions Error

I am trying to use the VoicemailContract, but I keep getting a permissions error even though I am including the permision in my manifest. Can anyone shed some light on what's going on? I get this error when trying to access the Voicemail…
Camille Sévigny
  • 5,104
  • 4
  • 38
  • 61
1
vote
0 answers

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 cannot playback. I need for our Exchange server…
David Hamilton
0
votes
1 answer

Access voice mail on droid device

I am fairly new to Android development. I am using Mono for Android for development. I was just going thru the documentation on Xamarian website but i did not find any reference for accessing Voice Mail folder on the device. So i did some more…
Asdfg
  • 11,362
  • 24
  • 98
  • 175
0
votes
1 answer

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 references to glossaries but no actual specification.
Dark Falcon
  • 43,592
  • 5
  • 83
  • 98
0
votes
1 answer

Customer send a voicemail if user doesn't answer, in an incoming phone call

I am making an application where a user can buy a masked number and customer can contact that user via masked number. Now what I want to do is that when a customer calls a user's masked number, the call gets forwarded or redirected to his original…
0
votes
1 answer

How to send a voicemail for outbound calls in case of no-answer using Twilio Voice?

I cannot find a way to send a no-answer outbound call to go straight to mailbox. I tried to use AMD to handle the flow of call but it did not work for me. If a call is declined, I get a voicemail on an answering machine. If I let the phone ring and…