Agents with Personal DNs in UCCX

Looking for some general guidance and feedback:
While I prefer agents with a single DN, I frequently end up with clients that have 2 DNs (Agent/Personal) assigned to their legacy phones. Tearing them away from this frame of mind when they migrate to Cisco UC can be difficult. I'm looking for a best approach in maintaining both DNs while avoiding agent state and reporting issues.

Hi Brian,
Being unsure of the CCX version, I'm sharing the link for release notes of CCX 8.5 version. I would highly recommend you going by the book here. Reading the release notes talks about scenarios which are supported and the ones which are not. Refer to sections like Supported/Unsupported Actions for agent phones and more, you'd find details which need to be kept in mind:
http://tools.cisco.com/squish/FF1E1
Keeping a personal extension on the phone is not a problem mostly but there have been few issues in specific scenarios. For example, the Release notes will tell you this;
"End points not supported in hunt groups — Do not assign agent phones, CTI ports, or route points that are used by Unified CCX to hunt groups."
This means you cannot assign the personal or the ACD extension assigned to a hunt group on CM, it can cause issues with agent getting in reserved and more.
HTH
Gurpreet
Please rate useful posts.

Similar Messages

  • UCCX - Alert Agent with Team Info on Incoming Call

    If an agent is a member of multiple teams is it possible for the agent to be alerted with incoming calls which team the call belongs to? If so, how is this possible?

    I think you are confusing your terms.
    A Team is a group of Agents with one or more supervisors.
    An Application is the glue for one or more Triggers and a single Script.
    It sounds like you are talking about a Contact Service Queue (CSQ).  If so, then yes, an Agent can support more than one CSQ.  In this case, you will find the CSQ name in CAD automatically.
    See this screenshot for reference:
    http://www.cisco.com/c/en/us/products/collateral/customer-collaboration/agent-desktop/data_sheet_c78-627272.html#wp9000303
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Wait for an agent with best skill and loop after that.

    I want to solve the following situation:
    I have three skills (A, B, C) with different skill levels for each agent. C is the "everything else topic" . The caller selects the toppic which is equivalent to the skills. Of course I want the call to be forwarded to the best skilled agent.
    Let's assume the calles selects topic A and all Agents with Skilllevel > 5 for  A are currently talking. I want to hold the caller for 30 seconds to wait for one of these Agents. After 30 seconds I would like to forward the call to the agent with the highest skill level A.
    And of course I want to avoid the caller to wait the 30 seconds if no Agent with skilllevel > 5 is on duty.
    Currently I have one CSQ for each topic and I expect a skillevel > 5 for the agents serving this CSQ.
    At first I put the call in the CSQ for A and play a prompt with 30 seconds MOH, if no agent becomes available I put the call in the CSQ for C and loop the caller there. But now the best agent for C get's the call.
    I appreciate any hints on that.
    Christian

    Don't queue in C unless there are at minimum X ready agents.  You can define X as 1 to start, then play with the number to see how it affects wait times and dequeues.
    select resource (csq_a)     connected          end     queued          label loop          ready_in_c = get reporting stats(csq_c, ready resources)          if (ready_in_c >= 1)               true                    /* at least one person idle and ready in C                    select resource(csq_c)                         connected                              end                         queued                              /* oops! we just missed them. */                              /* if ready_in_c was > 1, this dequeue step will not execute */                              /* instead, the script jumps to the select resource step for csq_c */                              /* and tries the next agent automatically.  only when there are no */                              /* idle and ready agents do we dequeue the caller, so that an agent */                              /* servicing csq_a can take the call */                              dequeue(csq_c)               false                    /* no one available in C */               play prompt(you are important to us)               call hold               delay 30               call unhold               goto loop

  • Help with Proper DNS Setup for Leopard Standard Server Setup

    Hello All,
    Problem Description-
    I was reviewing some training today on DNS setup and checking for proper setup with the sudo changeip - checkhostname tool and I seem to have an incorrectly configured DNS setup. So I need some help on correcting it. When I go to the "Server Preferences" tool I cannot log in using apple.ourdomainname.com instead in order to use the tool I have to input localhost as the server name. Now I just thought that the system was broken or something and with the help of my training I now see it's a DNS problem. I thought I had everything proper since I followed the steps of creating proper DNS/RDNS entries with my ISP. Now I am stuck wondering what else isn't working properly due to the DNS issue. Thanks in advance.
    Technical Info-
    My ISP provides us with 5 static IP's and we have asked them to create entries and verified the setup of apple.ourdomainname.com = x.x.x.x which is one of our public IP's assigned currently assigned to the WAN port of our Apple Airport Extreme. We have also had them create a PTR record which also is present, verified and functional. Our MacMini running 10.5.5 is connected directly to one of the ethernet ports on our Apple Airport Extreme which is our NAT/Firewall for the LAN. So during the setup of the Standard Server install the OS configured the Airport with the required ports for chat/web/vpn. And mobile Mac's can VPN in and gain folder access and web works fine too. We don't use the e-mail portion so I can't say how that works. The server is using the DNS of 10.0.200.1 which is the IP of the Airport and the airport is programmed with the DNS of OpenDNS servers 208.67.222.222 and 208.67.220.220. The reason for this whole long shpeal is that I want to give as much technical background as possible for the best possible help.
    Thanks
    DM

    What happens when you use 'Localhost' instead of 'localhost' (i.e. capitalizing the 'L')?

  • Connect Azure Pack to Service Bus for Windows Server with Custom DNS

    Hello! I'm trying to configure Azure Pack to use Service Bus for Windows Server 1.1 with Custom DNS.
    All runs on one virtual machine (Windows Server 2012 R2) in Windows Azure.
    I following this post:
    roysvork.wordpress.com/2014/06/14/developing-against-service-bus-for-windows-1-1
    Replace FramDNS "servicebus" to "mymachine.cloudapp.net", and create certificate:
    SelfSSL /N:CN=mymachine.cloudapp.net /V:1000 /T
    On Windows Azure Virtual Machine:
    1.I'll set publuc DNS: mymachine.cloudapp.net
    2.Open ports: 10354,10355,10356,10359,10000-10004
    3.In hosts file: 127.0.0.1 mymachine.cloudapp.net
    4.Create certificate:
    SelfSSL /N:CN=mymachine.cloudapp.net /V:1000 /T
    PowerShell:
    Stop-SBFarm –Verbose
    Set-SBFarm -FarmDns 'mymachine.cloudapp.net'
    Update-SBHost –Verbose
    Start-SBFarm –Verbose
    New-SBAuthorizationRule -NamespaceName ServiceBusDefaultNamespace -Name MainRule -Rights Manage, Send, Listen
    Afther that i can connect to my ServiceBusDefaultNamespace with SAS.
    It's work perfect. But, When I try to create Service Bus Namespace from Azure Pack Tenant portal - in Log an Exception:
    Namespace Provisioning Exception. TrackingId: . SystemId: . Namespace: SomeNamespace.
    Method: Activating. Exception: System.Net.Http.HttpRequestException: An error occurred while
    sending the request. ---> System.Net.WebException: The underlying connection was closed:
    Could not establish trust relationship for the SSL/TLS secure channel. --->
    System.Security.Authentication.AuthenticationException: The remote certificate is invalid according
    to the validation procedure.
    And status of namespace - Activating.
    Please help!

    Hi Alexander,
    According to the log, it seems that the validation process of the certificate failed.
    Please make sure that the certificate is installed in the client properly.
    Usually, self-signed certificate should be installed in the Computer Account-->Trusted Root Certificate Authorities.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Help required regarding Integrating Conversion Agent with SAP-XI

    I want to run a simple File to File scenario which involves integrating conversion
    agent. I gone through a webblog:Integrate SAP Conversion Agent by Itemfield with SAP XI
    I deployed the module and I configured the channel in the same way what was specified in the webblog.
    But when I run my scenario I found CM_TRANSFORMATION_ERROR as the error in communication channel monitoring.
    Can u please provide me the solution for correcting the above error, this would be a great help for me..

    HI,
    see the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/43/6f1f39a08e6fcae10000000a1553f6/CMSUserGd.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/ee/c9f0b4925af54cb17c454788d8e466/frameset.htm - cc
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/95/bb623c6369f454e10000000a114084/content.htm - fcc cOUNTER
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/da1e7c16-0c01-0010-278a-eaed5eae5a5f - conversion agent
    with item fiels.
    Regards
    Chilla

  • The User-Agent "Java/1.5.0_06" is unknown;creating an agent with null agent

    Hello,
    We're currently on JDeveloper 10.1.3.4.0.4270. We just release a new version of our web app into production. This is an internal web application. application server is weblogic 10. The weblogic log is showing alot of these warning messages. I tried search on this forum and in google but unable to find any information. I really appreciate if anyone has any idea what could be causing these warning. Our users are constantly getting sent back to the login page to to user sessions lost.
    <Jun 8, 2010 12:39:20 AM EDT> <Info> <Common> <BEA-000628> <Created "5" resources for pool "venusDS", out of which "5" are available and "0" are unavailable.>
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:20 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:39:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Jun 8, 2010 12:42:21 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    1698656.832: [GC [PSYoungGen: 145280K->5811K(187264K)] 418915K->302441K(650112K), 0.1285455 secs]
    Jun 8, 2010 12:42:22 AM oracle.adfinternal.view.faces.agent.AgentFactoryImpl _populateNullAgentImpl
    WARNING: The User-Agent "Java/1.5.0_06" is unknown; creating an agent with null agent attributes.
    Thanks,
    Joe

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • Save a copy of an open .ai file as a pdf file with personal preset

    Hi all,
    I am currently working on the schematics of a quite big document and I am using Illustrator. I work on the .ai version of the figures but I want to save them in a very quick way as pdf files with personal setting (super compression, no preview...). What I am doing now is that I have my .ai file open, and when I want to save a pdf version of it I go to "File" then "Save a copy" then "Type: pdf" and I enter a name, I click on "Save" and a window pops up with some options. Here, I select a personal preset and then click on "Save pdf" and I am happy with the final saved pdf. The thing is that it is a quite long process when you have to do it several times per figure. I tried to automatized it through a script (or action) but the available options are quite limited (it is hard to make Illustrator understand that if the current file is myfig.ai, I want a myfig.pdf and that I want to save it in the working folder). Under "File", I also tried the "SaveDocsAsPdf" script but once again, I have to select the folder where I want to save the figure and so on. Maybe I missed something. I'd be happy to hear that there is a very efficient way to save my figures as pdf by clicking a the F9 key (for instance).
    Thank you for your help

    I somehow found a technique that helps. It is kinda stupidly simple. Instead of working on the .ai file in Illustrator to finally save a pdf, I work this other way around. It goes much faster. I just have to hit ctrl+s to test how the created figure is included in the final document instead of all this very long process. When I am happy, I save an .ai version for further modifications later of necessary.

  • Final cut pro x dvd menu with personal backgrounds and music?

    is it possible to create with Final cut pro x dvd menu with personal backgrounds and music?

    THANKS Tom!  I miss my NERO... ;-)  ... At least personal background... Can you burn the DVD then directly from final cut or do I need another program to burn...? Cheers...

  • PO with personal number

    Hi,
    We need to issue PO in EB with G/L that must post with personal number.
    Can anyone help me in this issue please?
    Thanks!
    //BR
    Sreenivas.

    Hi Jagadish,
    For some of G/L Accounts, entering of the personal number is mandatory, which you can check in FS03 transaction.
    Normally all the G/L accounts which are being used in posting PO have personal number field optional. The G/L accounts having mandatory personal number are only used in posting FI invoices.
    But in my case I want to use the G/L account with mandatory personal number and trying to post GR, but it throws error saying "Please enter personal number". but we do not have any such option to enter Personal number in PO.
    Please advice.
    Best Regards
    Sreenivas

  • Warning: The User-Agent "null" is unknown; creating an agent with null agen

    Hello,
    I use adf 10.1.3.3 in our web application. I found the warning (The User-Agent "null" is unknown; creating an agent with null agent attributes.) in the application server OC4J 10.1.3.3, but these don't have a nagativ impact on the applicaiton.
    can someone tell me what the warning means?
    thanks

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • How to resolve Agents with pending URL changes

    Greetings,
    I have run the EMDIAG tool against my 12c OMS and one section of the results hows thie following -
    7001. Agents with pending URL changes
    LAST_EMD_URL
    EMD_URL
    https://lepisma.ucdavis.edu:3872/emd/main
    https://lepisma.ucdavis.edu:1830/emd/main
    1 row selected.
    verifyASLM
    ======================================================================
    On this host ./emctl status agent returns -
    Oracle Enterprise Manager 12c Cloud Control 12.1.0.1.0
    Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
    Agent Version : 12.1.0.1.0
    OMS Version : 12.1.0.1.0
    Protocol Version : 12.1.0.1.0
    Agent Home : /usr/local/oracle/product/agent12g/agent_inst
    Agent Binaries : /usr/local/oracle/product/agent12g/core/12.1.0.1.0
    Agent Process ID : 44637
    Parent Process ID : 44555
    Agent URL : https://lepisma.ucdavis.edu:3872/emd/main/
    Repository URL : https://oracle-emrep1.ucdavis.edu:4904/empbs/upload
    Started at : 2013-04-20 16:09:06
    Started by user : oracle
    Last Reload : (none)
    Last successful upload : 2013-04-22 13:34:14
    Last attempted upload : 2013-04-22 13:34:14
    Total Megabytes of XML files uploaded so far : 134.96
    Number of XML files pending upload : 1
    Size of XML files pending upload(MB) : 0.03
    Available disk space on upload filesystem : 62.49%
    Collection Status : Collections enabled
    Last attempted heartbeat to OMS : 2013-04-22 13:34:11
    Last successful heartbeat to OMS : 2013-04-22 13:34:11
    Agent is Running and Ready
    Examinig the emd.properties file shows no entry for https://lepisma.ucdavis.edu:1830/emd/main and ./emctl config agent listtargets only shows the following for oracle_emd -
    [lepisma.ucdavis.edu:3872, oracle_emd]
    This was recently upgraded from 11g and prior to the upgrade there were difficulties patching this agent. Because of that it was reinstalled in 12c. I have no clue what is causing the issue let alone how to resolve it. Any suggestions are greatly appreciated.
    Thank you.
    Bill Wagman

    It's ok to have 11g agent and 12c agents up and running simultaneously and we do it all the time during migration from one to the other since they have to run on different ports (12c checks this at install ONLY IF the 11g agent it up and running when the 12c agent is being pushed out to the host).
    Also, if EMDIAG is the only place you see 1830 port being reported, it may be becuase its doing a search for any agents currently installed on the server. So if you still have both the 11g agent and 12c agent installed, this should not be an issue that it it reporting that URL/port with 1830 for the 11g agent. Since you can't upgrade 11g agents to 12c, (its required to do a new install of 12c agent) you have to do a complete uninstall of the 11g agent first from the OEM 11g gui console, then at the inventory level where the inital 11g agent was installed, than you may still need to manually remove that 11g directory if your runInstaller did not remove it once its "uninstalled".
    Edited by: ora6dba on Apr 25, 2013 7:24 AM

  • Has anyone experience with personal oracle on a lone machine?

    I keep changing configurations around trying to connect with personal oracle running on my own machine. Right now, EasyConfig doesnt like any of the service_names I give it and gives me ORA-12514. Please post or e-mail me. Thanks

    According to the information on this page the required Aircard 580 card is NOT compatible with any version of the Mac OS. Which is really odd since the banner across the top of the page proclaims "wireless, mobile web access for your mac". Perhaps they intend for you to buy a compatible phone and use Bluetooth connectivity to allow the phone to act as a modem for your Mac.
    The built-in wireless of your Mac does not allow you to connect directly to cellular networks like BlueMobility.
    After some more digging... I found this page which supposedly lists the Mac compatible options.

  • Using MMAPI with Personal Profile...

    Hi,
    I've read everywhere that the Mobile Media API, as an Optional Package for J2ME, is compatible with both CLDC/MIDP and CDC/PP.
    I need to write an application with MMAPI for a device that runs CDC/PP. I can write MMAPI with the Wireless Toolkit 2.2 but it does not feature the CDC. So I tried Nokia's CDC/PP emulator (Nokia 9500 series 80) but it does not contain MMAPI and everybody on the Nokia forum say it's a pity that the Personal Profile cannot use MMAPI...
    So I don't know what I can do. Is there an emulator that allows me to write an application running on CDC with Personal profile, and that uses the Mobile Media API?
    That's quite important for my internship and I'm quite disapointed not to find what I search. Can anyone help me?

    yes,..ive tried the mmapi with creme cdc vm and it works,...but,only for playing wav,..i dont know about video. coz my program isn't working top play video with it...

  • TS1317 Internet Connectivity Issue - specifically with the DNS settings

    Hi there,
    I'm wondering if someone can help me resolve an internet connectivity issue on my MacBook Pro.
    It appears to be a problem specifically with the DNS settings. I am connected to the internet but can only reach a website by typing in the IP address, not the domain name. The error messahe says: "Unable to resolve server's DNS address."
    Regardless of whether I use Wifi, 3G modem or cable, i get the same error.
    Operating System is Mac OSX Version 10.6.7
    Please help!
    Thanks

    It sounds like your MacBook Pro has either incorrect or missing DNS IP address information in it network profile. Let's start with your wireless connection. You would find these in System Preferences > Network > Wi-Fi > Advanced > DNS tab
    If your main Internet router is performing as the DHCP server, it would provide the DNS IP addresses (typically from your ISP) on this tab. You may have two or more addresses listed. If they are grayed, that means that the addresses are coming from the DHCP server.
    In the following example screen shot, I am using DNS servers provided by OpenDNS. Notice that they are grayed as they are being provided by my main Internet router. Again, these should be either ones provided by your ISP or ones you purposely set up, like my OpenDNS ones.

Maybe you are looking for

  • ALV list with count of the table

    Dear all, My requirement is i want display the output as alv list along with the count of the table . i got the count  but unable to diplay the  below the list. please suggest me. Thanks& Regards, RP

  • Oracle BI Office Integration

    Hi all, Office integratin of oracle bi seems simple and details are here. http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10416/biofficeinstall.htm But my problem is after installing OracleBIOffice.exe, I can't create a connection. I made a

  • Office 2010 User Settings NOT Migrated After Uninstall-Upgrade to 2013

    Greetings, We are in the final stages of preparing for an enterprise rollout of Office 2013, upgrading our user base from Office 2010. When we deployed Office 2010, we used the Office scrubber tool to remove Office 2003 and install Office 2010. Emplo

  • Can't copy paste shapes in Preview properly

    All markup business is pretty stuttering, when I copy paste a shape, say a circle I created, I can't see it. I can see it only after reopening Preview, having to force quit it. Also the sketch tool is laggy and slow. Latest version, running on Yosemi

  • Key repeat issues when renaming files

    I am having trouble with the cursor arrow key repeating when renaming files. When I press and hold the left or right arrows while renaming in Cover Flow view, it starts scrolling through the files instead of moving the cursor through the filename. Th