Consent IVRs
Consent IVR enables asking a customer's consent to record the call and save the recordings. Use of consent IVR is limited to inbound queue calls and to external callers, internal callers' consent cannot be asked. There is a built-in consent IVR, and you can create custom consent IVRs using the Example_Recording_Consent_IVR.xml as a template.
Taking Consent IVR into Use
- Use the built-in IVR if only one consent policy is used in your system; with
custom IVRs you can define separate consent IVRs for different queues.
-
Configure the built-in consent IVR in Configuring Consent IVR.
. For more information, see -
To make a custom consent IVR, import the example in SC Active. (Selecting the hosting CEM instance is removed as of 1911.) For more information, see Managing IVR Applications.
, and define the name and IVR number, and set itImporting the example consent IVR as such results in three errors as each of the three audio elements require a prompt to be played for the caller.
-
- Configure call recording settings to take customer consents into consideration
either in the voice channel, or separately in a specified queue:
-
Define voice channel settings in Configuring Channel Settings. If you take the consent IVR into use on channel level, consent question is asked in all inbound calls, both direct and queue calls.
. For more information, see -
Define queue settings in Configuring Queue's Contact Management Settings.
. For more information, see
-
Required Prompts
The prompts in consent IVR must carry out at least the following tasks:
- The first prompt (in consent IVR settings Prompt for Consent Question) expresses the actual question about consent, and DTMF alternatives for answers Yes (the default value is 1) and No (the default value is 0).
- The second prompt (Prompt for Registered Consent) informs the caller that the consent information has been registered.
- The third prompt (Prompt for Consent Not Registered) informs the caller that no consent is registered.
Consent IVR Principle
- The ConsentMenu element with an audio element and two choices. This step playes the first prompt to the caller, and receives one of the DTMF answers defined in choices. If no answer is received, the noinput element is used.
- The ConsentRegistered element registers the
received answer, and returns the call to the queue. The built-in IVR saves
the value in the database; in the custom IVR you can select with a checkbox
whether the value is saved or not.
If no appropriate answer is received, the call is not recorded (as if it had the consent value No), but the value is not saved in the database for future calls.
- The ConsentNotRegistered element takes care of the no-input case, and returns the call to the queue.