UCCX Last routed agent

Hi,
We want that UCCX caller will be transfer to his/her prefered agent or the agent he talked last time and if all agents are busy then IVR will prompt the caller to leave his/her voice and then that voice will be forward to agent by e-mail. Is it possible by the UCCX 7.X?
Solutions: 1. Cisco Unified CME 7.0, 2. UCCX 7.0
Kindly help me.
Thanks & Regards,
Muzammel Haque

Hi,
Thank you for the reply. Can you please expalin in more details so that I can try on my LAB.
Thanks & Regards,
Muzammel

Similar Messages

  • Unable to install routing agent on Exchange 2010

    Hi,
    I am trying to install a Routing Agent(C#)compiled in VS2010(I tried for Target version NET 3.5 and for Target version NET 4.0) against an Exchange 2010 SP2 environment but receives this error:
    "Could not load file or assembly 'file:///D:\EXCH\Public\TransportAgent2010.dll' or one of its dependencies. This assembly is built by a runtime newer than currently loaded runtime and cannot be loaded.
    + CategoryInfo          : InvalidArgument: (:) [Install-TransportAgent], BadImageFormatException   
    + FullyQualifiedErrorId :3BBA3521,Microsoft.Exchange.Management.AgentTasks.InstallTransportAgent"
    I copied Microsoft.Exchange.Data.Common.dll and Microsoft.Exchange.Data.Transport.dll from server machine to my build machine. I referenced these 2 dlls in my project. As I already mentioned I built agent dll for Target version NET 3.5 and for Target version
    NET 4.0. I build it with "Release" and "Any CPU" configuration.
    Exchange machine OS is Windows Server 2008 R2 Standard SP1  64 bit.
    On the Exchange machine installed NET Framework 4 Extended and NET Framework 4 Client Profile.
    Thanks in advance,
    Vitaly

    As root:
    yum -y install libXext.i686 libXtst.i686
    yum -y install libXext.x86_64 libXtst.x86_64

  • Outlook App and Exchange Routing Agent data interaction

    I hope develop outlook Apps.the outlook app save some data, and send the mail , in exchange routing agent
    , i want get the data. 
    I use Office.mailbox.item.CustomProperties , but the value don't save the receiver
    mail, only save my outbox that mail. 
    the same question :https://social.msdn.microsoft.com/Forums/office/en-US/4fd6e26b-b712-416b-bc7c-7a8c14b257e1/outlook-app-and-exchange-routingagentfactory-some-issue?forum=appsforoffice#9f67a694-cf8f-498e-8dbe-b72fb991a041
    how
    to do , or have any good suggestions. thanks all.
    Anything is Possible!

    Hi Harvey,
    >> I use Office.mailbox.item.CustomProperties , but the value don't save the receiver mail, only save my outbox that mail.
    I think I have reproduced your issue. I created an app for office project, and used the code below:
    <script>
    // The initialize function is required for all apps.
    Office.initialize = function () {
    // Checks for the DOM to load using the jQuery ready function.
    $(document).ready(function () {
    // After the DOM is loaded, app-specific code can run.
    var mailbox = Office.context.mailbox;
    mailbox.item.loadCustomPropertiesAsync(customPropsCallback);
    function customPropsCallback(asyncResult) {
    var customProps = asyncResult.value;
    var myProp = customProps.get("otherProp");
    customProps.set("otherProp", "value");
    customProps.saveAsync(saveCallback);
    function saveCallback(asyncResult) {
    alter("ok");
    </script>
    If I use this in the received mail, I could get the value of the otherProp which I set original in the same email. But if I create a new email, set the otherProp, and send it, after I received it, I could not get the otherProp.
    I think we need to take some time to do some investigation.
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Custom routing agent based on sender's security group and subject

    I made a custom routing agent that routes mails contains the word [encrypt] in the subject and sent from domain test.com
    The part of the code is
    if (e.MailItem.FromAddress.DomainPart.Contains("test.com")
                    && e.MailItem.Message.Subject.Contains("[encrypt]"))
    now what i need is to route mails based on the membership of a certain security group like "securemail" not the whole domain. ie if the sender is a member in security group (securemail) and the subject contains the word [encrypt] route the mail
    Thanks

    Thanks for your answer Glen
    The following  code is on exchange 2010 but i need it to check for a security group membership if possible
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Microsoft.Exchange.Data.Transport;
    using Microsoft.Exchange.Data.Transport.Email;
    using Microsoft.Exchange.Data.Transport.Smtp;
    using Microsoft.Exchange.Data.Transport.Routing;
    using Microsoft.Exchange.Data.Common;
    namespace RoutingAgentOverride
        public class SampleRoutingAgentFactory : RoutingAgentFactory
            public override RoutingAgent CreateAgent(SmtpServer server)
                RoutingAgent myAgent = new ownRoutingAgent();
                return myAgent;
    public class ownRoutingAgent : RoutingAgent
        public ownRoutingAgent()
            //subscribe to different events
            base.OnResolvedMessage += new ResolvedMessageEventHandler(ownRoutingAgent_OnResolvedMessage);
        void ownRoutingAgent_OnResolvedMessage(ResolvedMessageEventSource source, QueuedMessageEventArgs e)
            try
                // For testing purposes we do not only check the sender address but the subject line as well
                // If the subject contains the substring "REDIR" then the default routing is overwritten.
                // Instead of hard-coding the sender you could also perform an LDAP-query, read the information
                // from a text file, etc.
                if (e.MailItem.FromAddress.DomainPart.Contains("contoso.com")
                    && e.MailItem.Message.Subject.Contains("[encrypt]"))
                    // Here we set the address space we want to use for the next hop. Note that this doesn't change the recipient address.
                    // Setting the routing domain to "nexthopdomain.com" only means that the routing engine chooses a suitable connector
                    // for nexthopdomain.com instead of using the recpient's domain.
                    RoutingDomain myRoutingOverride = new RoutingDomain("nexthopdomain.com");
                    foreach (EnvelopeRecipient recp in e.MailItem.Recipients)
                        recp.SetRoutingOverride(myRoutingOverride);
            catch // (Exception except)

  • What should be done in UCCX for routing a call to a specific agent in a resource group ?

    Hi guys,
    I have yet another issue which is currently being faced by me the issue is that I have a UCCX 8.5, CUCM 8.5 and user tells that when dialling a particular extension a call needs to get routed to a specific group of agents and specifies that it should land to a particular agent first if the agent is not free it should land to any other agent in that specific skill group.  But i also see that the particular DN is mapped to an clientname in UCCX this i confirmed by checking the clientname.xml file in UCCX.  Now my question what actions are need to be taken to
    1. when the DN is dialled after dialling the TFN the particular agent should get the call if the agent is available.  (All agents are using Extension Mobility).
    2. If the agent is not available the call should be routed to any other agent in the same resource group.

    If using resource groups (as opposed to skills-based routing) you would modify the CSQ to use a Linear selection criteria. Following that you just order the resources with the most-preferred resource being at the top of the list.

  • UCCX Multiple Phones Agent Predictive Outbound Dialer

    Under UCCX 10.5, does the Agent Predictive Outbound Dialer dials multiple phones per record in case of no answer, busy, etc?

    MR PIM unable to reserve agent.
    Can you check if you have label assigned for MR PIM on the Agent's Device Target?
    Do you see the Routing Script gets executed?
    "Router Log viewer" will be next thing to monitor when you try to run the Agent based campaign
    Thanks
    - abu

  • UCCX 10.5 Agent Email - Agents cant send emails with attachment sizes over 50KB

    Hi,
    We have been trying to get the Agent Email functionality working in UCCX 10.5 for quite a while now. Everything seems to work other than when an agent attempts to add an attachment over 50KB in size. If under 50K, the attachment and email sends  just fine. If it's over 50KB and the agent clicks Send, CAD just sits there saying "Sending..." and it never goes through. 
    I've had the Exchange administrator look through Exchange and validate that the Cisco instructions/requirements were put into place. We can't seem to find anything on the Exchange side. 
    Thoughts?

    I managed to fix the issue with the help of this post
    https://supportforums.cisco.com/docs/DOC-17854
    Regards
    shameer

  • UCCX 5.0 agent desktop configuration and customizations

    Hello,
    My client would like that the chat function be available so that their agents can speak to all agents even if they are on different teams. My understanding is that the chat function is only between supervisors/agents within a team.
    Would there be any way to change this?
    Thank you.

    Hi
    No - teams and CSQs are different concepts.
    Teams determine who can Supervise what - so for example, you can split up large teams so that one Sup can see half the agents that they manage directly and see the CSQs you deem are related to their role.
    CSQs control who the calls are actually routed to.
    So you can have one team (which has all Sups, all agents, and all CSQs associated to it). This means all agents can chat, and all Sups can see all agents and CSQ stats.
    You can still have two CSQs, and the calls will be sent the agents with the correct skills or resource group membership.
    Regards
    Aaron
    Please rate helpful posts...

  • UCCX 9.0 Agent is appeaaring and Disappearing from Supervisor

    We have installed anew setup and the issue is Agent is appeaaring and Disappearing from Supervisor. As per observations, this is happening every 20 second. Is there a timer in config or something?
    we have checked no firewall and antivirus in between.
    Any suggestions please

    Hi Hina,
    This always happens due to one of the following:
    ++ Different versions of CAD or CSD other than the server - check the version of CAD or CSD and check the compatibility matrix to verify if that is the same for the UCCX version you are running
    ++ Anti Virus - A big culprit sometimes. Recommended test would be from a PC without these settings.
    ++ Firewall - Connectivity to the Cisco Desktop Call Chat Service.
    Check for the following ports for the UCCX Server:
    3001 - Call Chat Service.
    3002 - Call Chat Service for Clients over VPN.
    These need to be accessible or open for the server from both the CAD and the CSD.
    ++ Citrix or Thin Client.
    If your clients are on thin client such as Citrix or MTS, then check the Port Utilization guide for the ephemeral ports to be open.
    Also check the Post install.exe file to have the parameter Thin Client Environment set to Yes.
    HTH
    Regards,
    Arundeep

  • UCCX 8.0 agent desktop unsupported features on agent phone

    I have been reading the release notes for UCCX 8.0(2) in preparation for an upgrade from 7.0. I see in the section titled: Unsupported Actions for Unified CCX Agents, that softkey features not supported on the agent phone includes PARK. PARK is used extensively by our agents in version 7.0. Is this something new with version 8.0? I don't understand why this would be now unsupported in a newer release.
    Your replies are appreciated,
    Mark

    Hi Mark
    That has been unsupported for as long as I can remember.
    Whilst there is a fairly large list of things that aren't supported, exactly why they aren't supported varies a lot... for example, use of Pickup causes all sorts of problems including stuck-in-reserved agents, calls being dropped, spurious not ready states etc.
    Join/DirTrFr tend to cause statistical errors (e.g. oldest in queue 1[00:00:00] or similar)
    I always recommend to customers that they have a custom softkey set that removes all these, but some think a particular features is so important that they are willing to live with the side effects (which generally means doing out of hours Node Manager restarts to fix up stats and so on).
    If you are using Park, and don't have problems... then it's up to you whether you continue to do so. Just be aware that if you get a problem, raise a case and TAC blame it on this, you will kind of be on your own.
    As a general rule - anything that might affect the call whilst it's in the control of UCCX (i.e. up to the point that the Agent has answered a presented call) is likely to cause you fairly major issues (i.e. ones that involve calls being lost or agents being put out of work temporarily). Anything after the agent has answered (like Park) is more likely to just screw your real time reports up...
    Hope this helps...
    Aaron
    Please rate helpful posts...

  • UCCX Supervisor Desktop Agent team summary

          Supervisor desktop agent team summary report are not showing accurate.  Before restart the server we are facing a Agent logon time its not correct under the supervisor desktop agent page.
    After restart that problem is resolved the Agent logon time but its giving another issue.
    The issue the Call Preseneted time not accurate.
    The running UCCX version is: 8.5.1.11004.25
    Attached the snapshot.

    What's wrong with the calls presented column? It looks like three of the four people didn't answer one of the calls presented to them which is what that column is supposed to show.

  • UCCX 7.0 – Agent not logging on 'NATed' UCCX – License server down

    Hello everybody,
    One external network needs to work with our private CCM/CCX system.
    The IP phones are installed on our managed network and they work fine, but the Cisco Agent Desktop is installed on the external PCs.
    To protect and to secure both networks, they’re connected through a DMZ.
    I configure a NAT to publish the UCCX and it’s reachable for the PCs with the agent installed.
    I’ve updated the CAD directory Services with the natted/published IP, however, when I try to launch the agent, it connects to the published IP and also tries to connect to the real and private IP of the UCCX ( I’ve checked it with a netstat)
    After a while there is a time-out and I get a license error.
    Please, does anyone know how to get this scenario working?
    I didn’t find any place, any register, where to configure this “natted” IP for the agent.
    Thanks a lot!

    Hi,
    CAD does not support server-side network address translation (NAT). The CAD clients
    must be able to connect using the real IP addresses of the server components. When
    CAD client addresses are translated via NAT, VPN software must be used. If CAD
    clients are used in a NAT environment without VPN software, a variety of problems
    may occur, such as agents not being visible in Supervisor Desktop.
    Reference:
    http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/installation/guide/cad66ig-cm.pdf
    Hope this helps.
    Anand
    Please rate the helpful posts by clicking on the stars below the right answers !!

  • Send the call to the last called agent in UCCE

    Hi all,
    We are working on a UCCE system version 9.0 with CVP 9.0
    I need to know in case a caller got transferred to an agent and then the call got disconnected, if it is feasible to re-send the caller -once he calls again- to the agent he was talking to.
    Thank you in advance.
    Lara

    this link may help you:
    https://supportforums.cisco.com/discussion/10959761/routing-preferred-agent
    regards
    Chintan

  • UCCX 8.5 Agent Desktop in HA mode

    Hello,
    I am running UCCX 8.5 in HA WAN mode.  When I ran the client configuration tool I could only add the IP address of the primary server and not the secondary server as well.
    The problem that I am having is that if the primary server is unavailable CAD agents can not login.  If they are already logged in to CAD the failover works fine.
    Is there a way to make it so the CAD logins will failover to the secondar server as well?
    Thanks.                

    There's no need to add the IP of the secondary address in the client configuration tool - the screen asks that you add the IP address of the server from which you downloaded the application.  (Typically the primary.)  The configuration tool will automatically configure the secondary IP for you.
    If the clients are finding the secondary server on failover, then something else is going on.
    Tom

  • UCCX 7.0 - Agents in reserved state and calls stuck in CSQ

    Hello all,
    I have got a following issue with our UCCX 7.0 installation - there is a team of agents and some of them intermittently stuck in reserved state for no reason.
    I went to real-time reporting and found lot of calls stuck in CSQ, which I believe is related.
    Other teams (which uses different IVR scripts) are not having these kind of problem - that led me to conclusion that something may actually be wrong with the scirpt itself. I am going to add "dequeue" step before "Goto VOICEMAIL" under transfer menu for all three options, but not quite sure if that is cause and solution for the problem. Could you guys take a quick look on attached script, I might be missing some part of picture here.
    Thank you in advance,
    Peter

    Hi
    Some things to check first:
    1) Agents are not members of pickup groups - this is a common cause of such problems
    2) Do the agents all receive calls sometimes? Are they all in the same partition? Verify that the UCCX CTI ports can call all of the agents...
    3) Check the release notes : http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/crs/express_7_0/release/notes/uccx701rn.pdf
    There is an 'unsupported actions' section that lists things agents should not do on Page 15 onwards. Pickup is the most problematic of these, but others are very common causes of stuck-in-reserved and stuck calls.... far more common than scripting errors. If in doubt, disable the options (by removing pickup groups from their lines, and assigning a softkey set that doesn't include the listed keys) and see how it goes...
    I've had a quick look over your script and see no major cause for concern.
    Regards
    Aaron
    Please rate helpful posts...

Maybe you are looking for

  • HELP! Creating MP3 Audio Clip from iTunes to publish in iWeb

    I had successfully been able to publish in iWeb MP3 audio clips.Two of 4 MP3 audio clips that I had published and uploaded to the internet and were successfully mounted on the website for a year, suddenly would not function on the internet [I checked

  • How to do a clean install of Lion download from App store

    How do you do a clean install of Lion downloaded from the App store.  I downloaded and it installed but never was there a time of the installation it gave me an option to do a clean install.  Thanks for any help.

  • Date formating in scripts

    hi experts, I want to print date in dd.mm.yyyy format in script. I have used SET DATE MASK command in script... But i am getting ddmmyyy format without any seperators. plz tell me what can be done. regards. sm

  • Cancel WorkItem after execute a Method

    Hi all, Is there a way to cancel a workitem after executing a method? I put this method at the tab METHODS in the activity USER DECISION, but when the method is executed before the workitem, i need this closed. It´s because i am using a worklist at t

  • Sort of new to purchasing

    Hi, Need some tips/advice on the best way to learn oracle purchasing. I work in a purchasing dept for a couple of years now but work mostly on iprocurement. i have the oracle user guide to purchasing and would like to get a replica of the erp purchas