How can I evenly split incoming calls between 2 employees without a shared voicemail?

I need to load balance a low volume of calls between 2 DNs.
Incoming calls need to be evenly split between Employee1 and Employee2.  If they don’t answer the call, it needs to go to their personal voicemail, not a common voicemail account.
I think the Hunt pilot and line group is what I want, and I can utilize a circular distribution, but my only hurdle is voicemail.  I can get voicemail to go to a single account, but I need a method to simply split incoming calls to 2 employees, and (if no answer), drop into their personal voicemail.
I cannot figure this out, any suggestions?
I’m running CUCM 9.02, Unity Connection 9.02, and UCCX v10 (I mention UCCX as a tool I could leverage, Employee1 and Employee2 are not agents or part of a call center)
Thanks for any assistance.

Queuing is not enabled.  I have no desire to queue the calls.
In the Hunt Pilot settings:
When I chose “Do Not Forward Unanswered Calls”, calls drop after (what appears to be) the Line Group’s RNA Reversion Timeout  is met.  Never goes to voicemail.
The same when I select “Use Forward Settings of Line Group Member”.
If I select “Forward Unanswered Calls to” and manually select my VM pilot DN, missed calls finally go to Unity Connection, but not to any voicemail account.  If I add the Hunt Pilot number as an alternate extension to Employee1’s unity account, then all unanswered calls will drop into Employee1’s personal account, even the calls missed by Employee2.  This is not the desired solution.  I need Employee2 ‘s voicemail account to answer the calls missed by Employee2 as well as Employee1’s voicemail account to answer the calls missed by Employee1.
This brings me back to my original question.  Is there a way to get this to work with Hunt pilots and line groups, or should I be trying something else?  I just need calls to DN:111 split 50/50 between 2 DNs (DN for Employee1, and DN for Employee2), and have missed calls drop into the personal voicemail of the DN that missed the call.
I’m hoping someone who has gotten this to work can share their Hunt Pilot and Line Group settings.
Thanks again.

