The $PRONTO mask is the means by which PRONTO commands can be issued from within a questionnaire.
$PRONTO command parameter=value [;paramN=value][,commandN]
Example: $PRONTO DIAL PHONENO=5145555555
To pass more than one parameter, the parameter=value pairs must be separated by semi-colons.
Example:$PRONTO LOGIN USERNAME=test;PASSWORD=test
Several commands may be executed with a single mask. A series of commands/parameter must be separated by commas.
Example: $PRONTO DIAL PHONENO=5145555555, RECORD FILENAME=file.wav
Command |
Arguments |
Description |
$PRONTO DIAL |
[TELNO=######]| [PHONENO=######] [USEAUTODISP=ON,OFF] [DELAY=##;SNOOZEDELAY=##] Example: $PRONTO DIAL PHONENO=5551234567; [ORIGINATINGCALLERID=<ORIG_ID>] |
Dial manually (only available in Preview dialing mode and Manual Dialing mode). The USEAUTODISP=ON setting instructs the dialer to automatically disposition the call if it is not routed to the interviewer. USEAUTODISP=OFF setting instructs the dialer to always pass the case to the interviewer i.e. the interviewer dispositions the call. Note: For Hybrid modules, even If USEAUTODISP is set to ON, if AUTOMATIC CALL DISPOSITION is not selected, only PRE-CONNECT CPA will be performed by the dialer for predictive cases. The DELAY=## setting instructs the dialer to automatically dial the number when the specified delay (in seconds) has elapsed i.e. after the question has been reached. The SNOOZEDELAY=## setting (optional together with the DELAY=## setting) enables the interviewer to increase the delay (to the specified number of seconds) if he/she needs some more time before the dialing is performed. Note: When the DELAY setting is used, a countdown timer together with a 'dial now' button is displayed on the interviewer's screen. If the SNOOZEDELAY option is also used, a 'snooze dial' button will also be displayed. See Voxco Agent Interface. The ORIGINATINGCALLERID=<ORIG_ID> setting instructs the dialer to use the contents of the specified recalled question for the originating caller id display. Note: The number must be imported into this question. If the sample does not have a usable originating caller id, the default Pronto configuration will apply. |
$PRONTO HANGUP |
[LINEINDEX=###] |
Terminates the call |
$PRONTO SEND |
DTMF=##### |
Sends a DTMF tone |
$PRONTO RECORD |
FILENAME=aaaa.bbb [FILEFORMAT=VOX_6|VOX_8|WAVE_6|WAVE_8|WAVE_11] |
Records to a file. |
$PRONTO RECORD OPENEND ($V) |
FILENAME=aaaa.bbb [FILEFORMAT=VOX_6|VOX_8|WAVE_6|WAVE_8|WAVE_11] |
Records the open-ended response to a file. The FILENAME should be constructed to be unique. The following example includes the project name, case number, question alias, call number and interviewer Id. Example: FILENAME=$P_$Q_Q1_$A_$IN The default FILEFORMAT is automatically set to Wave 6. |
$PRONTO PLAY |
FILENAME=aaaa.bbb [FILEFORMAT=VOX_6|VOX_ 8|WAVE_6|WAVE_8|WAVE_11] Example $PRONTO PLAY FILENAME=<RECNO>.WAV;FILEFORMAT=WAVE_6 Notes:
Important: If you supply the filename by recalling another question, as in the above example, ensure that the content of that question is not blank. |
Plays back a file. |
$PRONTO STOP |
|
Stops recording or playback |
|
Transfers the call to an ACD queue from which it can be picked up by an interviewer/or virtual interviewer (IVRMM) waiting on that queue |
|
SCRIPTNAME=aaa.IVR |
Transfers the call to the specified IVR script. |