Moderators: enjay, williamconley, Staydog, mflorell, MJCoate, mcargile, Kumba
1) Good job posting your system specs ... but: please move your build number next to your Vicidial version number. LOL. They are actually very related. Please also state whether there is extra software installed on the server and if this is a standalone server. Very useful information in this situation!
2) you should seriously consider upgrading (to see if the bug is fixed) or installing in a virtual machine to see if the bug has been resolved (and upgrade if it has ...)
3)When you say "If he hits enter repeatedly", you mean the simple act if hitting "enter" on the keyboard? Nothing else? And you've managed to recreate this error repeatedly? Is this after clicking in a particular field on the agent screen? Or is hitting enter when NOT clicking a particular field required?
Nefariousparity wrote:2) Vince, thank you for the call back. I could disable the call log. I Just wanted to make a note that when they are doing this, they are not in the call log, they are at the screen with all the fields waiting for a customer call.
Vince-0 wrote:I saw the agent use the call log list on the agent screen and by holding in the enter button force multiple calls in quick succession
<script type="text/javascript">
function stopRKey(evt) {
var evt = (evt) ? evt : ((event) ? event : null);
var node = (evt.target) ? evt.target : ((evt.srcElement) ? evt.srcElement : null);
if ((evt.keyCode == 13) && (node.type=="text")) {return false;}
}
document.onkeypress = stopRKey;
</script>
Return to ViciBox Server Install and Demo
Users browsing this forum: No registered users and 35 guests