Adding a message right before agent phone rings.

Hello,
I'm on UCCX 8.5 and my supervisor would like to add a statement to the call so callers no they are getting ready to be answered by an agent.  She thinks this will help with abandons.  She wants to add": (Your call is now being transferred to an agent or may ringing) at least they now there call is getting ready to be answered.
Thank you for your help.             

The basic idea is that you separate the selection of the resource from the connection to the resource, which are both normally done in the same step, by default.
To achieve what you want, it takes two additional variables, and two additional steps, and the modification of one existing step.
Variables
Prompt youre_being_connected = P[youre_being_connected.wav]User selected_resource = null
Script
.../* Here you will need to set the Connect property to "No" and the Resource Selected property to "selected_resource" */Select Resource (--Triggering Contact-- from "CustomerServiceCSQ")  Selected    Play Prompt (--Triggering Contact--, youre_being_connected)    Connect (--Triggering Contact-- to selected_resource)      Connected        End      Failed        ...  Queued    ...
Hope that helps.
EDIT:  I need to add more to this, because there are somethings to note with the behavior of such a solution.
Something I was taught growing up in UCCX was to fake a ringback tone to the caller during the transfer to the Agent.  You do this by changing the Network Music On Hold source on your CTI Port Group to that of one on CUCM which contains a wav file of ringback sounds.
The thing to watch out for, in either the original request, or this fake ringback one, is Ring No Answer.  If the caller is immediately directed to an Agent then this is the experience, assuming you have the default sample MOH and a queue message:
Caller hits the Select Resource Step and an Agent is selected
Caller hits the Play Prompt Step and hears "Your call is being connected.."
Caller hits the Connect Step and hears Network MOH while the Agent phone rings
Agent Ring No Answers
Caller hits the Select Resource Step and a different Agent is selected
Caller hits the Play Prompt Step and hears "Your call is being connected.."
Caller hits the Connect Step and hears Network MOH while the Agent phone rings
Agent Ring No Answers
There's no more Ready Agents in the CSQ, so the Queued branch is hit
Caller hits the first queue message and hears "All of our Agents are current busy..."
Now the caller knows that the system tried two Agents, who didn;t help them, and is now stuck in queue.  I would not like that, personally.  I would think, "Jeez what just happened there?  It like tried to connect my two times and failed."  I may even hang up because I think it's broken and cannot connect me.
I think a much better experience is if the solution hides the attempted transfers from the caller and was as follows:
Caller hits the Select Resource Step and an Agent is selected
There's no Play Prompt to notify the caller of the pending transfer, so they hear nothing for the moment
Caller hits the Connect Step and hears Network Music On Hold, so they get the impression that they're in queue
Agent Ring No Answers
Caller is taken off Network Hold and Music stops (but read on to see what the caller experience is like)
Caller hits the Select Resource Step and a different Agent is selected
There's still no Play Prompt to notify the caller of the pending transfer
Caller hits the Connect Step and hears Network Music On Hold, but since these steps are executing in sub second fashion, the off hold to on hold happens so quickly, there's literally no break in the music.  Therefore, they get the impression that they've been in queue the whole time
Agent Ring No Answers
There's no more Ready Agents in the CSQ, so the Queued branch is hit
Caller hits the first queue message and hears "All of our Agents are currently busy..."
Now the caller thinks this is just a loop break, and is none the wiser that two Agents were attempted and failed to connect.  Basically, they've just been waiting for the first one.  If you make your queue messages (Play Prompt Steps) Uninterruptible, then you also ensure that they are not cutoff mid sentence, thus furthering this masking of the Ring No Answer failure scenarios.
I hope that's helpful, even though it's counter to what you requested.
Anthony Holloway
Please use the star ratings to help drive great content to the top of searches.

