05-14-2019 06:15 AM
I am trying to troubleshoot a script provided by an outside vendor... they have not been able to identify the issue and there is a lot of "business motivation" to get it working
The script gets Expected Wait Time from the UCCX queue and gives the caller a static prompt of 1-10 or more than 10 minutes. It seems like UCCX is delivering this as either -1 or 0
Can anyone help me figure out why UCCX is returning this as a wait time?
05-14-2019 10:42 AM
05-14-2019 11:02 AM
05-14-2019 11:33 AM
This is pretty generic but captures the concept. This will get the system EWT from the variable CSQ, and output it as a integer. The second step will take that integer and generate a prompt speaking that number. In your queue message, add this prompt onto your spoken wait time prompt.
These two lines are best placed in the queued step so CCX doesn't try to generate this every call that does not get queued.
01-29-2021 09:30 AM
Have it configured this way but still gives the value of EWT as "-1"
Any suggestions on how to fix this?
01-29-2021 09:28 AM
Were you able to fix this ?
02-01-2021 12:50 AM - edited 02-01-2021 12:52 AM
Hey
If the excepted Waittime is -1 or 0, it means that the system cannot calculate the time. This happens if all your agents are in not ready (Because the system doesn't know when they come back.), or the call calculation base is to low. (first calls during the day)
So your can take care of this in your script
if EWT < 1 Then
- Play default waittime (Could be lets says 3 min.)
Else
- Play real waittime
If you have a long pause in your call volume during the day, the excepted waittime can again be 0 or -1until it have some calls to do the calculation out from
02-01-2021 01:45 AM
This is what I normally include in my CCX scripts where ever i use EWT.
Regards,
02-01-2021 06:01 PM
Hey Thomas,
Thanks for your inputs.
In my case, it was the less number of calls which set the wait time to -1 since it js new setup and CSQ dint had enough calls for the system to calculate the expected wait time.
Once there were enough calls, I was getting the correct EWT.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide