This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:module_manual:ivr:configuring_a_simple_ivr [2012/07/20 03:48] abosse |
en:module_manual:ivr:configuring_a_simple_ivr [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * after saving, it gives a multi-language config interface, we just select the sound file "welcome" and click "Add" | * after saving, it gives a multi-language config interface, we just select the sound file "welcome" and click "Add" | ||
| - | At this time, please use only English and Chinese for language choice. Other language choices can cause the IVR to malfunction. Fix is on the way. | + | At this time, please use English and Chinese for language choice. Other languages can cause the IVR to malfunction. Fix is on the way. |
| {{:en:module_manual:ivr:announcement_add_sound.jpg?768|}} | {{:en:module_manual:ivr:announcement_add_sound.jpg?768|}} | ||
| Line 38: | Line 38: | ||
| * go to,Advanced -> IVRs, click [Add] | * go to,Advanced -> IVRs, click [Add] | ||
| - | {{:en:how-to:ivr_add.jpg?768|}} | + | {{:en:module_manual:ivr:ivr_add.png?768|}} |
| - | * after saving the IVR, click "Set IVR Dest" to config what it goes after receiving customer input. We configed when receiving 1, go to another announcement, when receiving 0, go to the agent group | + | * in Failover and Failover To, we select Queue and 600, means when the ivr failed, it will go to the queue |
| + | * after saving the IVR, click "Action" to config the action | ||
| - | {{:en:module_manual:ivr:ivr_add_dest_1.jpg?768|}} | + | {{:en:module_manual:ivr:ivr_action.png?768|}} |
| - | {{:en:module_manual:ivr:ivr_add_dest_2.jpg?768|}} | + | * in this action, system will play a message and waiting for customer input (4 digits max) |
| + | {{:en:module_manual:ivr:ivr_transfer_1.png?768|}} | ||
| + | * when customer press 1, it will go to queue 600 | ||
| + | |||
| + | {{:en:module_manual:ivr:ivr_transfer_2.png?768|}} | ||
| + | * try check if customer input match any extension, if yes, go to the extension | ||
| <note tip>set the dest to another IVR, we can get a complicated IVR flow</note> | <note tip>set the dest to another IVR, we can get a complicated IVR flow</note> | ||
| - | * when all this is done, we can dial the exten. of the IVR (in our cast, this is 9000) to test the IVR. | + | * when all this is done, we can dial the extension of the IVR (in our case, this is 9010) to test the IVR. |
| + | * we can check asterisk log to see what customer entered | ||
| + | {{:en:module_manual:ivr:ivr_log.png?768|}} | ||