This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:faq:how_to_implement_after_call_survey_for_agent [2016/03/29 10:24] liuxl |
en:faq:how_to_implement_after_call_survey_for_agent [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 40: | Line 40: | ||
| Last action but not the least,as we use the webservice in asterCC system,so fill the blanks with specific content as follows: | Last action but not the least,as we use the webservice in asterCC system,so fill the blanks with specific content as follows: | ||
| - | **WS Address**:http://127.0.0.1/agentcallrate.php?wsdl | + | {{:en:faq:add_webservice_action01.png?750|}} |
| - | **WS Function**:saverate | + | |
| - | **WS Param**:AGENTNO|TEAMID|AGENTGROUPID|sessionid|inputcode|callerid|MODELTYPE|MODELID | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ===== Assign to Agent Group ===== | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| + | * **WS Address**:http://127.0.0.1/agentcallrate.php?wsdl | ||
| + | * **WS Function**:saverate | ||
| + | * **WS Param**:AGENTNO|TEAMID|AGENTGROUPID|sessionid|inputcode|callerid|MODELTYPE|MODELID | ||
| + | ==== Add the Failed Transfer ==== | ||
| + | <note important> The Conditions' value in transfer isn’t the score for agent,it is the return parameter of webservice. </note> | ||
| + | The first condition is 0: | ||
| + | {{:en:faq:add_failed_transfer01.png?750|}} | ||
| + | ==== Add the Success Transfer ==== | ||
| + | The second condition is 1: | ||
| + | {{:en:faq:add_success_transfer01.png?750|}} | ||
| + | ===== Assign the IVR to Queue ===== | ||
| + | Double-click the [Advanced]->[Rate Announce] under [Advanced]->[Queues] directory,as follows: | ||
| + | {{:en:faq:assign_the_ivr_to_queue01.png?750|}} | ||
| + | You can enter the [Statistics]->[Rate Log] directory below to evaluate agent: | ||
| + | {{:en:faq:to_evaluate_agent.png?750|}} | ||