"Your expected wait time is" IVR

Hey guys, I'm still fairly new at creating IVRs and I've been tasked with creating a script that tells callers how long their wait time is.  It doesn't have to be complicated and it doesn't have to be dynamic.  It just needs to figure out the expected wait time and then I can create a prompt that says "your wait time is under 5 minutes" or "over 5 minutes", it doesn't have to be specific.  I'm sure this has been done quite a few times but I haven't found anything for it.
I'm using UCCX 5.02

Hi
Yeah, it's pretty easy... and you're wise to keep it simple.
Basically:
- create a string var,
- add a 'Get Reporting Statistic' referring to your CSQ and the 'expected wait duration' which sets the variable above. This will return a number of seconds.
- add an 'IF' (yourstringvariable > 300), play prompt 'you will be waiting more than 5 minutes' or in the 'false' branch, 'you will be waiting less than five minutes'.
Sometimes it can return -1 (if you misconfig the CSQ setting, or if the system can't calculate a time because there are no agents etc). Best to check for that as well...
Regards
Aaron
Please rate helpful posts..

Similar Messages

  • Uccx 9.0 expected wait time returns a -1 value

    Guys I am trying to use the expected wait time feature in UCCX, however the value returned is -1 each time this step is executed. All the other feature such as average wait time etc all works, its just the expected wait time that doesnt. Any ideas please?

    During your tests, the call activating the script you are debugging is actually in queue and with a real wait time?
    I could find any related bug, can you check this links:
    Link1 -- Link2
    I will try to find additional information.
    Rolando Valenzuela

  • Wallboard: convoldestContact vs Expected Wait Time

    We use the opensource wallboard version 2.4(beta), and it pulls from the UCCX database two variables convoldestContact and convLongestWaitDuration.  Does anyone have specific definitions for those?  The wallboard software calls Current Wait Time and Longest Wait Time, but I'm wondering how they're really calculated.
    We're testing an Expected Wait Time feature of our script via the Get Reporting steps, and the value being calculated is considerably different than the wallboard Current Wait Time.  But I suspect that the wallboard version is reflecting something different -- perhaps the wait time when the most recent caller entered the queue (since it doesn't seem to be changing as that caller waits).
    Thanks
    Bill

    Your suspicion is correct.  The wallboard is not performing an expected wait calculation.  It's simply reporting how long the longest current caller has been in queue.  The Get Reporting step is estimating wait time by a number of factors. 
    For example if you have 10 agents logged in taking calls, and 9 log out, you'll see Estimated Wait Time skyrocket, while convOldestContact will simply keep counting how long the oldest caller has been in queue. 

  • Uccx expected wait time calculation

    Does anyone know how the calculation is done for the expected wait time in the get reporting statistic step (UCCX 7.0.1)? Thanks in advance.

    I don't know if you've seen this ... but pg 324 (2-306) of the editor step reference guide gives a description of how the ewt is calculated. It doesn't give an exact formula though....
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/user/guide/uccx701edstepref.pdf
    Brian

  • Avgerage or Expected Wait Time script

    Avgerage or Expected Wait Time script. I have a general idea what needs to be inplace, but cant seem to get it right. Im trying to create a conditional or generated prompt where the condition is avg wait time greater or equal to 3 minutes then have the system play a voice prompt and speak the wait time. Any help would be appreciated. If possible can you post the .aef file to share with others.
    Tom

    Hi,
    Expected Wait Time(EWT) is calculated in seconds. The following expression can be used to calculate the EWT in minutes.EWT = EWT/60.
    EWT is calculated as follows...
    A CSQ’s EWT = (Position of contact in queue * CSQ’s average talk time)/Total number of working resources in CSQ,where total number of working resources in CSQ = sum of resources in reserved, talking and work state. If contact is currently not queued, the position in queue = length of queue + 1. If either the CSQ’s average talk time or the total number of working resources is 0, the EWT is –1.
    Regards
    Yogi

  • UCCX Estimated Waiting Time

    Hello, I'm trying to add EWT to a script, once the call reaches the queue they hear:" your estimated waiting time is 1 minute" and then:"we are experiencing some system problem" error message. What I did in the "Select Resource “under the Queue I add "Get Reporting Statistic" with the setting Expected waiting time and CSQ IPCC Express. Also I placed a "Switch “tag for the AVG waiting time in minute  and I configure 1 to 10 with .wav file for each minute. Any suggestion? the software is UCCX 5 enhanced.I'm attaching the file. can somebody direct on me what i'm missing or send me a file to use as a tamplate?
    Thanks.

    The message "we are experiencing network problems" usually means 2 possible things:
    1. some java exception occured while your script was running
    2. your script has ended without hanging up
    Run script in interactive debug and you will see what exactly is going on.
    ervins

  • UCCX 9 Script wait time`

    Is there a way in UCCX to let callers know that if the estimated wait time is more than 5 minutes or less than 5 minutes to prompt? I'm being asked that the caller only be told if their place in queue is less than 5 or more than 5 minutes; not exact times. I realize this could be frustrating to hear as a call if you've been on hold for 35 minutes to hear, "Your estimated wait time is greater than 5 minutes." But that's what I'm being asked....
    Thanks in advance!

    Yes you can, first, only play the prompt once when the caller first gets into the queue. Then dont play the estimated time after that.
    Ues the Get Reporting Statisic and put in on an INT.
    Then use an IF Statement for more or less than 5 minutes.
    Let me know if you need more help, I am out of the office right now, but can post a sample latter.

  • How to keep waiting time between processed messages !!

    Hi Folks,
    I have got one scenario required waiting time between processed messages. The problem as follows !!
    File --> Proxy scenario. I receive 15 messages from sender side (same messages structure) so working with one interfaces. File picking and transforming this message and split into 2 messages. messages are receiving to receiver. I am using BPM with 7,8 steps like receiving step, block , message transformation step , internal block 1 for sender 1, internal block 2 for sender 2.
    All things are working fine, messages are going to receiver properly. But customer requirement is , wait step required between processed messages before sender1. I have put wait step still, PI picks all messages in one shot processing and waiting for 2 minutes, after 2 minutes sending all messages at the same time, this process is not working.
    I have tried with wait step in mapping (Sarvesh) given excellent idea, still PI works the same way.
    Can someone please explain a bit why the messages or not waiting message by message. I am using EOIO with Queue name and file process mode "BY NAME" and I have tried "BY TIME" as well. I have given priority to this Queue. On BPM Queue assignment : One Queue.
    Please I am expecting positive answer !!
    Many Thanks in Advance
    San

    Hi Rudolf Yaskorski ,
    Not sure about your PI release and BPM model, do you create separate process instance for each file, or do you process files collecting them in one single instance? Are you using parallelization within your ccBPM ?
    I am using serialization, I don't think bpm can do Parallization until PI 7.0, but PI 7.11 has got has queue assignment. But I am using one queue. This must be serialization.
    To me it looks like your issue is not in ccBPM but rather more in polling files (as per your post file CC polls all 15 files in one shot). So if you wish to poll the files not at the same time some workaround is required. Possible options you could check out:
    A. Either implement "wait" in your mapping based on file name or other criteria (e.g. directory name). Check out if respective BPM instances are really created at different times.
    I have used wait step in mapping. These 15 messages has to go through one interface. So I am using one interface. But I have checked mapping process time in all messages on receiver system. Shows same timing, even though I put 40000 ms waiting time in mapping.
    B. Try polling different files (or use different directories) with different channels and coordinate starting / stopping of your channels by scheduling availability for each CC in RWB. E.g. you poll file 1 with CC 1. You start 2 minutes later CC 2 and poll file 2. And so on.
    I am not clear about this . On BPM waiting step is working and it keeps wait all messages, which are coming through one interface. Then it releases all messages at the same time.
    I don't know how to resolve this. I have tried with Transport acknowledgment, but all messages are going to reciver system waiting at receiver system in priority queue and processing in EOIO, but taking so long. Rather all messages go and sits in queue, I want to stop messages by message with 2 minutes time gap. How please?
    Kind Regards
    San

  • Wait time from WIP to finished product

    Dear PP experts,
    I have a case need your help:
    We're a construction company, we have a concrete factory.
    Our product (called spun pile) is made from concrete and mixture.
    In put: concrete + admixture
    Out put: spun pile (WIP)
    usually, it takes 7 days for a spun pile (WIP) becomes a finished product.
    in other cases, we have to speed up the progress, so, we put the spun pile (WIP) into heat oven. It only takes 1 or 2 days for a spun pile (WIP) becomes finished product.
    In total, we have production date, called A (date)
    We have wait time, called T (days)
    We have the date that we can sales finished product, call B (dates) = A + T
    Can we manage it in SAP PP? We expect after T days, stock in finished product will be increased, automatically, instead of manually do the stock transfer in SAP MM module.
    Please consult me on this. Thanks in advance.
    Regards,
    Gent
    Edited by: Nguyen Phuoc Toan on Jun 18, 2011 9:15 AM

    Hi Toan,
    Can you explain your business in this case? If you want to check available in SO, you need to setting waiting time in routing, if you need to receipt into stock, it impossible.
    KietNVT

  • Wait Time Duration

    I need to set an infinite wait time at the end of a timeline so the video stops and waits on the last video frame cleanly. The user then pushes the ENTER or PLAY to advance seamlessly to the next timeline.
    Currently I need a secondary program (DVD RemakePro) to set this flag properly. If this is currently available in Encore, then I have overlooked the button. DVD Studio (on the Mac side) has it readily available as a command, and I would expect that Encore should be able to program this as well.
    Work-around methods, like inserting a still frame, do not result in a clean "still". Setting a hold time or "wait time" gives excellent results, but I have not found the proper command in Encore to achieve this...or does this feature need to be added to the "wish list" of updates?

    Your suggestion will work, but since the menu is a bitmap, there is a slight verticle bump as the Mpg2 clip transitions to the menu, even though the menu is created from the last frame. This does not matter whether the menu is built from the uncompressed last frame, or the Mpeg2 file. Maybe I am just picky, but as you say, your work around will work, but the best result is setting the proper flag in the IFO so the clip ends with a hold duration of infinity. This should really not be a big deal for an authoring program...in the end, it amounts to a setting in a text file!
    Adding the ending menu to all the clips becomes a lot of extra work, especially when you add all the navigation to various clips from a real navigation menu. I would like to avoid pushing the VIDEO_TS through DVDRemakePro, since it is an extra step, but the results are worth it.

  • Wait time announcement on UCCX

    Hi all,
    Our customer have a requirement to play back the wait time using UCCX IVR, in short when the customer calls and placed in to queue, IVR has to playback the wait time to the customer , which will help them to know how long they need to wait in queue until to get an available agent.
    Let me know how this can be done using the UCCX script.
    UCCX Version: 7.1
    Any help would be highly appreciated.
    Thanks,
    Shaijal

    HI Shaijal
    Yes, this is possible. The attached link gives a very brief overview of what you need to do:
    http://www.learnios.com/viewtopic.php?f=9&t=26675
    Basically your script can use the "Get Reporting Statistic" on the CSQ to retrieve the estimated wait time (in seconds). Once you have this information in variable within a script you can then play a prompt etc. I would use your script to round up to the nearest minute.
    The above forum post is from back in 2006 and version 4.x, however still looks valid to me.
    There's a good point in the post about replaying wait times / queue positions if the caller is on hold. If you have implemented priority queuing for incoming callers there is a chance that people's queue times could increase if higher priority calls come in so be careful.
    Hope this helps. Barry

  • Estimated Wait Time Message -IPCC Enterprise

    Hello all. Our senior management would like to implement a queue message of 'your call will be answered in approx. x mins.'
    Using ICM 6.0sr2 and IPIVR, is this possible out of the box, or do we need some sort of plug-in? If it is possible, could someone point me to some IVR/ICM ideas of how to pull the estimated wait time? Thanks!

    Here is the calculation described in Cisco documentation:
    (# calls queued including current call  *  average handle time) / (# agents ready)
    It is described in the media scripting guide page 228: http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/icm_enterprise/icm_enterprise_7_5/user/guide/ipce75sg.pdf
    Keep in mind this calculation works best with high and steady call volumes, otherwise it may not be very accurate.

  • Why can't I download Textplus on my 4th generation iPod touch?  It's not jailbroke or anything but it says the terms and conditions have changed. When I agree, it says your session has times out. Try again. But it doesn't give me an option to try again an

    It's not jailbroke or anything but it says the terms and conditions have changed. When I agree, it says your session has times out. Try again. But it doesn't give me an option to try again and has a done button underneath it. I press done. The textplus app says "Waiting..." and is gray. What can I do to download this app?

    iTunes has to contact Apple to send your agreement to the new conditions, but your security software has to allow this contact. If blocked, you'll get a time out message. Follow the instructions here to check your security software settings: iTunes for Windows: Troubleshooting security software issues

  • The wait time and resolve time is DEPLORABLE

    Today is the third day in a row I have called into Verizon for the same issue. Day one spent 25 minutes on hold and NEVER got to speak to a person before I hung up. Day 2 Had a 15 minute hold before I spoke with someone, who then told me I had to speak to directv about something that was related to the Verizon part of my service, called directv confirmed it was a Verizon thing with a supervisor. Called BACK into Verizon waited for 30 minutes before I spoke with someone, got 30 seconds worth of talk in before another 15 minute hold, he came back on no apology not anything about the absolute rudeness and lack of courtesy. He told me they would have it fixed by the end of the day. Now here it is the nest day still not resolved, So I write this (while on hold waiting to have the call answered, its been 20 minutes) She finally did answer and was down right rude and through me right back on hold. I am so fed up with big business...

    topdog wrote:
    It may be your location.  Here in Baltimore, there is little wait time and the representitives I get do not speak with accents.
    Agree.  I rarely wait more than a minute or two.  And except at really off hours don't hear a foreign accent.  NY area.

  • Good day. as I can do to update my iphone 4 to the latest version of ios 5. whenever you connect to the pc and try to update the waiting time is very long, sometimes up to 12 hours and despite the wait always produce an error message for a long time waiti

    good day. as I can do to update my iphone 4 to the latest version of ios 5. whenever you connect to the pc and try to update the waiting time is very long, sometimes up to 12 hours and despite the wait always produce an error message for a long time waiting

    Disable ALL security software (firewall, antivirus/spyware, etc.) running on your PC while updating.

Maybe you are looking for

  • File not found error after restore the sitecollection

    Hi, I backed up a MOSS sitecollection using "stsadm -o backup" and then restored the same file in the other machine/server. No problems while creating backup and doing restores . But after restore is successfull and try to open the site ..it is givin

  • CMS tranport error in Production: Import Failed

    Hi All, We have successfully transported all the IR and ID objects from DEV to CON. We are having problem to tranport ID objects from CON to PRD. We have successfully transported IR objects, have all SLD(in Prod) objects in place. Following is the er

  • Issue with CJI3

    Hello, when I am trying to get the report for WBS with the combination of Cost Element. the report is not showing anything. the cost element I am trying to use is of category 21 - internal settlement. I am facing the problem only with the cost elemen

  • Adding of accounts using excel linked to admin console account dimension

    Hi Experts Im about to do a little test Here is the scenario I Have many administrator user in my Security access all of this user have the power to add and process accounts and fill up all the specified properties my problem is i want them to add ne

  • Business Partner replication from ECC to CRM based on Company code

    Hi: I got this requirement where we need to transfer customers from ECC --> CRM. Customers specific to a company code. Trying to maintain Filters for  CUSTOMER_main--> KNB1- BUKRS to filter customers by a certain company code.  I get this error " Tab