This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:module_manual:advanced:queue [2013/12/26 06:03] solo [Advanced] |
en:module_manual:advanced:queue [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 50: | Line 50: | ||
| {{:en:module_manual:advanced:queue-adv.png?768|Queue Advanced}} | {{:en:module_manual:advanced:queue-adv.png?768|Queue Advanced}} | ||
| - | **队列通告:**刚一进入队列要播放给客户的语音。 | + | **Join Announcement:** The message play to caller once they join the queue |
| - | **坐席通告:**坐席接起电话时播放给坐席的语音。 | + | **Agent Announcement:** The message play to agent when agent pick up a call |
| - | **评 分:**邀请客户对服务打分时播放的语音。 | + | **Rate:** The message play to agent before they can rate to the agent |
| - | **最大重试次数:**如果无人接听,最多重试几次。 | + | **Auto-Switch:** Can be used to choose a queue automatically |
| - | **自动转入条件:**用于系统通过变量匹配到相对应的队列。 | + | Let's say we have an IVR to ask caller to choose the language, then there's a global variable LANGUAGE=cn, |
| + | here we put "LANGUAGE=cn", then system will allow customer to join this queue | ||
| - | 例如当客户在ivr中选择了中文,这时系统变量LANGUAGE=cn, | + | How to config IVR so system can choose queue automatically: |
| - | 本条队列转入的条件设置为LANGUAGE=cn,正好与系统变量相匹配,那么系统会让客户进入这条队列执行后续操作。 | + | |
| - | 通过Ivr让系统变量匹配队列的前提: | + | config a global variable in IVR |
| - | 在[[电脑话务]]模块中定义了全局变量; | + | in IVR, transfer choose "Queue", active id select "Auto Switch" |
| - | 设置电脑话务的目标,转向=队列,转向目标=自动转向。 | + | {{:en:module_manual:advanced:auto-switch.png?768|}} |
| - | **增加主叫名称前缀:**对进入队列的号码在其名称前增加内容。 | + | **Add CIDName Prefix:** Add a prefix to CallerID Name |
| - | **增加主叫号码前缀:**对进入队列的号码在其名称前增加号码。 | + | **Add CIDNum Prefix:** Add a number to CallerID Number |
| - | **超时时间:**进入队列多少秒无人接听后超时。 | + | **Agent Privilege:** If the agent is allowed to start a conference |
| - | **多方通话:**是否允许多方通话会议。 | + | After the edit, click "Save" and you will see |
| - | + | ||
| - | 数据填写完毕后,点击【保存】按钮进行数据保存。此时在队列管理页面左上角出现黄色提示条目,如下图所示: | + | |
| {{:en:module_manual:advanced:queue_reload.jpg|Queue Reload}} | {{:en:module_manual:advanced:queue_reload.jpg|Queue Reload}} | ||
| Line 86: | Line 84: | ||
| {{:en:module_manual:advanced:queue_edit.jpg|Edit Queue}} | {{:en:module_manual:advanced:queue_edit.jpg|Edit Queue}} | ||
| - | |||