Agent Desktop *Alerts? Possible to implement?

A supervisor has asked if there is any way to implement some sort of alert on the agent desktop. The reason why is, many of the agents are assigned projects in which some cases, they are set to "Not Ready" while working on these projects. However, they are only supposed to be working on the projects in down time, which means between calls. 
Some of the agents forget to put themselves back in "Ready" and wind up screwing up their KPI because they are in "Not Ready" status for extended amounts of time. 
Is there any way to create a tab which would show "Not Ready" in Red  and "Ready" in Green on their Agent Desktop where it is very easy to see? Or maybe a screen pop if they're not in "Ready" mode after a certain amount of time? 
Thank you for any/all responses in advance.

Hi,
I have created an application, it basically does a similar thing. It notifies the agent if something happens. That something might be a change in SL or anything that can be written using an SQL query.
It's basically a simple Java app, sitting in the system tray and whenever an action is triggered, a text message pops up as a 'bubble'.
One of my customers use it to poke the call center agents when they are on the phone with a customer for a longer period of time and in the meantime a certain number of phone calls accumulate in the queue to finish talking. Or when the SL level goes bellow 75 so that the agents go back to ready.
Send me a private message if you are interested. The only requirement is a recent Java Runtime Environment (JRE 7) installed on the agent PC and a Tomcat 7 server.
G.

