How to register Endpoint from External to CUCM

We have Lab deployment:
Cisco VCS-E
Cisco VCS-C
Cisco CUCM
IM&P
Cisco SX20 (Internal)
Cisco EX90 (External)
I have a problem:
I registed successfull Cisco SX20 in Internal BUT EX 90 can't register to CUCM from External. How do i do??
Please, support me.
Thanks!

You need to setup your VCS-C and E to do Mobile and Remote Access (MRA), that will allow external endpoints to register to CUCM which is on the internal network.  See the VCS configuration guides, for your VCS version, here is one for VCS X8.5.

Similar Messages

  • How do install  program from external drive to mac book air

    how do install  program from external drive to mac book air

    DVD or CD sharing: Using Remote Disc - Apple Support

  • How to determine endpoint from a handler

    I want to write a request handler which will set a special header based upon the target endpoint.
    How do I determine the endpoint from the request handler?
    On a (possibly) related note, is there a good reference somewhere of the typical properties which are likely to be set related to the message context during web services flows?
    Thanks,
    -- Frank

    I found at least partial answers to my questions.
    MessageContext.getPropertyNames() can be used to see the properties on a given flow.
    MessageContext.getProperty(prop) can be used to get information for paroperties such as:
    prop=javax.xml.rpc.service.endpoint.address
    prop=wsdl.portName
    -- Frank

  • How to prevent boot from external devices?

    Hello,
    Does anyone know how I could disable my imac's boot from external devices (firewire/USB disks etc.) like it can be done on PC hardware by changing BIOS options? Also, how can you password protect your machine pre-boot? I believe both issues are important to protect from unauthorized access (know the "evil maid attack"?)
    Many thanks,
    Georgios

    There is a firmware password feature
    http://support.apple.com/kb/HT1352
    but there is an ominous Warning below the Summary. It basically sets the hardware so that a password (not the same as you user account password) is needed when you start up the Mac and nothing much can be done without it.
    At the most basic level, if you turn off +Automatic Login+ in System Preferences Accounts pane, a login window will appear when you start up. If a different account (or a different drive) is used to start up your iMac, your user account home folder will not be accessible directly. However, the data is not encrypted in any way, so a determined hacker would be able to access your data.
    If you want to encrypt your user account home folder, you can use the File Vault feature which is set up in System Preferences Security pane FileVault tab.
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8727.html

  • How to copy music from external HD to ipod touch 4th gen

    I would like to know how to copy music from an external HD to my Ipod touch 4th gen. I have windows 8
    Thank you.....Paul

    Light blue text is a link
    iTunes: Syncing media content to iOS devices and iPod      

  • How to manage firefox from external program

    How I can manage Firefox from external program?
    I have several site's with very complex contents - AJAX, SSL and so on. And I would like to "give tasks" to Firefox - give me HTML of this page after all updates using AJAX or click on that links.
    It's it possible? if yes than how?

    Hai follow the bellow steps
    Sending system side(SEND--800)
    Create function module by using Tcode SE37 or SE80
    goto attributes select remote function
    activate
    Receiving system side(RECE--000)
    goto Tcode SM59
    here select the R/3 Connections-->click on Create Button
    give RFC Desstination : TESTRFC
         Connection Type  : 3 for Connecting two systems
         Description      : Some meaningful Description
    Press enter
    give Target system Name : SEND
              Language      : EN
              Client        : 800
              user Name     : sapuser
              Password      : xxxxxx
    save this connections & click on test connections(f8)
                          & Remote logon(f7)---> it will open a session
                            with client 800 that is your sending system
                            then only your RFC is correct
    create a report in SE38 Tcode
    data : c1 type i.
    data : itab like mara occurs 0 with header line.
    call function 'ZRFCFM' destination 'TESTRFC' --->Function Module 'ZRFCFM' your just create at Sending system
         exporting
         importing
         exceptions.
    Thanks & regards
    Sreenivasulu P

  • Hard drive replaced on imac how to restore data from external hard drive

    Hard drive crashed, replaced by authorized dealer.  Need to transfer all data from external hard drive to repaired computer.

    http://web.me.com/pondini/Time_Machine/14.html
    See especially C.

  • How to full restore from external hard drive backup

    I'm a new MAC user and got myself in a mess where i need to perform full backup restore from external hard drive. Last back via time machine to external drive was 2 days ago, so the data is there.
    What are the MAC boot commands to get me to system restore options. And there any useful tips you can pass on.

    http://www.macworld.com/article/1165784/how_to_restore_data_from_time_machine.ht ml

  • How to call RFC from external System to get HR Data

    According to the requirement the "HR" Workflow has to be able to view the employee details from external system Using the standard Microsoft connectors.
    So, my job is to create an RFC where i need to fetch the HR data from the infotypes P0001 and P0002. And they will call this RFC by requesting employees surname, ID number and/or Employee number.
    Do i need to simply write OPEN SQL statements in RFC or
    do i need to call any BAPI's?
    Setting up RFC's(Creation of Destinations) is not our job.
    Someone Please help me in this regard with some valuable input. Thanks in Advance.
    Ram.

    Hi Ram,
    to get the information from HR sytem you could call the BAPI
    BAPI_EMPLOYEE_GETDATA
    Regards
    Bernd

  • How to load webParts from external assemblies ?

    Hi
    i'm facing the problem when loading webParts from external assemblies. i've a lot of searched on internet, but nothing found! also i create a thread on
    asp.net forum, but nobody answer!
    does something wrong or is there any way to accomplish this ?
    thanks in advance
    http://www.codeproject.com/KB/codegen/DatabaseHelper.aspx

    Hi, Sure!
    here is my code :
    Aspx :
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    </head>
    <body>
    <form id="form1" runat="server">
    <asp:WebPartManager ID="WebPartManager1" runat="server">
    </asp:WebPartManager>
    <div>
    <asp:DropDownList ID="ddlDisplayMode" runat="server" AutoPostBack="True"
    onselectedindexchanged="ddlDisplayMode_SelectedIndexChanged">
    <asp:ListItem>Browse</asp:ListItem>
    <asp:ListItem>Design</asp:ListItem>
    </asp:DropDownList>
    <br />
    <div id="divWebPartBar" runat="server" visible="false">
    <asp:DropDownList ID="ddlWebParts" runat="server">
    </asp:DropDownList>
    <asp:DropDownList ID="ddlZones" runat="server">
    </asp:DropDownList>
    <asp:Button ID="btnLoadWebPart" runat="server"
    Text="Load WebPart to Selected Zone" onclick="btnLoadWebPart_Click" />
    </div>
    <div>
    <asp:WebPartZone ID="WebPartZone1" runat="server">
    <ZoneTemplate>
    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
    </ZoneTemplate>
    </asp:WebPartZone>
    </div>
    <div>
    <asp:WebPartZone ID="WebPartZone2" runat="server">
    </asp:WebPartZone>
    </div>
    </div>
    </form>
    </body>
    </html>
    Default.aspx.cs :
    public partial class Default : System.Web.UI.Page
    const string _webPartsPath = "~/bin/CustomWebParts";
    private static Dictionary<string, Type> _dicWebparts;
    protected void Page_Load(object sender, EventArgs e)
    if (!Page.IsPostBack)
    _dicWebparts = LoadWebParts(_webPartsPath);
    foreach (string webPart in _dicWebparts.Keys)
    ListItem item = new ListItem(webPart);
    this.ddlWebParts.Items.Add(item);
    foreach (WebPartZone wpz in this.WebPartManager1.Zones)
    ListItem item = new ListItem(wpz.ID);
    this.ddlZones.Items.Add(item);
    //MyWebPart myWebPart = new MyWebPart();
    //this.WebPartManager1.AddWebPart(myWebPart, this.WebPartZone2, 0);
    protected void ddlDisplayMode_SelectedIndexChanged(object sender, EventArgs e)
    if (ddlDisplayMode.SelectedValue == "Browse")
    this.WebPartManager1.DisplayMode = WebPartManager.BrowseDisplayMode;
    this.divWebPartBar.Visible = false;
    else if (ddlDisplayMode.SelectedValue == "Design")
    this.WebPartManager1.DisplayMode = WebPartManager.DesignDisplayMode;
    this.divWebPartBar.Visible = true;
    protected void btnLoadWebPart_Click(object sender, EventArgs e)
    Type type = _dicWebparts[this.ddlWebParts.SelectedValue];
    WebPart webPart = (WebPart)Activator.CreateInstance(type, null);
    //this.WebPartManager1.AddWebPart(webPart, this.WebPartManager1.Zones[this.ddlZones.SelectedValue], 0);
    WebPartZone zone = (WebPartZone)this.WebPartManager1.Zones["WebPartZone2"];
    this.WebPartManager1.AddWebPart(webPart, zone, 0);
    private Dictionary<string, Type> LoadWebParts(string path)
    Dictionary<string, Type> dicResult = new Dictionary<string, Type>();
    string[] webPartsAssemblyPath = Directory.GetFiles(Server.MapPath(path), "*.dll", SearchOption.AllDirectories);
    if (webPartsAssemblyPath != null & webPartsAssemblyPath.Length > 0)
    foreach (string file in webPartsAssemblyPath)
    Assembly assembly = Assembly.LoadFile(file);
    Type[] types = null;
    try
    types = assembly.GetTypes();
    foreach (Type type in types)
    if (typeof(WebPart).IsAssignableFrom(type))
    //object obj = Activator.CreateInstance(type);
    //WebPart plugIn = (WebPart)obj;
    dicResult.Add(Path.GetFileNameWithoutExtension(file), type);
    catch (Exception ex)
    continue;
    return dicResult;
    My sample webpart in external assembly :
    namespace MyWebPart1
    public class MyWebPart1 : WebPart
    protected override void CreateChildControls()
    this.Controls.Clear();
    Label lbl = new Label();
    lbl.Text = "Hello web part 1";
    this.Controls.Add(lbl);
    this.ChildControlsCreated = true;
    thanks in advance
    http://www.codeproject.com/KB/codegen/DatabaseHelper.aspx

  • How to stop vdbench from external applications? What are the impacts?

    I am using vdbench to test following scenario:
    1) Start vdbench - do read/write (I use poweshell start-process to start vdbench which returns me the process object )
    2) Poll for particualr system event(my test condtion). When the event happens stop read/write ASAP(To stop the process I use powershell Stop-process and pass process object as the argument. This actually stops IO as seen task manger)
    3) Continue testing
    I want to understand
    1) Are the steps followed correct?
    2) What is the correct method to stop vdbench from external application?
    Regards
    Jugari

    An other thought, that maybe is of interest to you, coming in the next version of Vdbench.
    A conversation with one of my internal users:
    It does not make sense to look at current Vdbench output trying to figure out what is happening when.
    This locks us in to tricks and guessing and prevents me from make changes to the output.
    Monday I will create a new file in Vdbench: status.html
    This file will only be there for any kind of wrappers to see what is going on.
    I'll make sure that the file contents are flushed to the file system as soon as a line of text has been written.
    * Vdbench status
    * The objective of this file is to contain easily parseable information about the current state of Vdbench.
    * This then can serve as an 'official' interface for any software monitoring Vdbench.
    * Each line of output will be immediately flushed to the file system, making its content accessible by any monitoring program.
    * The values below are all tab-delimited.
    03/25/2015-13:42:44-MDT Starting slaves
    03/25/2015-13:42:44-MDT Slaves connected
    03/25/2015-13:42:44-MDT Query host configuration started
    03/25/2015-13:42:44-MDT Query host configuration completed
    03/25/2015-13:42:46-MDT Starting rd=rd1 For loops: None
    03/25/2015-13:42:48-MDT Warmup done rd=rd1 For loops: None
    03/25/2015-13:42:51-MDT Workload done rd=rd1 For loops: None
    03/25/2015-13:42:51-MDT Slaves done rd=rd1 For loops: None
    03/25/2015-13:42:51-MDT Shutting down slaves
    03/25/2015-13:42:51-MDT Vdbench complete
    Henk.

  • How to import songs from external drive to itunes in Leopard?

    my computer had issues after installing leopard and i had to erase everything on my computer. since all of my music files from itunes are on my external hard drive, they are safe! but now that i'm starting from scratch on my iBook, how do i tell the computer to import all my music files to my itunes?
    i mean, i know how to click one song at a time and import them one at a time but that would take a long time. is there any easier way?
    thanks much

    Its very easy. I hope that you have all your music in one folder. Just drag that folder which contains every music you have to the iTunes icon in the dock. iTunes will open and copy every file on its own.

  • How to move files from external drive to main drive WITH keywords?

    On a recent trip, I uploaded several thousand images onto an external hardrive that I was using with my laptop.I keyworded and edited these files while on the road.
    Back home, I want to move the files (keywords and all) to my permanent LR library which resides on a different hard drive. How can I make this transfer without losing keywords?
    Thank you in advance.

    Hi Jessica,
    There seems to be a confusion of terms here: the catalog is where LR stores all its information (what your referred to as LR's library in your original post).
    While you were on the road, did you use LR to add keywords to the photos, or did you use some other tool? If you used LR, than you already have a catalog on the laptop, which you can then import into your main LR catalog (using the Import from Catalog option from the File menu). Let us know if you get stuck anywhere.
    Marc

  • How to retrieve emails from external drive?

    The short version is, I made a bootable copy of my malfunctioning internal HD on an external drive. Sure enough, a catastrophic failure ensued, requiring the installation of a brand new HD. In the process of moving everything important (pictures, movies, documents,etc.) to the new drive, i'd like to get my old mail inbox and mailboxes over there as well. I found them, but short of forwarding each message individually, how can i transfer that stuff? I've tried "File/Import Mailboxes..", but that didn't work, each time i get "No valid Mail for Mac OS X files were found". I don't know if i'm doing something wrong or not, so any help would be appreciated.

    Hi Milomo.
    If you haven't got any new mail you need to keep yet, then...
    Quit Mail, drag this file from the old location to the new location...
    /Users/YourUserName/Library/Preferences/com.apple.mail.plist
    Then move this folder from the old location to the new...
    /Users/YourUserName/Library/Mail/

  • How to delete files from external ntfs hard disk [Solved]

    Hi guys
    first, sorry for my bad English.
    I have an external hard disk ( WD 500GB ) with ntfs file system and i have installed ntfs-3g package.
    3 days ago, when i wanted to delete some files, i get a problem with it,
    look the output :
    [jahangir@Arch New Metal]$ sudo rm *
    [sudo] password for jahangir:
    rm: cannot remove '02 - Korn - Love and Meth.mp3': No such file or directory
    rm: cannot remove '30Seconds To Mars': No such file or directory
    rm: cannot remove '30Seconds To Mars 1': Is a directory
    rm: cannot remove 'Avantasia': No such file or directory
    rm: cannot remove 'Avantasia 1': Is a directory
    rm: cannot remove 'Avantasia 2': Is a directory
    rm: cannot remove 'Behemoth': No such file or directory
    rm: cannot remove 'Behemoth 1': Is a directory
    rm: cannot remove 'Hanging Garden - At Every Door - 2013': No such file or directory
    rm: cannot remove 'Hanging Garden - At Every Door - 2014': No such file or directory
    rm: cannot remove 'Rosetta': No such file or directory
    rm: cannot remove 'Rosetta 1': No such file or directory
    rm: cannot remove 'Sepultura': No such file or directory
    rm: cannot remove 'Sepultura 1': No such file or directory
    rm: cannot remove 'Slipknot': No such file or directory
    rm: cannot remove 'Slipknot 1': No such file or directory
    rm: cannot remove 'Tokio Hotel': No such file or directory
    rm: cannot remove 'Tokio Hotel 1': No such file or directory
    rm: cannot remove 'T\303\275r': No such file or directory
    rm: cannot remove 'neww': No such file or directory
    [jahangir@Arch New Metal]$
    Who can help me ?
    I wanted to delete .trash-1000 file from my main directory hard dist and i confront with this error :
    [jahangir@Arch My Passport]$ sudo rm .Trash-1000
    [sudo] password for jahangir:
    rm: cannot remove '.Trash-1000': No such file or directory
    [jahangir@Arch My Passport]$
    In the event that it is there.
    also in main directory of my hard disk i have 1 mp3 file that i can't view it in file manager and it will be displayed in Windows OS and with ls command in terminal :
    [jahangir@Arch My Passport]$ ls
    ls: cannot access 01 - Lost.mp3: No such file or directory
    ls: cannot access 02 - Surrendered To The Decadence.mp3: No such file or directory
    01 - Lost.mp3 In The Name Of God Videos ZzZ - IMAN winold
    02 - Surrendered To The Decadence.mp3 New Metal World of Warcraft Cataclysm 4.3.4 enGB navid wow wrath
    [jahangir@Arch My Passport]$
    what is this file and how can i delete .Trash-1000 and this files and content of "New Metal" directory ?
    Last edited by jiros (2013-12-23 20:57:05)

    I believe you used ntfs for a reason. As far as I know, Windows isn't friendly with hdd filesystems others than fat or ntfs, so once you format your external harddrive to ext4, windows won't talk to it at all, unless you install some additional driver or software.
    You have several possibilities to do:
    1) You could use FAT32, it's kind of a dumb filesystem, linux, mac and windows can read and write to it, there are some limitations like file permisions or 4GB file size limit.
    2) You could make multiple partitions on your external harddrive, one with ntfs (for windows) and the other with some fs that is support natively in Linux and Mac, I believe only option would be HFS+. I'm not an expert, maybe somebody will correct me. Anyway, if you aren't going to connect your disk to Mac, than ext4 would be a good choice. But this approach with two different partions is kind of dumb, because usually you need the same data available on whatever platform.
    3) If I were you, I would continue using NTFS or FAT32. It's not ideal, but it's a price you have to pay for dealing with Windows systems.
    4) If there is any other smarter solution, I believe somebody will add it to responses bellow.
    Anyway, it's weird that your problem persists. There has to be something wrong with your filesystem, otherwise ls wouldn't show you question marks in its output. Did you perform chkdisk via GUI? It has to say that either there wasn't any error with your fs, or that there was some error. We live (unfortunatelly) in binary computer world. I mean you can perform that command from shell, or however microsoft calls it, and if you run it in a proper configuration, it will tell you whether your fs is bad or not and perform needed repairs.
    And how to format disk to ext4?
    Backup your data, run as root fdisk /dev/yourexthdd (fdisk /dev/sdd), delete all partitions, create new ones, once you are done, write changes down. fdisk is pretty easy to use, don't be afraid of it. Then you have to create filesystem on each partition you created with fdisk, so if you created only one, run mkfs.ext4 /dev/yourexthddwithpartnumber (mkfs.ext4 /dev/sdd1). There are nice articles about doing these things on Arch Wiki (https://wiki.archlinux.org/index.php/File_Systems), don't be worried to read them

Maybe you are looking for