Similar Messages

  • How to set the number of rings for the agent phone rings before it get the not prepared state

    hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
    thanks

    The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
    What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
    Regards,
    Kevin

  • Ok so I just updated my I Phone4S with the new OS7 software.. A problem is now occuring: when someone calls me their phone rings 3 to 4 times before my phone rings. Does anyone know why ? Or how to fix this.. This is New..

    Like my header says.. I have a I Phone 4S.. with recently installed OS 7 software.. One problem has occured.. when someone calls me thier phone rings
    3 to 4 times before my phone rings.. I have tested this with several family and friends calling me..
    > I have a business this is unacceptable.. does anyone have a solution thanks...

    If this were happening to me I would try resetting the System Management Controller.  Next step would be to take it to an authorized service place.

  • CCX 8.0: no MOH while first Agent Phone Rings

    I have a new CCX 8.0 Installation with a CUCM 8.0.
    My script plays MOH as a prompt while the callers are in the queue. As soon as the first agent phone rings, there is no MOH. But if the first agent does not answer the call and the second agent phone rings the caller does hear MOH.
    Any idea?
    Kind regards
    Christian

    That was my first guess too .... but you can wait forever.
    Meanwhile I found that while the first agent phone rings you can hardly hear some very quiet sounds. Seems there is a problem with the streaming of the MOH. But i have no idea where to look, because it works with the second agent's phone ringing. Also it works with the standard scripts.

  • Is there a setting in UCCX for long an agent phone rings before it sets him to NOT READY?

    Greetings,
    This is a new install, version 8.5.1.11..2-22, and we're in the testing phase. So, when calls are presented to an agent the phone rings for about 3 seconds (maybe 5) and then the agent is placed in the NOT READY state on the CAD and the call is presented to the next available agent. And the same thing happens, his phone rings for about 3 seconds (maybe 5) and then he's placed on NOT READY and if there is another agent the pattern repeats.
    IF you have the phone set to auto-answer with speakerphone - the call connects
    IF the agent is fast enough to answer via the CAD gui - the call connects
    So, I'm thinking there must be a setting buried somewhere we've missed on how long the agent phone will ring before the system puts him on NOT READY. Or could it be something else?
    Thanks for your time and attention!
    Keith

    The script is the culprit. So do I get credit for correctly answering my own question?  

  • UCCX 7.x - Agents phone rings only once then rings at next agent.

                      Our Help Desk is using a very simple UCCX app.  Basically the script checks to see if any agent is 'logged in' and 'ready' and if so rings that agent immediately.  If agnets are 'logged in' but all are 'not ready', the call goes to queue.  If no agents are 'logged in', the call goes directly to a voice mail box.  The problem I'm having is that occasionally (haven't been able to develop a pattern) there will be multiple agents 'logged in' and 'ready', the call will ring on an agent's phone one time and as they pick it up it rings to the next agent's phone instead.  Calls are getting handled, but it appears there is a RNA for the first agent.  Any ideas?
    Thanks,
    Mel

    This sort of thing usually needs to turn into a TAC case to review logs of the problem actually happening. A few thoughts though:
    Communication with CAD is flaking out and the MIVR engine is being told the agent isn't available all of a sudden. Windows/PC-side firewall?
    The version of CCX doesn't support the CTI Manager/TSP version running on CUCM. Are the versions listed in the CCX compatibility matrix? If not all sorts of strange CTI behavior can occur.
    Does the ACD DN follow all the rules? For example, no CFNA/CFB to voicemail, max call/busy call triggers of 2/1, no hold reversion, etc.
    Are you running the latest CCX 7 release? Never discount the possibility of a bug.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Caller doesn't hear a ring back if the call is ringing on agent phone

    Hi team,
    can anybody help me? Here in Germany there are a lot of customers that don't understand why the caller doesn't hear a ring back when the call is ringing on agent phone for instance with UCCX 8. I read some discussions here for that issue but the only solution for that should be to change the MOH on CUCM. This is not a very good solution when the call in queue is set to hold he will hear the ring back tone in the queue as well :-(
    Has anybody another solution for that issue???
    All the discussion I've read was for IPCC version 4 or so. Is there another solution for this issue in version 8.x
    In one discussion I found the following solution:
    Yes, To resolve this issue,Set up a Send H225 User Info Message  service parameter for Cisco CallManager service in CallManager. Perform  the following steps:
    In Cisco CallManager Administration, select Service > Service Parameter.
    Select the correct server from the drop-down list.
    Set the service to Cisco CallManager.
    In  the Send H225 User Info Message field, under the Cluster Wide  Parameters (Device - H323) section, select H225 Info for Ring Back.
    Reset the H.323 voice gateway.
    After completing this procedure, the caller hears ring back when the agent phone is ringing.
    Does it realy work?
    Need you help!
    Thanks in advance.
    Tobias

    Hi Tobais
    you right one of the solutions is to change the MOH to the ring back one
    however there are two types of MOH that you need to select
    use MOH is the music to be played while the call on hold/ in queue
    use Network MOH which is the oneyou need to change to the ring back MOH source file so when the call get transferred to an agent ring back MOH will be played
    these options under the CTI ports in UCCX
    also you can search the forum here and there are many discussions about this topic
    HTH
    if helpful Rate

  • Abandoned Call Rings on Agent Phone

    Hello,
    I have a strange situation reported by a supervisor that, abandoned call keep rings on agent phones and when one of the agents answers the call she hears busy tone.
    To reproduce this issue, we made some test calls and hung up the call just before the call starts ringing on agent phone.
    The same call started ringing on agent phone. It looks like abandone en-route.
    Any way to avoid this behavior.
    UCCX: 9.0.2.10000-71
    CUCM-BE: 9.1.1
    Thanks,
    Sami

    Do you have an On Exception Goto (ContactInactiveException) step in the script that jumps to an End step? If not, add it near the Accept step. Without this, the script will carry on running even if a caller hangs up. I'm not saying this is your problem but it might be a contributing factor.
    The second question is in-line with Gergely: does the PSTN circuit have disconnect supervision? Is the gateway telling CUCM the call has ended when the outside caller hangs up? (e.g. SIP BYE, Q931 DISCONNECT, etc.) If not this might be the PSTN reorder being heard.
    Please remember to rate helpful responses and identify helpful or correct answers.

  • Agents line rings only twice before going to voice mail

    I have our queues set up so that if the agent does not answer the phone or if the caller is stuck in the queue the call will transfer to VM. This all works fine except that the agent is telling me that the phone only rings 2 times before the call gets sent to voice mail. I want to increase the number of rings to 4 or so.
    I thought this was a factor of time. Say if the person is on hold for 16 seconds (I think that is equivalent to 4 rings) then kick out to the voice mail. Unfortunately I am looking at the code in the UCCX Editor and cannot seem to find the timing or anything saying "Number of rings" to set a value. I also went through the UCCX GUI but did not find anything. I was going through my books form the class I took on UCCX 7 and cannot find anything on this, though I could have sworn we covered this. But, that was 2 or 3 years ago and I am also on UCCX v8.5 now.
    Anyway, does anyone have any suggestions on where I can look or what I can change to get this working. On a side note, when a call comes to her personal line, it does ring 4 times before going to voice mail. The agent line is the only one that only rings 2 times.
    Thanks for any help and pointers on what to look for.
    David Graham

    I cannot determine what method you are using to technically extend the call to voicemail after the ringing, and therefore couldn't give you any tips to check.  Could you just clarify the call flow for both points:
    1. How do you extend the call to the Agent?
    2. How do you extend the call to Voicemail?
    Typically, when working with Agents and Ringing time, you adjust two settings:
    1. In UCCX Script - Select Resource Step (Or Connect Step if applicable) Timeout value
    2. In CUCM - Directory Number (Or Service Parameter if applicable) Ring No Answer timer
    Depending on what you're doing in the scripting it could be something like a Call Consult Transfer even.  But that's not clear at this time.  Let us know, and we'll get you fixed up.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • I have pluged a portable battery to the USB and my macbook pro stopped working after that, right before it shut down there was a message on the screen that said something like " USB device is withdrawing so much power, please disconnect and connect again?

    I have plugged a portable battery to the USB and my macbook pro stopped working after that, right before it shut down there was a message on the screen that said something like " USB device is withdrawing so much power, please disconnect and connect again?
    if the device I connected have caused this, shouldn't the macbook itself have some type of protection that should prevent this from happening.
    because when I took it to an apple certified maintenance shop, the guy said that now it could only run while connected to the power. it won't run on batteries. and that I have to change the motherboard.
    can I just replace the damaged part only, would apple consider this as a design issue and they could pay for it, or should I just buy a new motherboard for 800$.
    Help.

    BB1B2,
    The problem is in finding a tech shop that will/can do board level repairs on Macs. They are few. And I certainly wouldn't spend $800 on a new logic board - I would replace the computer if I had to pay that much!
    You could call around to a few repair shops and see if they feel competent to isolate the problem and do a board level repair - but I'm afraid, in the end, that your search will be futile.
    Sorry,
    Clinton

  • Trouble updating to iOS 5 on my wife's iPhone 4 connected to our iM, right before download finishes downloading iTunes comes back with the error message Software corrupted during download.  Please check network settings and try again later.

    Trouble updating to iOS 5 on my wife's iPhone 4 connected to our iM, right before download finishes downloading iTunes comes back with the error message Software corrupted during download.  Please check network settings and try again later, however there was no problem updating my iPhone to iOS 5 through iTunes connceted to my dell laptop on the same wireless network.  What gives?

    Try disabling your firewall; both on your PC and the external Firewall/Router.

  • UCCX 9.0-Customer wants only ziptone in headset for new call to agent, no ringing on Phone. Can this be done?

    UCCX 9.0- My customer wants only ziptone in headset for new call to agent, no ringing on Phone.
    Can this be done? I can't seem to find a way to do this natively.

    Yes, I looked into that option. They don't want that because some agents have been known to walk away from their desk without going not ready.
    Thanks for the quick response!
    Dave

  • UCCX Agent Desktop v.7 taking over Windows active session when phone rings

    I'm trying to figure out how (if possible) for the Cisco UCCX Agent Desktop application from taking over a users Windows session every time the phone rings.  This is very annoying and takes the end user out of what ever application they are currently in whenever their phone rings.  Does anyone know how to change this?

    Hi Eric,
    Maybe this is better
    Miscellaneous tab options.
    Option Description
    Window Behavior Specify how you want the Agent Desktop window to
    behave:
    • Normal. The window appears when calls are
    present and minimizes when idle.
    • Keep Open. The window is always visible, but may
    be hidden by other open applications.
    • Always on Top. The window is always visible and on
    top of other open applications.
    • Stealth. The window appears as an icon in the
    system tray.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/cad_enterprise/cadenterprise7_0/user/guide/cda700ug.pdf
    Cheers!
    Rob

  • When my phone rings it goes straight to please wait while your party is reached. how do i get rid of that message?

    when my phone rings it goes straight to please wait while your party is reached. how do i get rid of that message?

    do you mean like when someone calls you, that's what they hear? if that's the case, it may be a ringback tone or feature. i've heard the message that you are describing a few times when i have called people (as opposed to hearing the ringing sound), but i honestly don't know much about it. all i can figure is that it's a "ringback" tone or feature.

  • My phone rings 4s but there is no volume for message tone ? can anyone help ?

    My phone rings ok but there is no volume when a message comes through help ?

    Did you check Settings/Sound/Messages? Is it set to play any sound at all?

Maybe you are looking for