Similar Messages

  • Agent Desktop + 7900. How to default to headset. Disable speaker.

    Running UCCX 5.0.2 SR3, cisco agent desktop, 7942 series phones.
    I would like to have the phone default to headset, not speaker. Inbound calls ring the speaker, outbound calls initiated from agent desktop default to speaker. I found the option to disable the speaker in cucm but if I do that my outbound calls don't work at all.

    Ok, silly me. Hit headset button and hit end call.
    Is it possible to have it ring the headset instead of the speaker?

  • Pass variables between skillgroups on CTIOS Agent Desktop

    We need pass variables in the next order:
    1. The agent receives the call and insert variables in the CTIOS Agent Desktop.
    2. The agent transfers the call to another skillgroup DN
    3. The call is assigned to another agent.
    4. That agent should see the variables.
    My question is "Is this possible in UCCE 9.x and how configurate that?"
    Thank you.

    Dear All,
    In order to keep the variables passed within the same call leg, you need to use something called Warm Transfer, you need to create the DNP in CCM as CTI Route point, in this case and only thing case the variables can be passed.
    I was able to do it with CVP, even i was able to save the language accross the whole script that the agent can transfer the call to IVR back and the IVR can read the Language from the original entry (before transfering to agent) and the IVR will be played according to that.
    You just need to create the dail number in the UCCE to be in the CUCM PG Routing client (not cvp or IPIVR).
    and you need to create a label for the CUCM in the UCCE.
    Amer

  • Reminder for UCCX agent desktop

    Hi            There
    We are using uccx 7 and got some requirement to have a reminder pop up when the agent is not ready to remind them that they need to change their status to Ready.
    Our agents are not just sitting in the chair and waiting for the incoming call, they have to move to other area to do some other stuff sometimes, but during that time they may get incoming call and their agent status was changed to Not Ready, when they came back to the desk they just simply forgot to change the status back, is there any way that we can have a pop up window to remind them?
    In the Cisco Desktop Administrator, I can configure the popup window under Voice Contact Work Flows when the called number match the trigger, but there is no way I can add the condition that it only happen when the agent is not ready; In the Agent Management Work Flows, I can have the popup window when agent is not ready, but it is not what we want, it popup whenever the agent's status changed to Not Ready.
    Maybe there is a way in the script that when there is incoming call, it check the "Not Ready" agents and send the popup window to those agents, but I am not sure how to do it.
    Can anyone kindly give me some hint for this?
    Cheers

    As you can probably see reading this thread, there is no easy, built-in way to handle this.  I think the Cisco approved way, would be to leverage the Wrap up time, and force them into the Ready state, as oppose to warning them.
    I have one other method to throw into the mix, and your experience with it may be different from the next person's; so please test this out first before deploying it all over the place.
    If you have MS Office installed on the CAD PC, you can actually leverage a feature out of the MS Word COM Object to view a list of running Window Titles, and since CAD puts the state of the Agent in the Window title, this works.
    You will need to copy and paste the below code into a notepad document, and then save as "All Files" and name it something like "monitor.vbs".
    '=============================================================================='=='=='=='=='=='== This script will attempt to monitor the CAD title window and keep track'== of how long the state is Not Ready, then alert the user once a threshold'== is exceeded. The user can press OK to go ready or Cancel to stay Not Ready.'=='== Microsoft Word Required.'=='== Author=Anthony Holloway'==        [email protected]'=='== Last Update=04 AUG 2009'=='== User defined variables'=========================' The StateThreshold is in seconds, and sets a limit to how long the Agent' state can be "Not Ready"Const StateThreshold = 600' The AlertMessage is displayed to the user; keep it short and sweet.Const AlertMessage = "You are currently in a Not Ready state."' The AlertTitle is displayed as the alerts title barConst AlertTitle = "Cisco Agent Desktop"'==============================================================================Set oMicrosoftWord = CreateObject("Word.Application")Set cRunningApplications = oMicrosoftWord.TasksSet oShell = CreateObject("WScript.Shell")iCounter = 0sCADNotreadyTitle = "Not Ready - Cisco Agent Desktop"' Loop foreverDo While True     ' Does the CAD title contain "Not Ready"?     If cRunningApplications.Exists(sCADNotReadyTitle) Then          ' Yes, Has the state exceeded the threshold?          If iCounter >= StateThreshold Then               ' Yes, Alert the user               iUserChoice = MsgBox(AlertMessage & vbCrLf & "Press OK to go Ready", vbOKCancel + vbExclamation + vbDefaultButton2, AlertTitle)               If iUserChoice = vbOK Then                    oShell.AppActivate sCADNotreadyTitle                    WScript.Sleep 500                    oShell.SendKeys "^w"               End If               ' Reset the counter               iCounter = 0          Else               ' No, Increment the counter               iCounter = iCounter + 1          End If     Else          ' Yes, Clear the counter          iCounter = 0     End If     ' Pause 1 second before checking again     WScript.Sleep 1000Loop
    Then you will need to start it by one of several ways.  One way is to place it into the startup folder of the windows PC.  Another way is to have it launch via CDA Run External Application on CAD Startup.  It just runs in the background all the time, monitoring the title of the CAD window.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • 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

  • Its Possible to Implement ACD 4.2 witch AD Windows 2008R2

    Hi friend,
    Someone could you help me .. I need to kown if it is possible to implement Cisco ACS 4.2 with Remote agente installed in Windows 2003/2008 integrated
    with AD Which ins installed in Windows R2.
    Best Regard,
    Marco.
    kown

    From what I am being told, you will need to be at 5.2 for the ACS to continue to work in a Win2008R2 AD environment.

  • I dont see the e-mail icons in the agent desktop

    hi, i enabled the e-mail agent funtion, i created a e-mail queue, and i made the exchange configuration, but i dont see the icons on the agent desktop
    why? does anyone know?
    the version of the ccx is the 7.0 SR5
    thanks in avanced

    The icons wont become available until the e-mail agent system is configured (via the Desktop Administrator web interface).

  • Agent Desktop Issue

    I've been having some users get logged out of CAD for no reason.  Here is the jtapi log of when this happens.  Any ideas on what might be causing this???
    929: Dec 03 14:42:36.306 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) received Response: com.cisco.cti.protocol.GetLineInfoFetchResponse {
      sequenceNumber = 37
      info           = 2@[
    com.cisco.cti.protocol.LineInfo {
        name             = 4799
        displayName      = Emily *********
        permanentLineID  = 1234577583
        maxNumberOfCalls = 4
        lineInstance     = 1
        busyTrigger      = 2
    com.cisco.cti.protocol.LineInfo {
        name             = 8799
        displayName      =
        permanentLineID  = 1846486595
        maxNumberOfCalls = 2
        lineInstance     = 2
        busyTrigger      = 1
      more           = false
    2930: Dec 03 14:42:36.306 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) [(P7-10.130.0.12) DeviceLineUpdateThread] sending: com.cisco.cti.protocol.GetLineInfoCloseRequest {
      sequenceNumber    = 38
      enumerationHandle = 71832
    2931: Dec 03 14:42:36.316 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) received Response: com.cisco.cti.protocol.GetLineInfoCloseResponse {
      sequenceNumber = 38
    2932: Dec 03 14:42:36.316 CST %JTAPI-CTI-7-UNK:(P7-3352) SEP001759C48420(0,0) refreshing lines: previous=2 current=2 created=0 removed=0
    2933: Dec 03 14:42:37.943 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-sa-ccm1) EventThread](P7-3352) Request: removeObserver
    2934: Dec 03 14:42:37.943 CST %JTAPI-JTAPI-7-UNK:ProvObservationEndedEv event to com.spanlink.jtapiclient.splkJtapiObj@21d1f4
    2935: Dec 03 14:42:37.943 CST %JTAPI-JTAPI-7-UNK:ProvObservationEndedEv [#68]
    2936: Dec 03 14:42:37.943 CST %JTAPI-JTAPIIMPL-7-UNK:[com.spanlink.jtapiclient.splkJtapiObj@21d1f4]ObserverProxy.queueEvents: dispatching synchronously
    2937: Dec 03 14:42:37.943 CST %JTAPI-JTAPIIMPL-7-UNK:[com.spanlink.jtapiclient.splkJtapiObj@21d1f4]ObserverProxy.deliverEvents()
    2938: Dec 03 14:42:37.953 CST %JTAPI-JTAPIIMPL-7-UNK:[com.spanlink.jtapiclient.splkJtapiObj@21d1f4]delivering to providerChangedEvent
    2939: Dec 03 14:42:37.953 CST %JTAPI-JTAPIIMPL-7-UNK:[com.spanlink.jtapiclient.splkJtapiObj@21d1f4]ObserverProxy.deliverEvents() completed
    2940: Dec 03 14:42:37.953 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-sa-ccm1) EventThread](P7-3352) Request: shutdown
    2941: Dec 03 14:42:37.953 CST %JTAPI-MISC-7-UNK:Provider "(P7-3352)" changing state to SHUTDOWN
    2942: Dec 03 14:42:37.953 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-sa-ccm1) EventThread](P7-3352) Request: getObservers
    2943: Dec 03 14:42:37.953 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) [(P7-sa-ccm1) EventThread] sending: com.cisco.cti.protocol.ProviderCloseRequest {
      sequenceNumber = 39
    2944: Dec 03 14:42:38.154 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) received Response: com.cisco.cti.protocol.ProviderCloseResponse {
      sequenceNumber = 39
    2945: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) shutting down
    2946: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ProviderRetryThread shutting down
    2947: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ProviderRetryThread exiting
    2948: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ProviderRetryThread finished shutting down
    2949: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: shutting down
    2950: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: stream closed
    2951: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: exiting
    2952: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: notifying handler of demise
    2953: Dec 03 14:42:38.154 CST %JTAPI-PROTOCOL-7-UNK:(P7-10.130.0.12) received Event: com.cisco.cti.protocol.ProviderOutOfServiceEvent {
      eventSequence                 = 69
      PROVIDER_OUT_OF_SERVICE_EVENT = 200
    2954: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) EventThread: queuing com.cisco.cti.protocol.ProviderOutOfServiceEvent
    2955: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) EventThread: shutting down
    2956: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) EventThread: waiting for exit
    2957: Dec 03 14:42:38.154 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) EventThread handling event com.cisco.cti.protocol.ProviderOutOfServiceEvent[69]
    2958: Dec 03 14:42:38.154 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) deviceMap is empty? -false
    2959: Dec 03 14:42:38.154 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) lineMap is empty? -true
    2960: Dec 03 14:42:38.154 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) callMap is empty? -true
    2961: Dec 03 14:42:38.154 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) clearing park DN map
    2962: Dec 03 14:42:38.154 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-10.130.0.12) EventThread](P7-3352) Request: getCalls
    2963: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) EventThread: exiting
    2964: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) EventThread: finished shutting down
    2965: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatSendThread shutting down
    2966: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatSendThread waiting for exit
    2967: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatSendThread exiting
    2968: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatSendThread finished shutting down
    2969: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatReceiveThread shutting down
    2970: Dec 03 14:42:38.154 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatReceiveThread waiting for exit
    2971: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatReceiveThread server heartbeat or message not received for 60600 mili-second
    2972: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatReceiveThread exiting
    2973: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) HeartbeatReceiveThread finished shutting down
    2974: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) DeviceLineUpdateThread: shutting down
    2975: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:[com.cisco.cti.util.BlockingQueue@4e8cee]BlockingQueue:take() Threadname=(P7-10.130.0.12) DeviceLineUpdateThread  Thread interrupted
    2976: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) DeviceLineUpdateThread: exiting
    2977: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) DeviceLineUpdateThread: waiting for exit
    2978: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) DeviceLineUpdateThread: finished shutting down
    2979: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: waiting for exit
    2980: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) ReceiveThread: finished shutting down
    2981: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-10.130.0.12) finished shutting down
    2982: Dec 03 14:42:38.164 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-sa-ccm1) EventThread][8799]Request: getCallObservers()
    2983: Dec 03 14:42:38.164 CST %JTAPI-JTAPIIMPL-7-UNK:[com.spanlink.jtapiclient.splkJtapiObj@21d1f4]ObserverProxy.deliverEvents() completed
    2984: Dec 03 14:42:38.164 CST %JTAPI-CTI-7-UNK:(P7-3352) DeviceMap: closing device "SEP001759C48420"
    2985: Dec 03 14:42:38.164 CST %JTAPI-JTAPIIMPL-7-UNK:(P7-3352) Terminal "SEP001759C48420" out of service
    2986: Dec 03 14:42:38.164 CST %JTAPI-JTAPI-7-UNK:(P7-3352) [SEP001759C48420] CiscoTermOutOfServiceEv [#69]
    2987: Dec 03 14:42:38.164 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) deviceMap is empty? -false
    2988: Dec 03 14:42:38.164 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) lineMap is empty? -true
    2989: Dec 03 14:42:38.164 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) callMap is empty? -true
    2990: Dec 03 14:42:38.164 CST %JTAPI-CTIIMPL-7-UNK:(P7-10.130.0.12) clearing park DN map
    2991: Dec 03 14:42:38.164 CST %JTAPI-JTAPI-7-UNK:(P7-3352)[(P7-sa-ccm1) EventThread](P7-3352) Request: getCalls
    2992: Dec 03 14:42:38.164 CST %JTAPI-MISC-7-UNK:(P7-sa-ccm1) EventThread: exiting

    Forgot to mention that we have already tried that, as well as many other things on the user's end.  Here is a list of everything we have done on the user's end.
    Uninstall and reinstall Cisco Agent Desktop - Been done numerous time
    A complete format of the hard drive and a reinstall of Windows and CAD - Been done 2 times
    Swapped out hard drive and put into different laptop, no difference
    Uninstalled all security software, made no difference
    Upgraded all Windows drivers
    Had user work on wireless connection instead of wired
    Tried a couple different phones
    After trying all this it is hard to believe that this problem stems from the user's end.  Is there anything on the server end that might cause this?  And if so where is the first place to look?

  • Is it possible to implement a truncation of text (a "more/less") function for paragraphs in PDFs?

    I work at a center for public service and we're trying to make our service handbook more user friendly. However, we're not experts when it comes to using Adobe Acrobat X Pro.
    Instead of having to scroll through the many pages of the handbook, we would like to implement a "more/less" function or a truncation of text. Are we able to do this for a PDF?
    It looks something similar to this: http://henrik.nyh.se/examples/truncator/[1]
    At this point however, we're not sure if it's even possible to implement this function into a PDF. Is it possible or are we just wasting our time trying to find a way to do it?
    Thanks for any advice you can give!

    Not really an option for PDFs. You can have stuff on layers that appears or disappears, but unlike web pages the page layout is fixed: everything stays where it is on a page. For more/less to work nicely you need a format where stuff can move down/up to make room or close gaps.

  • Cisco agent desktop has encountered a problem and needs to close error

    A Remote Hotline user is experiencing crashes with her desktop agent.  After logging into the program it generated the error message "The Cisco Agent Desktop has encountered a problem and needs to close"
    I have removed the agent from add remove programs, re installed it and attempted to run it logged in as an admin and using both mine and the user's agent credentials and the program still crashes.
    Agent desktop ver 5.0 Build 6.4.2.12  Windows XP 
    Any ideas?
    Regardes, Chet

    Thanks for the reply, this is what I did to resolve it:
    Fix:
    Uninstalled Desktop agent from add remove programs
    Re installed program
    Do a complete restart or the prog will continue to crash
    Test program by logging in with user’s credentials

  • CTI Toolkit Agent Desktop 7.5(1) has stopped working

    Dear Support,
    We have an IP Telephony setup with Call centre Enterprise.
    The CTIOS crashes on the Windows 7 64bit OS.
    CTIOS version : 7.5.1
    Whenever we run the Agent desktop application, the below error message is displayed.
    Also we have tried reinstalling the application and also tried running on compatibility mode as well, and it still did not solve the issue.
    Thanks in advance
    Nithin Louis.

    Hi,
    I found that the CTIOS 7.5.1 is not compactable with Windows 7 64 bit .
    you can access the CTI OS Client on Windows 7 64-bit Starting with CTI OS Release 8.5(2).
    For this you have to install the 8.0(1a) installer is required.
    I am able to download the 8.5(2) from the Cisco site but 8.0(1a) is not available.
    Could you please share the link for download the 8.0(1a).
    Regards
    Nithin Louis.

  • Is it possible to implement iSupplier Portal for Employee type Vendors

    We have iSupplier portal for external suppliers which we customized to show only invoices and payment advices.
    Is it possible to implement the same to our internal employees without creating them as new suppliers ?
    We want employees use iSupplier portal to view their expense(payments).

    If you are using presentation API then as Nagarajan said, you can use Endeca Dimension Search to power your TypeAhead/Predictive search.  Below are a few pointers that may help.
    Trigger typeahead only after user enters a few characters (ideally after 2-3 characters).
    Introduce a delay of a few milliseconds between your Endeca Searches.
    Limit the Dimensions to include using the Di parameter.
    Control the number of dimVals returned and other Dimension behavior using Drc and Dp
    Use Drc (to evaluate InStock products) in a seperate query with D=* to get a list of all valid DimVal IDs. Cache them and use this list to remove any out of stock dimVal IDs from the real query results.
    Use Dk and Dx to control match mode and your relevance ranking strategy to sort your results.
    Oracle Commerce Services also offers a prepackaged service called Endeca Predictive Search (EPS) module that can be quickly implemented to power TypeAhead. EPS provides other configurable features like caching, record search, frequent matches ,etc.  Reach out to your Oracle representative if that intersts you.
    All the best! I hope this helps.
    Best,
    Kaush
    P.S. Google limits the search result to 4 which, works for them and might work for you but to exploit the full potential of Predictive Search based on Endeca, try HomeDepot.com, Staples.com, etc. for inspiration.

  • CTIOS AGENT DESKTOP ERROR

    Hi,
    We are receiving the error "calls has failed because resources not availble.Please wait a moment and
    try again" in the agent desktop as CTI warnings.
    How to solve this issue.
    Regards
    krishna.

    Would you please be kind to share the solution, if it was found?
    Got same trouble. The initial call is received, then when you try to transfer it to ICM script (sometimes it works), the source IP communicator hangs up and the destination agent receives this CAD message.
    So, callflow is:
    1. Customer from PSTN to ICM Script -> Agent 1
    2. Agent 1 -> ICM Script -> Agent 2 (here we got a 80% chance to receive this message on Agent 2 screen, and a "zombie" softphone process on Agent 1)
    3. Customer -> Agent 2 (if succeeded).
    Happens only with two ICM scripts.

  • UCCX and agent desktop +E.164

    Hello - we are running 10.0 UCCX and looking to see if +E.164 is supported.  The issue we have with this is that with agent desktop it does not allow the + sign in the extension field.  IS there a work around for this?

    Hi Ed,
    Use of E.164 DN on agent devices requires Finesse. E.164 is not supported with CAD / IPPA.
    HTH
    Manish

  • Passing "Caller Entered Digits" to CTIOS Agent Desktop through IVR.

    Hi,
    Please suggest me on the below issue-
    I need  to Customize CTIOS Agent Desktop for the Screen POP-UP, where is Customer ID and Customer Address etc should be populated in CTIOS Agent Desktop. I have created the  tabs for these (i.e. Customer ID and Customer Address), Now I need to send values(Customer ID) from IVR to CTIOS Agent Desktop, so that it can populate on Agent Desktop.
    Please let me know to achive this.
    Thanks in advance.
    Thanks,
    Manish Gupta.

    Use the Call.PeripheralVariableX (X could equal 1-10).  The call leaves the IVR and you pass the CED to ICM, ICM looks at this CED and puts it in a peripheral variable (PV for short).  These 10 PVs are past on to the desktop once a call is received, they are part of the call context and travel with the call.
    david

Maybe you are looking for

  • HT4623 Please help, I'm trying change my apn settings and was told I need to unlock my phone and could do it through itunes?

    The title says it all, I'm trying to unlock my iphone to get to my apn settings, been working on this for months with all these people telling me how easy it is. HaHa, please help me

  • PL/SQL: Optimize for speed

    I've got a very simple function that i need use to order the result of a SELECT. I takes two parameters. One is the current code (that keeps changing with the values of the SELECT), and the other does not change. I'm using Oracle 8.1.5 under Linux an

  • I cannot open a new tab in Firefox. Help please.

    the little tab appears to the right (with the + in center) but I click on it and nothing happens. I try also by going to File/New Tab and still nothing. A new tab opens when prompted while looking at stuff and I want to open information in a new tab.

  • Should NOT have to render video but I do...

    Hi All. I am having a strange issue. We're running Final Cut Pro HD at work and I just had a PA pull a LOT of footage from digibeta for me on a different machine. The capture settings are all the same on all our machines. I copied all footage from th

  • Massive loss in upload speed

    Hi all, Yesterday I had an engineer call to resolve a fault on my line. Each time my house phone was used, my infinity 2 internet signal went down. He did find a wiring fault in the socket box and since then I happily have no further problem with los