Oct 11, 2005 #1 spydummy Technical User Aug 5, 2002 16 SG How to user No Type Ahead keyword to tell system to discard any digits pressed by the caller fefore this command was executed? Any example???
How to user No Type Ahead keyword to tell system to discard any digits pressed by the caller fefore this command was executed? Any example???
Oct 11, 2005 Thread starter #2 spydummy Technical User Aug 5, 2002 16 SG To be more specific, how to configure in the SCCS sript such i want to discard the caller entered digits during a preceding Play Prompt command Upvote 0 Downvote
To be more specific, how to configure in the SCCS sript such i want to discard the caller entered digits during a preceding Play Prompt command
Oct 12, 2005 #3 yyrkroon Technical User Jul 7, 2004 1,648 US Script syntax COLLECT <max_num_of_digits> DIGITS INTO <call_digit_var> {NO TYPE AHEAD} {INTER DIGIT TIMER <timer>} {WITH TERMINATING CHARACTER <terminating_char>} or Script syntax PLAY PROMPT {WITH LANGUAGE <language>} {NO TYPE AHEAD} {[NUMBER | NUMBERBYDIGIT] <number>} {VOICE SEGMENT <voice_seg>} more details are in the SCCS Scripting Guide Upvote 0 Downvote
Script syntax COLLECT <max_num_of_digits> DIGITS INTO <call_digit_var> {NO TYPE AHEAD} {INTER DIGIT TIMER <timer>} {WITH TERMINATING CHARACTER <terminating_char>} or Script syntax PLAY PROMPT {WITH LANGUAGE <language>} {NO TYPE AHEAD} {[NUMBER | NUMBERBYDIGIT] <number>} {VOICE SEGMENT <voice_seg>} more details are in the SCCS Scripting Guide