Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
GirishMani wrote:Hi,
We are using Vicidial 2.13, asterisk 1.8.23. We are facing an issue of merging incoming calls.
Scenario : When agent A is already on call(manual outbound call), incoming call is directly landed to the same agent A.
Thanks
Girish
williamconley wrote:2) Agents pushing "enter"! (after they are already in a session, but not editing a text field at that precise moment: the web page catches the "enter" ...) IE: There was a bug ... which has theoretically been fixed. Upgrading may resolve your issue if that's the reason.
##### DEFINABLE SETTINGS AND OPTIONS
###########################################
...
$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
williamconley wrote:GirishMani wrote:Hi,
We are using Vicidial 2.13, asterisk 1.8.23. We are facing an issue of merging incoming calls.
Scenario : When agent A is already on call(manual outbound call), incoming call is directly landed to the same agent A.
Thanks
Girish
Please verify your installation method: Where did you get that ZIP? What .iso image or base OS did you use?
How often does this happen? Is there any sort of pattern? Specific agent(s)? Server(s)?
Next: There are two main reasons for agents to get more than one call.
1) Overloaded server. Check this with "uptime" and/or "htop" during an issue-prone moment (doesn't count any other time, not even if you're off by a few seconds).
2) Agents pushing "enter"! (after they are already in a session, but not editing a text field at that precise moment: the web page catches the "enter" ...) IE: There was a bug ... which has theoretically been fixed. Upgrading may resolve your issue if that's the reason.
blackbird2306 wrote:williamconley wrote:2) Agents pushing "enter"! (after they are already in a session, but not editing a text field at that precise moment: the web page catches the "enter" ...) IE: There was a bug ... which has theoretically been fixed. Upgrading may resolve your issue if that's the reason.
If you find out it has something to do with the "enter" button, then there is in vicidial.php a hard coded setting to solve this bug. Change it from "0" to "1" (this bug was also persistent in Firefox and we solved it by changing):
- Code: Select all
##### DEFINABLE SETTINGS AND OPTIONS
###########################################
...
$focus_blur_enabled = '1'; # set to 1 to enable the focus/blur enter key blocking(some IE instances have issues)
I got that zip file file from sourceforge.net. This is the link https://sourceforge.net/projects/astgui ... p/download
We have installed Cent OS 6.5 OS.
Users browsing this forum: Google [Bot] and 84 guests