VoiceGuide IVR Software Main Page
Jump to content

Fast Forward / Rewind / Pause / Resume

Recommended Posts

This is all supported in the current release of VoiceGuide for Dialogic. Have you tried using it?

Share this post


Link to post

What is the Meaning of "VG for Dialogic"?

How can i use it?

Can you please send me example script?

Share this post


Link to post

Ok I found VG for dialogic on your download page.

But Can you help me how to access to FF/RW and Pause/Resume on play madule?

Share this post


Link to post

Look at the path options available in the Play module.

 

In module's properties click on the 'Paths' tab, then look at the "Goto" dropdown box. You should see items listed there beginning with "PLAY ACTION" prefix.

 

Select the DTMF tone and the action and add the path in the usual way.

 

eg: to have the module jump forward 5 seconds during the playing the sound file when the digit 1 is pressed you should have a path like this specified in the module:

 

on {1} goto [PLAY ACTION - Jump Forward]

 

 

 

PS. If you register as a member of this forum you'd get instant notifications by email when a reply is posted...

Share this post


Link to post

Thanks.

 

How can we use one key for two actions ?

I want to use one key for pause and resume.

How can i do that ?

Share this post


Link to post

Just specify the same key to be the pause key and the resume key.

 

eg. have two paths like this in the Play module:

 

on {5} goto [PLAY ACTION - Pause]

on {5} goto [PLAY ACTION - Resume]

 

and then the specified key (in the example above it was 5) can be used as a Pause/Resume key.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×