About UCCE Design

All,
We have several remote sites which has contact center. Some sites are big like 200 people but only 10 people are agents in contact center. We have UCCE cluster and normal call manager cluster. So should I register all the people in the site to UCCE cluster or only register 10 agents to UCCE and leave all other people in Call manager cluster? I believe you can register all the people to the UCCE cluster. But some non-agent users will use different kind of license. Could anyone talk about the advantage and disadvantage about the both ways? Thanks a lot.
Lou

Hi,
In UCCE deployments, there is no hard bonding of the Agents phones with the Agents unlike in UCCX (where in you have to use the specific user ID with the specific phone\DN).
IN UCCE any agent can use any extensions only thing is these phones have to controlled by CMPG application user.
Regarding the license part, i think its only the concurrent active logged agent seats which will consume the seat counts.
Hope it helps.
Anand
Please rate helpful posts !!

Similar Messages

  • Need opinion about new design of my site

    Hi,
    please can you tell me what do you think about new design of my site http://www.francistravel.com
    I still work on it and still try to improve it.
    Thanks a lot,
    Petr

    I would check the navigation -- when you click e. g. German version there is no link back to the English version. If you try the Czech version and then click the English version link you will not get back to the .com domain but to the .ch domain.

  • I would like to inquire about the design of iphone 5 .. why, iphone 5 is designed with a slightly wider screen ..?

    I would like to inquire about the design of iphone 5 .. why, iphone 5 is designed with a slightly wider screen ..?

    Apple's design team was looking to build an iphone with a screen that had a 16:9 aspect ratio. Call it pressure to keep up with the competition.
    Plus, LTE is so FAST! Time to turn up the speed!

  • About bought Design CS6 on US store, can I install to HK windows PC??

    About bought Design CS6 on US store, can I install to HK windows PC??

    This post initially appeared in the Adobe Captivate forums. It has since been moved to the InDesign forums.

  • I have an idea about iphone design.

    i have an idea about iphone design. but i don't know where i can submit this. i tried to send my idea at feedback link and couldn't. coz my drawing file wasn't atteched and i couldn't find out how to upload this. let me know how to submit my drawing plz..
    unfortunately i don't know english well. so i can't describe in detail.

    Sorry, they're not going to accept your idea(s).  As per Apple...
    Apple or any of its employees do not accept or consider unsolicited ideas, including ideas for new advertising campaigns, new promotions, new or improved products or technologies, product enhancements, processes, materials, marketing plans or new product names. Please do not submit any unsolicited ideas, original creative artwork, suggestions or other works (“submissions”) in any form to Apple or any of its employees. The sole purpose of this policy is to avoid potential misunderstandings or disputes when Apple’s products or marketing strategies might seem similar to ideas submitted to Apple. If, despite our request that you not send us your ideas, you still submit them, then regardless of what your letter says, the following terms shall apply to your submissions.

  • A book about SharePoint Designer 2010 Workflows?

    Hi everyone
    Can anybody of you recommend me a book about SharePoint Designer 2010 Workflows?
    Thank you in advance

    How about "Beginning SharePoint Designer 2010"? However, only two chapters are about workflows.

  • Free online book about accessible design

    Thanks to Adobe and some other sponsors, there's a new, free,
    online book
    being offered about accessible design:
    http://www.uiaccess.com/accessucd/contents.html
    -Darrel

    Over the last few weeks I have had some very helpful
    answers to my questions from the community on this
    forum. I thought I'd put a little back in. I found
    this online book and it is outstanding in its
    explaination of Java. Anyone learning Java should
    (imho) read it. And it is free!!
    http://www.mindview.net/Books/TIJ/
    Well worth a read.
    Cheers,
    HughIt's a good book to buy too. I hate reading online, but after seeing how good this book is, I ordered it and found it was very reasonably priced.

  • What do you think about our design

    Dear sir, madame,
    What do you think about our design:
    Mini Paarden shop
    Looking forward hearing your opinion.
    Kind regards,
    Mariska

    Hello Mariska,
    Browsing on an iPad, the search bar + cart Infos are hidden on the right hand side of the page (I need to scroll to see it). Depending on your target audience and the devices they uses, it might be an issue if they can't complete the order process because they don't see where the cart is...
    Apart from that, the design overall strikes me as clear enough to be browsable, IMO it does the job!

  • Question about singleton design

    Hi all
    i have a question about singleton design. as i understood it correctly, this pattern garantees us a single instance of a class at any time. in a environment of concurrent access(multiple user access at the same time) , does this single instance put a constraint on concurrency(singleton == synchronization)? i have developed a service object that reads in properties and constructs some other objects. the reason i made it singleton is that i only want this service object to load the properties once. and when it is called to create other objects, it always has one copy of the propertis. making this service singleton, will it limit the threads to access it and construct other objects? thanks for your help.

    If there's no write access to the HashMap, then
    you're thread safe.You were probably typing at the same time as the previous post, which explicitly says there IS write access to the HashMap.
    I don't know what it is, but people seem to have this magical view of concepts. Singleton is just what it is. It doesn't have a magical aura that causes other things to behave differently. A singleton is just Java code that can have thread safety problems just like any other Java code. So to the OP: forget about the fact that this is a singleton. That's irrelevant. Ask if a method needs to be synchronized.
    (And yes, a method that tests if a variable is null and assigns an object to it if it isn't null does need to be synchronized if it's going to have multiple threads accessing it.)

  • Are there some Golden Rules about tablespace design?

    hi gurus
    I am working for an assignment about tablespace design for our new BOSS system whic is a HEAVE OLTP system。
    I dont know how to decide how many tablespacesare are going to be there.
    According my existing experience,I think i should design tablespace according to these ruels:
    1) put Big tables and Small tables in differents tablespaces
    2) put tables and indexes in differents tablespaces
    3) seprate frequent updated tables to differents tablespaces
    4) put comparatively static(means not updated frequently) tables together in one or two tablespaces
    5) .....
    And what else rules you may add to? Thank u in advance
    Edited by: KevinMao on Nov 10, 2009 1:25 AM

    After viewing some links from google i would like to sum-up Golden Rule for tbs design:
    1. Always create locally managed tablespace (extent management).
    2. Never create tablespace with hundreds of small datafiles for avoid slower checkpointing.
    3. Segment types that are used the same way should be stored together.
    4. The system should be designed for its most common usage:
    5. Separate areas should exist for exceptions.
    6. Contention amoung tablespaces should be minimized.
    7. The data dictionary should be isolated.
    8. Always give a proper name to tablespace; so that it may easy to know that what this tablespace contains.
    9. http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Recommendations_to_minimize_disk_I/O_contention&anchor=iooracle
    Hth
    Girish Sharma

  • Where can I get the material about EJB Design?

    I am working with EJB for a short time.I know that a
    well-designed architecture is very important.So I want to learn more about the EJB Design.Can anyone tell me where to find such material?And which book shall I choose?
    Thank you.

    if you are doing some browse-server design using ejb, I think you can read the sun's blueprint of j2ee, and study the sample application - pet store.
    best regards.

  • Question about Wireless Design and Controller

    Hi Everyone,
    Although I am not new to Cisco, I have somewhat limited experience with Wireless in general.  I was hoping to get your help with the following:
    We currently have a total of 8 1130AG, 4 on each floor.  They were configured a few years ago, and now we are looking to update the design a bit.  Each AP has its own SSID, and just provide internet access.  Looking at the configuration, I noticed that they are not configured to use proper channels, just random channels (9, 10, 11, instead of 1, 6, 11, etc.).  I noticed that when I roam between one AP to another, I lose about 4-8 pings before I re-establish connectivity again.
    Here are my questions:
    1.  Do I need a controller in order to use just one SSID for the whole setup instead of the 8 seprate ones we currently have?
    2.  Will the controller helps in providing seamless transition when a client roams between AP's?
    3.  Is it normal to loose connectivity roaming around?
    4.  Can I reconfigure the current setup to use just one SSID and provide better transition between AP without the use of a controller?
    5.  Which controller would you recommend?
    We don't have a need to anything fancy ,I am aware that I can enable multiple SSID, VLAN's, etc.  Just trying to keep it as simple as possible, yet reliable.
    Your input is appreciate.
    Thanks

    1.  With 8 AP's only, a WLC would be nice-to-have but not necessary. You can configure WLSE and it will do some limited functions.
    2.  This depends on the signal strengths, wireless coverage and configuration.  If you enable WLSE, for instance, and you have no wireless black spots, then roaming should be no issues.
    3.  See #2.
    4.  You can configure multiple SSID (up to 16 are broadcasted) but if one AP doesn't have the SSID you use for roaming, the association will drop when the client tries to join that particular AP.  It's like mobile phone towers.  If your carrier is not in the area, you sure won't be able to use your mobile phone in that area.
    5.  For 8 1130 APs, I'd recommend the smallest of the lot:  2106 with either 6, 12 or 25 AP licenses.  I'd recommend you the 25 AP licenses.  If your finances allow you something bigger, then consider either the 4402 (25 AP licenses) or the 5508.
    Cisco 2100 Series Wireless LAN Controllers
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps7206/ps7221/product_data_sheet0900aecd805aaab9.html
    Cisco 4400 Series Wireless LAN Controllers
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps6307/product_data_sheet0900aecd802570b0_ps6366_Products_Data_Sheet.html
    Cisco 5500 Series Wireless Controllers Data Sheet
    http://www.cisco.com/en/US/prod/collateral/wireless/ps6302/ps8322/ps10315/data_sheet_c78-521631.html

  • About the design

    I'm not here to offend anyone. But I really got mad when I got my hands on the new iPod touch. Specifically the way the volume buttons are on an angle. It now makes it 100% impossible for me to change volume with my left Hand without having the itouch slipping out of my hand. I mean who ever came up with this design, bet he wasn't a lefty. Lol anyone noticed it already ?

    Not seeing a whole lot of complaints about it, at least not here.
    Submit your feedback to Apple:
    http://www.apple.com/feedback

  • About system design for RAC

    Oracle Real Application Clusters, Concepts manual, Release 9.2.
    About scalability, it says that "poorly designed systems do not scale well on either single-instance Oracle databases or Real Application Clusters databases-poorly designed applications will likely experience performance degradation as demand increases."
    What does it mean when it says "poorly designed systems". What features should my sistem have to scale well in RAC databases?

    krishh wrote:
    Hi all,
    I am very new to Labview, but I have to deal with somewhat difficult problem of remotely controlling the Laser in next room. The PC I will be using has already built labview software to control the laser if laser is closeby. But the laser is next door (~200-300 feet), and the PC which controls the laser also have the labview software to control the laser. Please suggest me how should I start communicating from my first PC to the laser (may be using the laser labview software or not). To start with I would be glad to find some reads or demonstrative examples or any suggestion which will head me to right direction.
    I hope for great help.
    Regards
    Krish
    It would probably be a good idea to start a new message on this rather than continue in this message thread.  It seems to be a different situation you are asking about then what the original poster was doing.
    How does the PC communicate with the laser if it is close by?  Is it a serial connection? ethernet connection?  GPIB?  something else.  If it is serial, is it RS-232, RS-485, USB?   200-300 feet is too far for an RS-232 or USB connection.  But there are numerous products on the market that will adapt those serial protocols to either an RS-485 wiring setup, or put it out over an ethernet connection.  So you can go RS-232 to RS-485 on one end.  RS-485 goes to 4000 feet (depending on baud rate).  Then on the other end another adapter converts it back to RS-232.  I have also used a remote USB hub that connects to a LAN connection, and with driver software installed on the PC, it turns that remote connection into virtual serial port connections.
    These are good devices that have worked for me.  But if they would work for you all depends on how the PC connects to the laser now.

  • A few questions about the design of the scheme

    Hello, all!
    I want ask some question about design of the scheme.
    1) If i store info about user (for example: /Smith/Bob - /phone values{+1 964 258 46 52}), i can request information by user (input parameters: /Smith/Bob - /phone, output:+1 964 258 46 52), but if i want get username by phone i must generate in store second string /19642584652 values{Smith Bob}. But I must duplicate any string - very prodigally. Are existing some work aruond?
    2) if i want store some string with different minor key i put: ( /Smith/Bob - /phone, /Smith/Bob - /image, /Smith/Bob - /adress), but i already get duplicate date. Are existing any compressin major`s key? If yes - how it works
    3) Are existing in Oracle NoSQL something like secondary index? If exist - how it works?
    4) If i want get value by major key, im use get function(for example /Smith/Bob - /phone). How works searching algoritm? What mathematical basis of search?

    >
    So, some a few clarifying questions.
    1) Request comes from the client(to cluster). It identifies the major key. And any rep group understand: contained in it is this line?
    2) If contains - they use b-tree map to find the right key (as local index in Oracle DB).
    Is it correct?
    >
    No. Please read the doc and the other forum threads. They explain this issue.
    >
    Can i use any different algoritm to search, different indexes(function based) for example (on step 2)?
    >
    No.
    when the expected release of this option?Oracle employees cannot talk about future release dates and contents.
    What algorithm used to compress the prefix of the key. And how it work`s.If you're interested in the implementation details you can read the BDB JE documentation on key prefixing and the BDB JE source code. See com.sleepycat.je.DatabaseConfig.setKeyPrefixing.
    http://docs.oracle.com/cd/E17277_02/html/index.html
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • CC settings

    Hi, A seperate Pricing procedure is created for one of the customized credit/debit memos.I want the pricing procedure (PP) to be redetrmined at the time of sales order creation with reference to an invoice.On maintaining the Pricing type of copy cont

  • Not able to edit trellis

    Hi all, after patching OBIEE 11.1.1.6.0 upto 11.1.1.6.2 I am not able to edit trellis. Also, if I create a new analysis, choose the needed columns, go to the results and want to create a new view(trellis), it's not working. So, I need to go to the re

  • Replace Text In SQL Scripts

    Hi, I would like to search and replace text in files when I run .sql files. E.g. When user provide scripts xyz.sql, they would put table name like INSERT INTO  xyz abc VALUES ('text');I would like to replace xyz abc with mytablename. INSERT INTO  myt

  • What is advisable for complex calculation fields in ADF?

    Hi, I am using JDev 11.1.1.2.0 with ADF 11g. I have a screen where user is going to select couple of LOVs. Based on this selection one of my "read only field" should get refreshed. This field should actually do calculation based on the 2 fields and a

  • Install Safari 7.0.6 on OSX Yosemite

    I am working with a group that needs to purchase at least one mac and use it to run Safari 7.0.6 (not newer or older) for webpage testing.  Is it possible to downgrade a new OSX Yesemite machine to run Safari 7.0.6 or would I need to start with Maver