Question of EX60 with TMS and Callmanager.

Hi all

I have a saved on my MSD EX60 and works very well. But I need to make phone calls of this endpoint.

The device is registered on MSDS which is another country (DE) and therefore on another call manager using his background and rules.

The point is: is possible to keep the record of TMS to videocalls and register my callmanger to make phone calls?

I tried to make the deployment process on the device... To receive phone calls from my callmanager works very well. Just phone calls. Outgoing calls continue smoothly in TO callmanager.

I think it's possible to do. But I can't imagine how...

Thanks in advance.

Hi Daron,

I think you take on commissioning.

You must be commissioned with TMS for the phone book. at present on TC 6.3, you get so stocked TMS directory by CUCM.

However, on the next version 7 TC, a device for CUCM pack will be necessary to specify the TMS as a source directory for the endpoints CUCM provisoned.

at this point, you can either put into service with TMS or CUCM both.

in case you need to call to SIP, this need to go through CUCM in sip and h323 default then Protocol should be h323.

Tags: Cisco Support

Similar Questions

  • Question about Threads with WHILE and FOR

    Hi all

    I have a question on threads with a loop on this topic sentece.

    Have the following class:
    class test{
    
    bool foundThing;
    PararellSearch(string [] lista, string s2find){
    while(!foundThing)
    {
    for(int i=0;i<lista.length;i++){
    if(s2find==lista){
    foundThing = true;
    break;
    }
    }
    }
    }
    If I start 10 threads which are using the PararellSearch method to look into lista, each of them inits into a different point, and when some of them found the right word then set foundThing= true. It will stop WHILE and FOR loop in all the threads? 
    If not, how could I do it?
    
    Thanks a lot for your help.
    David.
    
    Edited by: user13553506 on 27-dic-2010 12:15
    
    Edited by: user13553506 on 27-dic-2010 15:54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    

    When you post the code, you'll want to post a [url http://sscce.org] NBS so that it is clear that what you try to do it. For example:

    1. in the validation of code, put {code} before and after him, then he will be readable.

    2. the convention in Java must start with a capital letter class names, so test, could not test.

    3. the convention in Java is to start with lowercase letters, so parallelSearch, not PWhateverMisspellingYouHaveThere method names.

    4. There is no such thing as bool. It is a Boolean.

    5. it is a String, not string.

    6. never use == to compare the States of objects (such as the content of the strings). Use equals().

    To answer your question: If you create Test 10 objects, then, given that foundThing is an instance variable, there will be 10 variables entirely independent foundThing. An adjustment will not affect the other. In this case, the easiest thing to do would be to foundThing static, so that there is only one copy which is shared by the Test class as a whole. This isn't the only way, or even the best way in all cases, but you have enough other problems to face, so for now to keep things simple.

    Finally, when you have a variable that is shared by multiple threads, you need to either make all the access to this variable synchronized on the same lock (reads and writes), or you need to declare the volatile variable.

  • Question of iframe with APID and Cache

    Hello

    Ive had a problem using an iframe to display a different Page Apex.

    I use this code to the Iframe:

    <iframe id="testIframe" src="" height=500 width=500 frameborder=1>
    </iframe>
    
    
    

    And this Javascript code to set the source (in the footer of the region):

    <script>
    $id = $v('P1_ID');
    document.getElementById("t").src = "f?p=&APP_ID.:2:&SESSION.::A_test_ID:"+ $id;
    </script>
    
    

    I call the page with an Applicationitem.

    Ist point in P1_ID ist the correct id for example 1

    But the iframe always displays the last called id.

    Open the page and I have the ID 3.

    Now I open thje page and have 4 ID, the iframe with id 3 is displayed, but the source code has the id 4.

    In Page 2, I call a procedure that inserts something into the db and set the id and this id is always the last and not the current one.

    What is a caching problem?

    Greetings

    Sebastian

    I solved it.

    The problem is the Application-Item. If I put on the homepage with the id run the Iframe will load the correct information!

  • Help with TMS and a digital ID email templates

    We currently use email TMS models to send the MCU dial in number to the meeting organiser in the e-mail template 'Change booking confirm' via the line:

    {NUMERIC_ID]:}

    However, we do not seem to do the same thing to work in the email that is sent to contacts of the system, i.e. the 'EventNotification SchedulingEvent' model.

    Although we use automatic connect for our type of default conference, it is always useful to have the digital ID sent to users so that if they arrive late or their unit not turned on at the time, they can dial in manually without contacting the helpdesk.

    Is there a way to insert your digital ID in this model, or another way to automatically distribute to participants/system contacts without manually transferring on the Organizer?

    Hello

    You cannot use the tag in the template of EventNotification SchedulingEvent . In general, the tags moving from a model to another is not possible.

    I don't see an obvious way to achieve what you want.

    Kind regards

    Kjetil

  • Question of layout with panelStretchLayout and panelGroupLayout

    I have a problem with a model of complex page layout. Basically a component does not stretch vertically.
    Here's a simple sample page that reproduces the kind of my problem.

    Page when displayed, extends the panelSplitter on the entire page.
    However, if I have not commented to the panelGroupLayout it does not (no matter the value of the presentation attribute).
    I have a panelGroupLayout after the Center facet which spans the panelSplitter of the entire page?

    < af:panelStretchLayout id = "pt_psl1" >
    < f: facet name = "center" >
    <!-af:panelGroupLayout id = "pt_pgl2" layout = "scroll" styleClass = "AFStretchWidth"->

    < af:panelSplitter orientation = "horizontal" splitterPosition = "100".
    positionedFromEnd = "true" id = "ps1ee" >
    < f: facet = 'first' name >
    < af:commandButton text = "commandButton 1 ' id = 'cb1eee' / >
    <!-id = "af_twocol_right_sidebar_split_stretched"->
    < / f: facet >
    < f: facet 'second' = name >
    < af:commandButton text = "commandButton 2 ' id = 'cb2eee' / >
    < / f: facet >
    < / af:panelSplitter >

    <!-/ af:panelGroupLayout->
    < / f: facet >

    < / af:panelStretchLayout >

    Thank you

    Panel group extend to his children.
    See part of the geometry in the doc:
    http://jdevadf.Oracle.com/ADF-richclient-demo/docs/tagdoc/af_panelGroupLayout.html
    To stretch the group separator, you don't need any panelGroupLayout.

    You should probably use another layout component, depending on what you're trying to reach.

  • Question TMS and conductor - conferences to improve safety by using conference

    Hi people,

    Currently, I implement some projects involving Cisco Telepresence conductor and I was wondering the benefits that conductor brings to the video network, it's really a great solution!

    Discover the benefits of the conductor, I created the following deployment:

    It works very well! The customer is very satisfied with the level of security when using this deployment. Their multi-point conferences is safer now.

    Well, when I created this topology I considered not how the environment would work when planning conferences, with TMS and conductor because this client has yet to TMS. Then, I was just shocked when I opened the TMS deployment guide e conductor and find the following statement:

    Note: The exposed conductor TelePresence conference type is not supported in Cisco TMS. Only models conference using the conference meeting type are supported.

    Page 13 - http://www.cisco.com/en/US/docs/telepresence/infrastructure/tms/config_guide/TelePresence_Conductor_with_Cisco_TMS_Deployment_Guide_XC1-2_TMS14-1.pdf

    I almost jumped the bridge... Now, I know that my great topology no longer works with TMS.

    Well, here are my questions:

    Why do we have this limit?

    That Cisco plans to fix this?

    The guide is related to the conductor XC1-2 and 14-1 TMS, something has changed in TMS 14.2.2 and XC2.1?

    I'd appreciate any help really, really!

    Thanks in advance.

    Paulo Souza

    Please note the answers and mark it as "answered" as appropriate.

    Paulo Souza wrote:

    [...] I am wondered the benefits that Conductor brings to the video network, it is really a great solution!

    Agreed! The driver of the telepresence really is a great product.

    Why do we have this limitation?

    Because the feature was never implemented on the side TMS. It was decided that the other characteristics are more important and should be a priority. There is nothing on the type of conference 'Read' which is inherently incompatible with the TMS, but work needs to be done first.

    Examples:

    • The control of conference centre: you will probably see the entries in double Conference if you are using a 'read' conference
    • TMS does not differentiate between the presidents and guests during the creation of scheduled conferences 'Conference' on the conductor.

    None of them are very difficult to solve from a development point of view, but they are not trivial to apply or test either.

    Does Cisco have plans to fix that?

    Nothing specific is planned, don't. As always: if it is a problem to your customer, make a request to feature through your account manager or another Cisco point of contact.

    The guide is related to Conductor XC1-2 and TMS 14-1, has any thing been changed  in TMS 14.2.2 and XC2.1?

    Conductor XC 2.1 and TMS 14.2.2 is a combination not supported, but nothing has been changed to

    2.2 XC and 14.3 TMS: types of conference 'Read' are not yet supported.

    Best regards

    Kjetil

  • QoS implementationon MCU with conductor and operation

    Hi all

    We added the MCU to the driver for resilience, but design QoS on MCU is configured on the conductor or MCU?

    In addition, we would like to discuss about layout MCU control. Based on the advanced driver parameter of model - custom layout, it's a change in real time? Given that we change the MCU available directly.

    Best regards

    Benjamin Lai

    If you use TMS with driver, you'd make all your changes Conference there and not directly on the MCU.  While you can make the changes on the MCU, if using TMS just be careful because TMS could see the MCU that do one thing while you make changes manually.  That said, you can make changes on the MCU, nothing wrong with that, actually make us ourselves on some occasions where we need, simply because of where we are or what device we use, because TMS is not compatible with everything, because it uses Java, IE a mobile device if it is what I happen to have on hand instead of a laptop.

    There is a question that I know with TMS and layouts of conductor (see but CSCuq62737) is that you can change the layout on a basis of individual endpoints and it works fine, however if you try and wide Conference on change page layouts, only currently works for new members added to the Conference.

    Regarding the quality of service, I'm not quite sure, I think it would be considered data, because the presentation is really just another video channel.

  • Hello friends, I have a license with terms of the photo with Photoshop and Lightroom applications installed on my iMac. Question: With this license can I install these applications also in my notebook? Using the same license.

    Hello friends, I have a license with terms of the photo with Photoshop and Lightroom applications installed on my iMac. Question: With this license can I install these applications also in my notebook? Using the same license.

    Yes, individual licenses, ranging up to allow two simultaneous, activations facilities.

    subscriptions allow mounting on an unlimited number of computers.  connection is limited to a maximum of two computers at a time.

  • I used even with Win7. Now changed to iMac. External BlueRay. Question: can I create CDs BlueRay with Adobe and where is my still on MAC?

    What is a substitute for reminder in Creativ-cloud?

    Can I create DVD BlueRay with iMac and external device for BlueRay?

    In addition, to help with yet, go to http://forums.adobe.com/community/encore/content

  • Upgrading from 2.3.1 to 3.02 with TMS 14.1.1 TMSXE

    Hi all

    I ahev a general questions about the Migration of TMSXE 2.3.1 to 3.02 with Exchange 2003.

    Is there something to do? or might be a risk that I am loose all my calendar on the Exchange entry?

    It is also possible to upgrade to 3.02 in way tracking:

    1 detach the room (on 2003) mailbox-> is no longer to synchronize the calendar in the TMS

    2 uninstall the TMSXE 2.3.1

    3. now I'm clearly all booking resource on MSDS

    4. move / convert mailboxes to room mailbox to Exchange 2010

    5. installation TMSXE 3.02

    6. installation and configuration TMSXE 3.02 as New Installation

    7 configure the VC system with the associated mailbox room (Exchange 2010)

    Now the existing calendar entry are synchronously with TMS should beo OK.

    Any input appreciated for my questions.

    Best regards

    Georg

    Hello

    performing migration of 2.3.1 is possible and the process must be documented in the installation guide for TMSXE:

    http://www.Cisco.com/en/us/docs/Telepresence/infrastructure/tmsxe/Install_Guide/Cisco_TMSXE_install_guide_3-0.PDF

    / Magnus

  • TMS and WebEx One-Touch

    The telepresence Management Suite does support WebEx One Touch?

    If so

    What would be the best to use for integrating Cisco Telepresence and WebEx, if you BE6K with CUCM and VCS controlling the C-Series, Cisco TMS or Cisco TM ends?

    I look forward to your helpful responses.

    Hello

    I think that your first question is answered in this thread: https://supportforums.cisco.com/message/3880606#3880606

    / Magnus

    Sent by Cisco Support technique iPhone App

  • IE is slow, hangs in Google, will run Firefox under Windows 7 with speed and security?

    I'm not very tech savy English so good please. I have a desktop Dell Studio with Intel 2 Quad Processer. I have used IE for 15 years and more. Started using Google Chrome for speed and better security about 6 months without any problem. Shortly after the beginning of the year Chrome started crashing every day and from 1/14 he broke the 10-12 times a day. I don't like losing stuff and having to stop, re - load, raise or re-store that Chrome was more than that was working properly.

    Will Firefox work in my system operating system. I loan on your security, password protection and other things that are touted on your website on Firefox, but I'm mostly concerned about accidents and what are the causes. Is the problem in my own system and not questions of brower?

    I just want to surf, read, watch you tube, facebook with friends and family. I am 65 years old and retired, and I'm really disguested with all the problems I encounter.

    I think Firefox is a good product, but I need answers to the questions I asked.

    We hope to hear from someone very soon on the issues that I raised. If I download Firefox, should I uninstall IE. I already have an installed Chrome =.

    Thank you
    Jim Yeary
    jyeary3 @ spring TX

    I do not know what is causing your Chrome or IE falls down, but you can give a Firefox. I'll give you a few different things you need to do before installing Firefox to make sure that your computer works well if.

    Install all Windows updates. Check several times until there is no more.

    Update your graphics Driver. Update your graphics drivers to use hardware acceleration and WebGL

    Scan of malware: troubleshoot Firefox problems caused by malicious software

    Once you have done this, install Firefox! How to download and install Firefox on Windows

  • I forgot my security question answer on my account and I get lost email address of relief

    I forgot my security question answer on my account and I get lost rescue address, how do I get my new security question?

    Contact Apple for assistance with the security of the Apple ID - Apple Support accounts

  • Pavilion Notebook PC 15-079er: problems with sleep and shutdown 15-n079er HP Pavilion Notebook PC.

    Hello world

    I have a huge problem with my Pavilion. I used Windows 8.1 earlier, and I decided to upgrade to Windows 10. I did not like something (can't remember what) and decided to return to Windows 8.1. Almost a year passed, I am again on Windows 10. But if I SLEEP my computer:

    • Screen goes black, everything seems normal.
    • No matter how long wait, fan keeps spinning and power LED, LED Wi - Fi on.
    • Keyboard input does not help. Does not meet what it is.
    • The only thing left to do - stop hard.

    And if I shut down the operating system:

    • Windows normally stops, close all applications, screen goes black.
    • Fan on, led on.

    I did not notice these problems with restarting and the hibernation.

    Two things I've done in this gap of the year:

    • Replacement screen. An old broke. Thanks to my cat...
    • Formatted the drive. I don't think it would do anything diffirent.

    So, any help would be appreciated.

    Thanks in advance,

    Kebab

    Hello

    On some machines, the pilot for 11 series IMEI has been known to cause that kind of question of the judgment, so it may be worth trying an earlier version.

    You can use the following method to install an earlier version of the driver IMEI.

    Download driver IMEI on the link below and save it in your downloads folder.

    http://ftp.HP.com/pub/SoftPaq/sp66001-66500/sp66228.exe

    Disable your wireless card (should be f12 ).

    Open your download folder and run the installer - it warns you that it is an earlier version, but simply continue.

    When finished, restart the laptop.

    If the computer shuts down correctly, turn on your wireless adapter and use the utility on the following link to prevent Windows 10 to update automatically the driver IMEI again.

    https://support.Microsoft.com/en-GB/KB/3073930

    Kind regards

    DP - K

  • Compatibility problem with Vista and iTunes

    I downloaded iTunes 9 on my Tobisha laptop Satellite last night and put about 2.5 GB of music on it. I didn't upload the music from the internet. I used MP3s, I had for a few years.

    When I went to boot up the laptop this morning the loading process took some time, but it never loaded to the login screen. I just see the bottom of MicroSoft. Is there a compatibility problem with Vista and iTunes? Maybe I put too much music on my laptop?

    Boot in safe mode and delete iTunes and all the music I downloaded would solve the problem? Or it is less simple than that?

    Don't know where to direct this question if any help you could provide would be greatly appreciated.

    Thank you.

    Hello

    iTunes is compatible with Vista and there should not be any problem.
    Yesterday, I installed iTunes 9 on my U400 and everything happened correctly.
    If your laptop can not boot Vista correctly, then you should try the repair feature.

    Turn on the computer and press F8. Now you will see the advanced boot menu.
    Now, you have many choices.

    As a first step, you should try the option called: last good known Configuration (Advanced)

    If this will not help and the Vista will not start then try the option called repair your computer. This option displays a list of system recovery tools, you can use to repair startup problems, run diagnostics, or restore your system.

    If that does not help, then you will need to retrieve the unit using the Toshiba recovery disc or HARD drive recovery.

Maybe you are looking for

  • How to reset ipad without iTunes?

    Recently, I found my iPad I had lost when I moved into a new House. It's kind of weird that you plug the charge and he says it does not load, but it is. I forgot the password after all his time and when I plug it into my PC, it will not be displayed.

  • Video card update on the s5-1414 beep problem

    Hello, I inserted an Asus GT610-sl-1gd3-L video card in the PCI slot, but when I turn on the machine I get beeps and the GET no video on the monitor.  It's a whole new card.  I leave the care and it is eaten in fine. I tried to connect the dvi on the

  • Desktop shortcut icons have disappeared when I tried to boom, them. How to make a comeback?

    How can I get the shortcuts to pin to the XP desktop screen? All of the shortcuts that were on my xp desktop screen disappear when I was trying to make the icons smaller.  I clicked of course something (?) to make this happen, but have not figured ou

  • X 200 Win 7 &amp; network problems

    Hello. I've updated my x 200 Vista to win 7. Wireless WAN disappeared from the (Fn + F5) menu. Any suggestions? I try to load drivers for win 7 in the web page of bottom bracket, I to selcet, the brand family and 7458 Type, but how do I find what mod

  • Inspiron One 2320 - factory restore / recovery outcome

    Hello I bought the Inspiron One last year which has Windows 7 Professional pre-installed on it. In my infinite wisdom, I decided to make a room upgrade to Windows 8. My wife don't like Windows 8 and want to return to Windows 7 Pro. The problem rears