VoiceGuide IVR Software Main Page
Jump to content

Paths As $Rv

Recommended Posts

Hi,

 

can you change VG to use variable in paths tab in script module?

 

instead

 

"

on {success} goto [external_crm_active_connecting]
on {fail} goto [external_crm_active_connecting]

"

this

 

"$RV[path_list in_module_name]"

 

where

 

$RV[path_list in_module_name] =

"

on {success} goto [external_crm_active_connecting]
on {fail} goto [external_crm_active_connecting]

"

 

 

Share this post


Link to post

Looks like In current version this will work only for certain cases (eg. in Get Numbers module when reacting to entered DTMF strings).

 

In current version this will not work when looking for success/fail paths.

 

It should be an easy modification to make this approach work for all path types and modules. We will schedule this to be available in next release version.

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
×