1

(16 replies, posted in Questions)

The entry you created passed the blank for "voice_file" parameter.

2

(16 replies, posted in Questions)

"voicemail" application is the one we use.  The copy is for the back up purpose.

3

(16 replies, posted in Questions)

This is strange!  I see the two entries you created but when I try to call the (877) number and go through the application I get nothing for the voice_file. 

Steps I take is this:
1) I call the toll free number,
2) I enter the member id (10000)
3) then I enter the patient number (5 digits, how you were able to enter 3 digits?!)
4) I record.
5) I press 2 to exit.

4

(16 replies, posted in Questions)

The issue is that the parameter voice_file which is the full path to the recording at production is being passed as blank while when ran using "run" button the variable voice_file is populated. I see you ran one test today (3/28).  was it production or "run" button?

5

(16 replies, posted in Questions)

The answer is yes.  I see no problem when running it using the "run" button.  I see problem when I call the toll free number assigned to the application.

6

(16 replies, posted in Questions)

I turned the debug and ran the application.  I did not notice any "Non2xx" error. Again, the problem only happens when I use the application "NOT" using the run option.  I noticed you used 25555 for the first entry which is wrong. use 10000 instead.  The problem is in "post_to_escript" module.

7

(16 replies, posted in Questions)

Your assumption is correct and the application is called voicemail.

8

(16 replies, posted in Questions)

I have an application where I send the voice file name to my web site for entry to an external database.  When i run the app in debug mode the voice file name is being passed.  When it is in run time the voice file name is being passed as empty.  please advise.

9

(1 replies, posted in Questions)

How can I send the recorded voice file in a session to my web site through REST?

10

(3 replies, posted in Questions)

We tested the url at fetch_url module outside QF and it is working perfectly (doing post).  Of course, one thing remains.  We are trying to pass the voice file name as part of the post.  Does the variable for recording is the actual file (.mp3) or a url/pointer?  We could not test for that.

thanks.

11

(3 replies, posted in Questions)

Hello,

I started putting together an application for a voice recording service.  I get an error towards the end of app when I try to post my parameters to my website.  Please take a look and let me know what the problem is.
Also, currently the max voice mail recording has a limit of 300 sec.  How do I increase this limit?  My goal is to export the voice file into my web site.

Thanks.