Guest enadhazeem Report post Posted 11/09/2006 08:36 PM Is it possible to limit maximum recording time from within the script, if yes, how ?? Thanks Share this post Link to post
SupportTeam Report post Posted 11/09/2006 08:49 PM Maximum recording time can be set using a Timeout path. This is covered in the Help file's section on the Record module. See: http://www.voiceguide.com/vghelp/html/modRecord.htm Share this post Link to post
Guest enadhazeem Report post Posted 11/09/2006 09:13 PM What I meant is to dynamically change the max record time based on a calculated variable?? Share this post Link to post
SupportTeam Report post Posted 11/09/2006 11:04 PM A Result Variable can be used when specifying the timeout. Eg. If the max record time is stored in $RV[MaxTime] then the timeout path in the record module can be specified like this: on {timeout $RV[MaxTime]} goto [PlayEndOfRecMsg] For more info on Result Variables see: http://www.voiceguide.com/vghelp/html/ResultVariables.htm Share this post Link to post