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
0
votes
0 answers

How to temporarily transfer voicemail tasks another agent?

Consider a situation where an agent on a dedicated line is receiving many voicemail messages and they are in a training for next few hours. Now supervisor sees this and want to distribute the load among other available agents. what would be the best…
0
votes
0 answers

My elevated button in flutter is not working, I can see it in the screen but does not react to the on Pressed function

The button is intended to delete/dispose a voice message when you are recording a message and you lock the record but does not answer to onPressed function. This is the code Widget timerLocked() { return Positioned( right: 0, …
0
votes
1 answer

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?
user914425
  • 16,303
  • 4
  • 30
  • 41
0
votes
1 answer

Twilio Flex Voice Mail to Unavailable

We have set-up our Flex, and stuck on one of the last steps. We are a small office, and have a main number that clients call us on. If they ask for a specific employee, more importantly, if the specific employee is required to answer the client…
0
votes
1 answer

Twilio asyncAMD callback url invoked before initial Twiml prompt finishes

To set this up, here is the use case: IVR system calls someone and reads a long-ish twiml prompt at them (about 251 characters) at the end of the prompt gather user input if a non-human answers the phone, I'm using asyncAMD callback to get the…
Michael McCarthy
  • 1,502
  • 3
  • 18
  • 45
0
votes
2 answers

How to leave a voicemail using Twilio AMD?

Given client code that makes an outgoing call like this: var accountSid = configuration["accountSid"]; var authToken = configuration["authToken"]; TwilioClient.Init(accountSid, authToken); var call = CallResource.Create( …
Michael McCarthy
  • 1,502
  • 3
  • 18
  • 45
0
votes
0 answers

Forwarding call recordings in Twilio for Zoho

I use Twilio and Zoho Phonebridge for inbound and outbound calling to customers. I use Zoho's built in IVR which works well, but has gaps. The main gap is when I get a voicemail, I need to login to Twilio to get it and that's a time sink. I would…
Tom
  • 1
0
votes
1 answer

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? Thanks in advance!
Ikky
  • 2,826
  • 14
  • 47
  • 68
0
votes
1 answer

Check voice mail different ext in RingCentral

We are using SoftPhones and Desktop apps currently exploring RingCentral. Is there any way by which admin can easily view the voicemails of other extensions getting into the extension explicitly? This will help admin to monitor the voicemail for all…
Grapher
  • 13
  • 2
0
votes
3 answers

Send Voicemail to mobiles/landlines

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 anyone had any experience trying to do this?
Peter
0
votes
2 answers

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 voicemail. I haven t had any problems in my application to…
Uday
  • 5,933
  • 9
  • 44
  • 76
0
votes
1 answer

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 ends, we want to STOP CALL and NOT leave a message. WE…
Robert
  • 1
0
votes
0 answers

iOS voicemail app/code when provider doesn't offer voicemail

My provider (Singtel - prepaid) does not offer voicemail. I feel like it should be possible through iOS' CallKit to autoanswer any call, play a message and record (ideally also transcribe) the message that is left. I don't mind coding up something,…
dorien
  • 5,265
  • 10
  • 57
  • 116
0
votes
1 answer

execl in externnotify C code not working in voicemail part of Asterisk

I am struggling with this problem. In Asterisk, I need to execute an external script after leaving a voicemail message. For this, I enabled externnotify in voicemail.conf but it was not working. So I searched in C code and found the related code.…
AmirA
  • 133
  • 2
  • 15
0
votes
2 answers

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 code? I want to monitor incoming calls (I think…
Varand Pezeshkian
  • 520
  • 2
  • 11
  • 22