Feature #7902
closedSurvey Advance Settings
90%
Description
Hi Chris,
Please enable the following Survey Advance Settings
Survey Wait Seconds
This is the number of seconds when in Survey mode the system will wait for input from the person called until the survey or drop action is triggered. Is not applied if the Survey Method is HANGUP. Default is 10 seconds.
Survey No-Response Action
This is where you define what will happen if there is no response to the survey question. OPTIN will only send the call on to the Survey Method if the customer presses a dtmf digit. OPTOUT will send the customer on to the Survey Method even if they do not press a dtmf digit. DROP will drop the call using the campaign drop method but still log the call as a PM played message status.
Routing Extension
This field allows for a custom outbound routing extension. This allows you to use different call handling methods depending upon how you want to route calls through your outbound campaign. Formerly called Campaign VDAD extension.
- 8364 - same as 8368
- 8365 - Will send the call only to an agent on the same server as the call is placed on
- 8366 - Used for press-1, broadcast and survey campaigns
- 8367 - Will try to first send the call to an agent on the local server, then it will look on other servers
- 8368 - DEFAULT - Will send the call to the next available agent no matter what server they are on
- 8369 - Used for Answering Machine Detection after that, same behavior as 8368
- 8373 - Used for Answering Machine Detection after that same behavior as 8366
- 8374 - Used for press-1, broadcast and survey campaigns with Cepstral Text-to-speech
- 8375 - Used for Answering Machine Detection then press-1, broadcast and survey campaigns with Cepstral Text-to-speech
Thanks
Updated by Chris Lomuntad over 4 years ago
- Status changed from New to Feedback
- Assignee changed from Chris Lomuntad to Wittie Manansala
- % Done changed from 0 to 90
Team,
Done adding the first 2 options... Survey Wait Seconds and Survey No-Response Action... the 3rd one, Routing Extension, already exists on our campaign settings... It was renamed to Answering Machine Detection. Kindly test it on our test server. Thanks.
Cheers,
Chris
Updated by Wittie Manansala over 4 years ago
- Assignee changed from Wittie Manansala to Chris Lomuntad
Hi Chris,
Its working now:
MariaDB [asteriskdb]> select campaign_name, campaign_vdad_exten, survey_wait_sec, survey_no_response_action from vicidial_campaigns where campaign_name like '%Wits%'; +----------------+---------------------+-----------------+---------------------------+ | campaign_name | campaign_vdad_exten | survey_wait_sec | survey_no_response_action | +----------------+---------------------+-----------------+---------------------------+ | Survey Ni Wits | 8373 | 3 | OPTOUT | +----------------+---------------------+-----------------+---------------------------+ 1 row in set (0.00 sec)
Thanks
Updated by Wittie Manansala over 4 years ago
- Status changed from Feedback to Closed