Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
If the agent status is READY or PAUSED
and the lead_id for the agent is greater than 0 (ie on a call)
Then they are in dispo
If the agent status is READY or PAUSED
and the lead_id for the agent is greater than 0 (ie on a call)
and callerid is not empty (if we have a value here we are still on a call)
they should show as INCALL
mflorell wrote:No updates on this, it's a minor issue with a wide scope in the code so it will take quite a bit of time to fix and confirm no negative consequences. We also haven't had any clients or VICIhost users report this issue, so until we get some free time we probably won't be able to work on this ourselves.
TSINOPANA wrote:how can we fix this, this is same with dead status but still in call. DEAD A | 1:27
if ($Acallerid[$i] > 0)
{
$Astatus[$i] = 'INCALL';
$Lstatus = 'INCALL';
$status = ' INCALL';
}
sdixit311 wrote:Hi
Is there any update on this?
I can see this issue still persists
sdixit311 wrote:Hi Thank you for reply
The issue is on real time report.
all the live calls that goes more than 5 mins the STATUS shows dispo.
bash <(wget -qO- https://raw.githubusercontent.com/TheBlode/ViCiDial-Dispo-on-Real-Time-Report-Patch/main/dispo_fix.sh)
martinch wrote:Unofficial patch for this issue is now on Github if anyone is interested.
Simply run this command on your web server;
- Code: Select all
bash <(wget -qO- https://raw.githubusercontent.com/TheBlode/ViCiDial-Dispo-on-Real-Time-Report-Patch/main/dispo_fix.sh)
Source can be found here -> https://github.com/TheBlode/ViCiDial-Dispo-on-Real-Time-Report-Patch/tree/main
sdixit311 wrote:martinch wrote:Unofficial patch for this issue is now on Github if anyone is interested.
Simply run this command on your web server;
- Code: Select all
bash <(wget -qO- https://raw.githubusercontent.com/TheBlode/ViCiDial-Dispo-on-Real-Time-Report-Patch/main/dispo_fix.sh)
Source can be found here -> https://github.com/TheBlode/ViCiDial-Dispo-on-Real-Time-Report-Patch/tree/main
I have few servers who have vicibox-express no cluster
so will it work in express too?
sdixit311 wrote:Hi I tried this on vicibox-express server,
But the issue is still there.
Users browsing this forum: Majestic-12 [Bot] and 88 guests