Similar Messages

  • How Can I Restrict Unwanted Incoming Call in iphone 4

    How Can I Restrict Unwanted Incoming Call. Help Me

    Your carrier might be able to help you but there isn't a setting on the phone to do it.

  • How can I reject unwanted incoming calls

    I'm using iPhone 3G. recently I have unwanted incoming call,How can I block those calls.

    All the information you need is in the iPhone User Guide:
    http://support.apple.com/manuals/#iphone

  • How can I block all incoming international calls?

    How can I block all incoming international calls? 

    Verizon does not value me as a customer because they would not assist me with getting the blocks done. The services Verizon offered, "Family Base" does not block what I and many, many, many, more verizon customers need.  The APP is working GREAT! In the 1st two days it blocked over 25 unwanted solicitations from India. It blocked "unknown", Private, 1234, 123456789566, 000-000-0000, and other 10 digit numbers! NOKIA has done a fabulous job with the developement of their APP. Verizon could block these calls but is not willing to do so and in the process try to sell me a product that wouldn't work.

  • How can i reject incoming calls in lock screen , without using ON/OFF key ??? (in iOS 7.0.2)

    how can i reject incoming calls in lock screen , without using ON/OFF key ??? (in iOS 7.0.2)

    You can't. Either tap the Sleep/Wake button or just let the call to continue to ring.

  • How can I share a static field between 2 class loaders?

    Hi,
    I've been googling for 2 days and it now seems I'm not understanding something because nobody seems to have my problem. Please, somebody tell me if I'm crazy.
    The system's architecture:
    I've got a web application running in a SunOne server. The app uses Struts for the MVC part and Spring to deal with business services and DAOs.
    Beside the web app, beyond the application context, but in the same physical server, there are some processes, kind of batch processes that update tables and that kind of stuff, that run once a day. Theese processes are plain Java classes, with a main method, that are executed from ".sh" scripts with the "java" command.
    What do I need to do?
    "Simple". I need one of those Java processes to use one of the web app's service. This service has some DAOs injected by Spring. And the service itself is a bean defined in the Spring configuration file.
    The solution is made-up of 2 parts:
    1. I created a class, in the web app, with a static method that returns any bean defined in the Spring configuration file, or in other words, any bean in the application context. In my case, this method returns the service I need.
    public class SpringApplicationContext implements ApplicationContextAware {
         private static ApplicationContext appContext;
         public void setApplicationContext(ApplicationContext context) throws BeansException {
              appContext = context;
         public static Object getBean(String nombreBean) {
              return appContext.getBean(nombreBean);
    }The ApplicationContext is injected to the class by Spring through the setApplicationContext method. This is set in the Spring configuration file.
    Well, this works fine if I call the getBean method from any class in the web app. But that's not what I need. I need to get a bean from outside the web app. From the "Java batch process".
    2. Why doesn't it work from outside the web app? Because when I call getBean from the process outside the web app, a different class loader is executed to load the SpringApplicationContext class. Thus, the static field appContext is null. Am I right?
    So, the question I need you to please answer me, the question I didn't find in Google:
    How can I share the static field between the 2 class loaders?
    If I can't, how can I load the SpringApplicationContext class, from the "Java batch process", with the same class loader my web app was started?
    Or, do I need to load the SpringApplicationContext class again? Can't I use, from the process, the class already loaded by my web app?
    I' sorry about my so extensive post...
    Thank you very much!

    zibilico wrote:
    But maybe, if the web service stuff gets to complicated or it doesn't fulfill my needs, I'll set up a separate Spring context, that gets loaded everytime I run the "Java batch process". It'll have it's own Spring configuration files (these will be a fragment of the web app's config files), where I'll define only the beans I need to use, say the service and the 2 DAOs, and also the DB connection. Additionally, I'll set the classpath to use the beans classes of the web app. Thus, if the service and DAOs were modified in the app server, the process would load the modified classes in the following execution.You'll almost certainly have to do that even if you do use RMI, Web services etc. to connect.
    What I suggest is that you split your web project into two source trees, the stuff that relates strictly to the web front end and the code which will be shared with the batch. The latter can then be treated as a library used by both the batch and web projects. That can include splitting Spring configuration files into common and specific, the common beans file can be retrieved from the classpath with an include. I regularly split web projects this way anyway, it helps impose decoupling between View/Controller and Model layers.
    On the other hand, you might consider running these batch processes inside the web server on background threads.

  • How do you handle an incoming call while playing a game?

    If you're playing a game on your iPhone, how do you handle an incoming call? A call will stop my app from running, but how do I save the state and restore it when the user starts the app again?
    I have a bunch of objects on-screen and I need to record where they are so that the user doesn't lose the progress of their game.
    I've looked through the SDK, but I can't see anything obvious. Any ideas?

    I don't have a device to test with, but I suspect you'd want to save state in one of the UIApplicationDelegate callbacks:
    applicationWillResignActive:
    applicationWillTerminate:

  • How do I change my incoming calls to view caller's phone number instead of name?  This is for numbers not stored in my contacts (i.e. Unknown)

    How do I change my incoming call view to see the "phone number" instead of seeing "Unknown" for contacts who are not stored in my phone?  Whenever a call comes in it says unknow instead on the phone number that is calling.

    You need to set up the accounts in System Preferences/Accounts, then activate Fast User Switching.
    That way you can quickly log in to your own account - then back to his.
    You should obviously have different passwords.

  • How can I interrupt the blocking call when call timeout?

    Hi,Guys
    I wrote an application server(daemon process) to talk with oracle server
    continuous which used oracle9 OCCI lib, each 5 min it executes the procedure
    on the DB server.
    Now I have come cross a problem:
    If the network is blocked, app server will blocked at occi call and would
    never pass, and no exception was catched :-(
    for e.g.
    1. Oracle server reboot without shutdown oracle process
    2. udp broadcast message storm blocked the connection between app server and
    oracle DB.
    I consider maybe it's because OCCI using the blocking mode of connection
    that caused this problem.
    How can I interrupt the blocking call when call timeout?

    Manage the timeout using a separate thread. When the timeout happens, issue a break on the OCCI connection. There is no direct way as of now. You need to do this to break a OCCI connection.
    retrieve the OCI handle from the OCCI handle (e.g. using Connection::getOCIServer or Connection::getOCIServiceContext methods) and issue a OCIBreak on it. Do not forget to allocate a error handle which should be passed to OCIBreak call.

  • How can i contact you or call me .I am a registered buyer of Photoshop cc

    how can i contact you or call me .I am a registered buyer of Photoshop cc

    This is a user to user Forum, so you are not really addressing Adobe here, even though some Adobe employees thankfully have been dropping by.
    Have you tried
    Adobe - Support: Customer Service

  • How can i disable/hide the calling form from fnd_function.execute

    Hi,
    How can i disable/hide the calling form from fnd_function.execute.If so can any one give the syntax.
    thanks

    Hi Francesco,
    Are you talking about that ??? )) It will explain you about to get the name of the web page when you are executing an abap function for determining the values of variables...
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/biw/g-i/how%20to%20make%20a%20variable%20even%20more%20flexible%20in%20bw-bps.pdf">How to make a variable even more flexible in BW-BPS?</a>
    This is weird: I wrote that document a few weeks ago, it is theorically published on SDN but this is not possible to find it by using the research tool... Maybe because it applies only to BPS in 3.5. I did not have enough time to migrate that solution to BI-IP 7.0.
    Regards
    Laurent

  • I've purchased two numbers Skype How do I know an incoming call to any number of digits?

    I've purchased two numbers Skype How do I know an incoming call to any number of digits?

    You can get the past 18 months' worth of call logs via your MyVerizon account by viewing past bills.  For those older than 18 months, you'd need to talk to Customer Service; I believe they charge $5 per bill to send them to you.
    Customer Service:
    Dial *611 from a cell phone
    (800) 922-0204
    Monday - Sunday 6 am - 11 pm

  • HT1338 WHAT IS 802.1 MEANING? HOW CAN I CHOOSE ABOUT OPTION INSIDE BETWEEN 802.1WEP OR WPA ENTERPRISE? WHAT'S DIFFERENT? T

    WHAT IS 802.1 MEANING? HOW CAN I CHOOSE ABOUT OPTION INSIDE BETWEEN 802.1WEP OR WPA ENTERPRISE? WHAT'S DIFFERENT?

    802.11 refers to a document that specifies how wireless networking works. It goes into detail about the radio signals, frequencies, signal strengths, encoding of data, etc. From a practical standpoint, the typical person really only care about a couple of things: speed and encryption.
    802.11b - describes networks that transmit 11 mbps using a 2.4 GHz radio frequency
    802.11g - describes networks that transmit 54 mbps using a 2.4 GHz radio frequency
    802.11n - describes networks that transmit up to 600 mbps using 2.4 GHz and 5 GHz frequencies
    n is faster than g which is faster than b. The speed of a network connection is limited to the slowest part (so, if you have an 'n' router, but your laptop only supports 'g', you get the 'g' speed).
    WEP, WPA, and WPA2 refer to data encryption schemes specified in parts of the 802.11 document. With Wi-Fi, you are broadcasting your network activity over a radio, and it's pretty obvious that anyone could eavesdrop on the transmission. By using cryptography, you can scramble the data being passed back and forth so that the sender and receiver still understand the messages sent, but an eavesdropper cannot.
    WEP is a very simple encryption scheme, one that the methods to decrypt the data is pretty straight-forward. It's not effective against someone that wants to intentionally eavesdrop on your activities (or access your computer) because they can use software to determine the password simply enough.
    WPA and WPA2 are improvements over WEP that make cracking the password even more difficult (WPA2 being better than WPA).
    The "enterprise" version of WPA2 refers to a variation on WPA2 that requires special security servers, security certificates, and other complicated systems most likely only applicable to a corporate or military environment. It's impractical for a home or small office.
    To connect to a wireless network, you generally don't have to worry about the encryption used since the computer will receive a notice from the wireless network about how it is setup and use the appropriate method. It's probably good for you to pay attention whether the network you are connecting to is secure or not.
    If you are setting up a network at home using a cable modem or broadband router, or even just a Wi-Fi access point, you want to set it up to use WPA2 unless you have some very old computers that only support WPA. You should avoid using WEP.

  • How can I share my iTunes library between user accounts in iTunes 11

    Since upgrading my iTunes library to Version 11 I can no longer share the library between user accounts on the same Mac.
    The 2nd user is asked to create oir use an iTunes library, but when it is pointed to the Media folder it cannot share it.
    Previously in iTunes 10 it all worked fine.
    How can this be done please?
    The library is in a shared areas that we both have Read/Write permissions to.

    jc_hering wrote:
    that works for anything he purchases after he creates the new account.  What about his current music that currently resides in my itunes library?  How can I get his current music out of my library into his new account/library??  Thanks..
    Copy it to his computer into his iTunes library and authorize his computer with the iTunes account used to purchase them..
    You cannot tranfser items from one iTunes account to another. Purchased items remain part of the iTunes account is was purchased with.
    iTunes account - used to purchase items
    iTunes library - where purchases (and CD RIPs) go on the computer

  • How can I make a server differ between two or more clients?

    How can I make a server differ between two or more clients?
    The clients can connect and talk to the server fine, but how can I make the server talk to one, two or all clients? i.e. what would be a good way to implement this?
    Currently, the server listens for connections like this:
    while (listening) {
    try {
    new ServerThread(this, serverSocket.accept()).start();
    I guess one way would be to add the ServerThreads to a Hashtable with the client ID as key, and then get the ServerThread with the proper client ID, but this seems unnecessary complicated. Any ideas?

    Complicated was perhaps the wrong word, I should have
    written something like it doesn't "feel" right. Or is
    this a common and good way to solve communication
    between a server and multiple clients?Thats pretty much how I do it. I normally use an array or ArrayList of Sockets instead of HashTable, with [0] being the first player etc.... Then you can communicate with exactly who you want. If you want to send bytes to all of them, just send the same thing to each socket individually (or is there a better way to do this?).

Maybe you are looking for

  • Arabic Lang in Excel from 8i(8.1.7)Server

    When I have fatch arabic data from Oracle8i Server in Excel sheet using ODBC its become, Anybady have solution for this? Thanks

  • Import primavera project into Agile

    Dear All, Is it possible to import a primavera project into Agile? Thanks!.

  • Creative Zen Stone Plus

    Hi, I'm having some problems with my mp3. Both my?laptops just can't seem to recognise it though it was working fine for the past few months. It turned up as another dri've ?Removal Disk(I instead of the name of my mp3(as i've?named it). Kept on sayi

  • How to recreate the released task.

    Hi,      I would like to recreate the request already been released. How to do that. Cheers Senthil

  • BADI for transaction FBRA

    hello, while doing the reversal of clearing document through transaction code FBRA , is there any user exit (BADI) available ..? if yes..pls give the names of the BADIs thnks for ur help..