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.

Similar Messages

  • Rings only once - still no fix for this flaw?

    Any help here appreciated.  I also have the problem where my 8310 rings only once after vibrating.  In fact it goes back to vibrating after ringing the one time.
    The suggestion to contact the carrier and lengthen the amount of time before sending to voicemail doesn't fix the problem, or even make an acceptable work-around in my opinion, because:
      - It does no change the problem because it has nothing to do with the problem (the problem is with the phone)
      - Even if it did work, it would inconvenience the caller to have to wait so long for me to either pick up or go to voicemail
      - It worked fine on the Pearl, which had a 15-second time
    The problem is that it goes:
    vibrate - vibrate - vibrate - ring - vibrate - vibrate  [off to voicemail] 
    15 seconds are enough time to what is normal and correct, but not happening for me:
    vibrate - vibrate - vibrate - ring - ring - ring  [off to voicemail]
    If the waiting time is increased to 30 seconds, there is just more of the same problem:
    vibrate - vibrate - vibrate - ring - vibrate - vibrate - vibrate - ring - vibrate  [30 seconds up, off to voicemail]
    Please tell me there is a solution to this apparent flaw.  I would have gotten a proper phone if I had known there would be this hassle by getting a new BB.  I feel like sending a bill to RIM for all my wasted time on this matter.
    What I don't get is that this apparent bug has been around for a long time, yet my Curve bought last week still has it, and I have not found a proper solution to the problem yet.  Either I am missing something or does BB not come out with patches for bugs / design flaws?

    OK, here's what makes no sense - my coworker has a 8310 just like mine, but his works fine - it vibrates first, then it rings multiple times as it should.  With the exact same settings in 'profiles', mine rings only once. 

  • How to get lauchctl daemons/agents to run only once a day

    How do you get a daemons/agents to run only once a day regardless of the error code of the .sh you are running?
    (not I'm not looking for run once or run on reboot. I want a job to run at 3am every day and it has several bash commands in it. Regardless of the returns by any of the commands in the script, I only want this to run once - NO RESPAWN).

    Ok still not working.. here is the plist
    the .sh file does file processing and then uploads xml files to my server and should run once a day. Here I have it running at 11:45am. It completes and then runs again and again and again.
    The plist is placed in LaunchAgents and loaded with $launchctl load com.iclassicnu.crontabtest.plist
    ideas?
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>label</key>
    <string>com.iclassicnu.crontabtest</string>
    <key>ProgramArguments</key>
    <array>
    <string>/Users/dan/Desktop/iClassicNu/Idea/Forexite/ForexUpdate.sh</string>
    </array>
    <key>WorkingDirectory</key>
    <string>/Users/dan/Desktop/iClassicNu/Idea/Forexite</string>
    <key>OnDemand</key>
    <false/>
    <key>Nice</key>
    <integer>1</integer>
    <key>StartCalendarInterval</key>
    <dict>
    <key>Hour</key>
    <integer>11</integer>
    <key>Minute</key>
    <integer>45</integer>
    </dict>
    <key>StandardErrorPath</key>
    <string>/Users/dan/tmp/icnTest1.err</string>
    <key>StandardOutPath</key>
    <string>/Users/dan/tmp/icnTest1.out</string>
    </dict>
    </plist>

  • Display SQL listings only once with a count next to the number

    I am building a vacation rental website (like there needs to
    be another one LOL) I am building my SQL database right now but i
    believe it will be easier if we display it better. What I want to
    do is display the rental listings only once in a list. Example:
    Listing 12345 with pool in Orlando Florida
    Listing 34567 on golf community in Orlando Florida
    Listing 98765 Waterfront in Ft Lauderdal Florida
    I want a page to show before the listings so you would see
    Ft. Lauderdale (1)
    Orlando (2)
    When you click Orlando (2) then you would just get just
    Orlando listing to make navigating more simple.
    You can see a sample on
    http://www.vacationrentals.com/vacation-rentals/Florida.html
    (hope the sample link is ok to use)
    Thanks for the Help

    That's a simple GROUP BY with a COUNT. Take a few minutes and
    familiarize
    yourself with the essential capabilities of SQL - it may even
    give you some
    ideas. :)
    www.sqlcourse.com
    www.sqlcourse2.com
    "rustykat" <[email protected]> wrote in
    message
    news:ei63ds$dv9$[email protected]..
    >I am building a vacation rental website (like there needs
    to be another one
    > LOL) I am building my SQL database right now but i
    believe it will be
    > easier
    > if we display it better. What I want to do is display
    the rental listings
    > only
    > once in a list. Example:
    >
    > Listing 12345 with pool in Orlando Florida
    > Listing 34567 on golf community in Orlando Florida
    > Listing 98765 Waterfront in Ft Lauderdal Florida
    >
    > I want a page to show before the listings so you would
    see
    >
    > Ft. Lauderdale (1)
    > Orlando (2)
    >
    > When you click Orlando (2) then you would just get just
    Orlando listing to
    > make navigating more simple.
    >
    > You can see a sample on
    >
    http://www.vacationrentals.com/vacation-rentals/Florida.html
    (hope the
    > sample
    > link is ok to use)
    >
    > Thanks for the Help
    >
    >

  • Rings only once

    I am new to Blackberry.  I can't seem to make my phone ring more than once when receiving a call.  Is that normal or is there a way to make it ring more than just once?  I can't find anything in the setting to lengthen the amount of rings.
    Solved!
    Go to Solution.

    Hi and Welcome to the Forums!
    The BB itself is not in control of how many rings before rolling to voice mail. Rather, that is in the control of your wireless service provider. Ring them up and ask about adjusting it to the level you desire.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Xcelsius runs only once, then the "play=true" needs to be reset.

    Post Author: stephantmi
    CA Forum: Xcelsius and Live Office
    When I export into PowerPoint the dashboard will only run one time... I then need to goto properties and find "play" and change from "false" to "true". I found a website that stated "Note: we've recently discovered that if the flash movie is scripted to stop
      playing rather than loop or repeat then this command appears to be passed to
      PowerPoint - this results in the play command being reset to false. The simple
      solution (if you've got the source flash file) is to remove the offending command,
      alternatively you'll have to save the presentation with play set to true and
      not run it again until ready to present - it'll only run once and will need
      resetting before it'll work again!" How do I send out a PowerPoint that would allow the person I would email the presentation to run the slide show and interact with the dashboard if it doesn't initiate without manual intervention.

    Post Author: abrat
    CA Forum: Xcelsius and Live Office
    I assume this is with X2008?   BTW. Right-clicking on the flash and choosing 'play' should also work. This is an Adobe issue. They have increased the security on the use of flash files.  They are afraid of malicious use and viruses so they now require manual intervention.  You could contact Adobe and let them know how this security feature is affecting you. Xcelsius is also currently in talks with them. - Andy

  • ITunes can play only once, then I need to quit in order to play again.

    Hi
    I have lots of video to play, one day I couldn't play my video without quitting iTunes first. Now whenever I want to play a video, I need to quit iTunes because I didn't quit from after the previous time that I was playing a video clip from my library. I have reinstalled iTunes without effect. How can I solve this problem?
    Thanks,
    -Jack

    This problem has been solved.

  • Photoshop CS5 opens only once!

    I have photoshop CS5, it's trial now. Everytime I install it, it opens only once then everytime I open it again it just immediatly closes. The only thing that gets it to work again is uninstalling it then reinstalling, which gets it to work also 1 time no more. Someone told me it's caused by wrong serial jumber, but I'm on trial.
    I have Windows XP SP2, AMD Phenom II X2 550, Built-in GFX 760G "I think it's ATI 3000 or 3200"
    Any help would be great as I can't really use it by uninstalling-reinstalling everytime.

    Something to try, if you're willing to go through the installation one more time...
    When you get it open, go into Edit - Preferences - Performance, and disable OpenGL.
    If it continues to work after that, check for updated video drivers.
    There's a registry tweak that will prevent it from even trying to use OpenGL...   It's in a set of optional files for CS4, but it can be modified to work for CS5 by changing all occurrences of 11.0 to 12.0.  Search for DisallowOpenGLWindows_ON_D on this site.
    -Noel

  • 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?  

  • 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.

  • FaceTime call to my iMac will only ring once then hang up and won't let me answer. How do I make it ring more times?

    FaceTime call to my iMac will only ring once then hang up and won't let me answer. How do I make it ring more times? I can call my iphone 4 from the imac with no problem but when I call my imac from my phone, it won't let me answer.

    This article is pretty long but it has a troubleshooting guide near the bottom, and especially mentions your problem with a few things to try.
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-facetim e-set-up-use-and-troubleshooting-problems/

  • 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.

  • Phone rings once then stops.

    Greetings everyone.
    There seems to be a strange old problem with the phone. Whenever someone tries to call, it rings once then goes quiet. I did a test from my mobile and it seems that somehow the phone gets 'picked up' by magic for a few seconds, cos my mobile got charged for it!!
    Before you ask, I tried to old test socket and same result.
    Tried the 2 phones we have independently and the same result.
    Disconnected the home hub and the same result.
    Regarding dialling out, it seems 100% fine, so this problem is a strange old one!
    I called the BT fault line and the person said it MIGHT be related to my equipment and I'll get charged if I call the engineer. Hopefully, that won't be the case cos I booked the engineer already!
    It would be much apperciated if anyone can help me regarding the fault, or whether I will be charged or not for the engineer appointment.
    Thanks.

    Hi Dave
    Many thanks.
    I do not have the type of socket that allows the test you describe. I have explained this to BT India numerous times but always get asked to  carry out the test. I had two ring trips this morning and so again rang BT and this time asked to speak to customer services. After some haggling they put me through. However, BT customer services refuse to become involved in line faults and I was transferred back to India, where I was once again asked to carry out the same ritual tests. The end result was that they would 'monitor' the line over the weekend (whatever that means). In the meantime, I received a ring trip call at 17.15 which rendered the line unusable for the next two hours. We checked the line every hour and it was working again two hours later. What I can't understand is that we had an engineer visit about two weeks ago, he said he detected a fault at the exchange but he did not replace the socket we have with a modern one. Who is responsible for this?
    Thanks again for getting back to me.

  • I have one itunes account with two phones. when i phone one of the numbers both phones have started to ring, only when connected to wifi at home. How do i resolve this please?

    I have one itunes account with two phones assigned to it, sons and daughters, (5s). When i phone one of the numbers both phones have started to ring, only when connected to wifi at home. The problem does not occur when not connected to wifi. How do i resolve this please? texting is fine it is only when ringing one of the numbers.

    <http://support.apple.com/kb/HT6337>
    "To turn off iPhone Cellular Calls on a device, go to Settings > FaceTime and turn off iPhone Cellular Calls."

Maybe you are looking for

  • Technical fields in Expert Routine

    Hi, I need to write an Expert Transformation Routine to upload data into a DSO from a Generic Data Source. The Result Package has the following technical fields:      Field: SID SID.         SID           TYPE RSSID,      Field: DATAPAKID Data packet

  • Problem with hp officejet 5510

    Hi, i have problem with my printer ,during the copy or print the display shows this message "Paper out" but the paper it''s in the printer . I try the reset of the printer but without success . How I can do to resolve the problem? Thank you Regards F

  • Pricing problem : one product two treatment,one single customer

    dear all, i am facing a strange problem i m having some material which is under one division one distribution channel and one sale organization,and also the customer is same,but the customer some times taking the product for internal use of their com

  • File Content Conversion in Unix AIX

    Hi all, the XI was migrate from Windows System to Unix AIX system. All process are running fine, but I have some file adapter with content conversion and Unix system are put the hexa char '0A' in the end/break of line and in the Windows System put th

  • Can I print to AdobePDF with a pre-determined output file name?

    I have a list of PDF files that I need to reduce in size. I have tried many combinations of Adobe's "Save As Reduced PDF", "Save As Optimized PDF", as well as several compression programs. The best results I've found have been to print the PDF via Ad