I can't add a DN to a CTI route point on Call manager due to...

Hello,
I'm trying to add a DN to a CTI route point which routes to Unity directly. This allows me to have a voicemail box be reachable that is not tied to a phone. So I can dial XXXX and leave a message for this person directly. The reason we have this setup is because 2 people share a phone and we have a call handler on the phone extension to route messages to person 1 or person 2 by pushing 1 or 2 if know one picks up the phone. The caller then obviously can leave the private message for person 1 or person 2 depending on who they wanted to talk to. I have the CTI route point up and running, and it works for 2 DNs that are set up on it. I'm adding a 3rd and 4th DN to this route point.
The error message I receive says:
"Add failed. Sum of device's line appearance values for maxNumCalls exceed device limitation". On the Multiple Call/Call Waiting Settings on Device ROUTE_TO_VM section(the name I gave the CTI ROUTE POINT) I keep changing the Max number of calls to 1 and busy trigger to 1 to see if this resolves it but it does not. I had to do this on the other DNs tied to this route point and that fixed the issue. This time it will not let me.
Any ideas?

Do you mean I should be adding a new separate CTI Route Point for each DN? I didn't think I had to because we have a separate one called FORWARDtoUnity and there 4 DNs tied to this one and underneath association information, it says "Line {5} - Add a new DN"...so it seems I can keep adding more. (Unless there is a limit of DNs per route point). So since this one has 4 DNs, I thought I could have 4 DNs on this new route point I created. I was wondering if I'm missing a step somewhere.

Similar Messages

  • How can I import CTI route points with line setting "Advertise Globally via ILS" enabled?

    I am using CUCM 10.5.1.10000-7 and am using ILS to propogate dial plans between two clusters.  We use quite a few CTI route points but so I generally import them into the cluster with all the appropriate settings and line association settings. I need to be able to enable and set the various ILS settings line Advertise Globally via ILS.  This can be done on phones and their line associations but not on CTI route points as far as I can figure.  The same goes true with the Bulk Administration, you can updates lines of the phones for these setting but not CTI route points.  Any trick or even obvious thing I  am missing?  Setting these manually is extremely time consuming.  

    I am using CUCM 10.5.1.10000-7 and am using ILS to propogate dial plans between two clusters.  We use quite a few CTI route points but so I generally import them into the cluster with all the appropriate settings and line association settings. I need to be able to enable and set the various ILS settings line Advertise Globally via ILS.  This can be done on phones and their line associations but not on CTI route points as far as I can figure.  The same goes true with the Bulk Administration, you can updates lines of the phones for these setting but not CTI route points.  Any trick or even obvious thing I  am missing?  Setting these manually is extremely time consuming.  

  • Can you add the data information to the data points in a chart

    I am trying to add the data information to the data points in a line chart.  can this be done?

    You can add Value labels to the series to show the numerical value at each data point. The control is in the Series section of the Chart Inspector (see green arrow).
    If you are asking about text labels, such as the "Test 1", "Test 2", etc. in column A of the table, You can add these by copy/paste into a text box placed in front of the chart, or use a formula ( =Table 1::A1 ) to transfer the text into a single cell table placed appropriately on the chart.
    Using single cell tables will allow automatic updating of the label if the content of the Table 1 cell(s) changes. Neither method will automatically reposition the label if there's a change in the data feed to the chart.
    Regards,
    Barry

  • HT1296 I can not add a new contact to contact list from last calls

    I can not add a new contact to contact list from last calls

    That's nice.  Thanks for telling us.  Maybe you would actually like to ask a question????

  • How large of an Ethernet Switch can you add to an Airport Extreme gigabit router?

    I have a gigabit Airport Extreme router. I like using the Airport Utility to control my network. I want to convert a large number of wireless connections to wired ethernet devices, about 24. The reason is that I just get too many wireless dropouts, and I need a more reliable network. I am looking for the best way to design this. It seems like adding a gigabit Ethernet switch is the easiset and best way to accomplish this. My questions are:
    1. How large of a gigabit switch can you add to the LAN port of an Airport Extreme: 24-port, 48-port?
    2. How far down can you cascade switches? In other words, can I connect three 5-port switches (level 1 switches) to the three LAN ports on the Airport Extreme, and then connect more 5-port switches to the level 1 switches?
    3. What are the performance implications for either design. Can you achieve gigabit performance with these designs?
    Thanks for the help.

    I have a network with an Extreme base station, 3 Extreme wired extenders and 1 express wired extender - in the mix are four 24 port gigabit switches and two 8 port gigabit switches - so you can add as much as you want within the limits of the internal IP address range which is controling the number of devices on the network.

  • How can I add a system to the transport route?

    Hi,
          I have a DBP --> PBQ --> PBP systems and now I have a new environment TRN (Training system) and I want to include this system in the transport route.
    Right now the transport route is configured like I said 'DBP --> PBQ --> PBP' and I want to include this environment (TRN) to the transport route because I want that the system pass automatically the orders that going to PBP system to TRN too in the same time that pass it to PBP. For example, like this:
                     PBP
    DBP --> PBQ ==>
                     TRN
    How can I do that?
    <removed_by_moderator>
    Read the "Rules of Engagement"
    Thanks people!!
    Edited by: Juan Reyes on Apr 16, 2009 8:57 AM

    Hi Carlos,
    whatever be the environment, whether it is DEV, QA or PRD, when you login into an ABAP SAP system and run transaction STMS,
    In the initial screen, it always shows two fields, System and Transport domain.
    System field contains the SID in which you are currently logged in.
    Transpor Domain shows value like this: DOMAIN_SID
    here this SID is the domain controller for the system in which you are logged in
    However, if you are logged in the domain controller system itself and then run STMS, then it will show in the lower half of the screen, that, you are logged in as a Domain Controller.
    To be more clear, run STMS in any system and Menu->Overview->Systems->Second column 'TMS system type' must contain a 'domain controller symbol' against one sytem SID. this SID is the domain controller.
    thanks
    Bhudev

  • How can I add a row into a JTable with JButton

    Hi all. I have the following code:
    package gui;
    import db.*;
    import javax.swing.table.AbstractTableModel;
    import java.util.ArrayList;
    public class FoundersTable extends AbstractTableModel{
        private static final int COLUMNS = 8;
        private String columnNames[] = {"��� ����", "���", "�������", "�������", "���������", "��������",
                "����� �� ����������", "������ �� ����, �����"};
        private ArrayList data;
        public FoundersTable(){
            data = new ArrayList();
        public int getRowCount() {
            return data.size();
        public int getColumnCount() {
            return columnNames.length;
        public String getColumnName(int colIndex) {
            return columnNames[colIndex];
        public Object getValueAt(int rowIndex, int columnIndex) {
            return ((ArrayList)data.get(rowIndex)).get(columnIndex);
        public void setValueAt(Object value, int rowIndex, int columnIndex) {
            ((ArrayList)data.get(rowIndex)).set(columnIndex, value);
            fireTableCellUpdated(rowIndex, columnIndex);
        public void addRow(ArrayList neueZeile) {
            data.add(neueZeile);
            int index = data.size() - 1;
            fireTableRowsInserted(index, index);
        public void removeRow(int index) {
            data.remove(index);
            fireTableRowsDeleted(index, index);
        public void removeAllRows() {
            data.clear();
            fireTableRowsDeleted(0, 0);
        public boolean isCellEditable(int rowIndex, int columnIndex) {
            return true;
    }Now in my MainJFrame class I have one button for additing and one button for removing a selected row. How can I add/remove rows with this two buttons.
    Thanks

    No my question is how can I add and remove rows WITH buttons My point was the code is the same. You use the addRow(...) method. Why did you write an addRow(...) method if you aren't going to use it?
    I don't understand your problem. Do you not know how to write an ActionListener?

  • Able to add 2 titles, but need 4, can't add the other two

    Hello
    This question has been posed,and seems to remain unanswered. I know the procedure to add titles, I have added 2 to my video project, but can not add the last two. At some point the background of my video project turned from green (the color it changed to when I added audio) to a purple color. Each time i try to drag the title box to the frame it snaps back to its original place....really, I must be crazy because I have tried to do this about 300 times...with the same results...yet I try again. Someone on this site sort mocked us....saying Apple should provide the answer, true they should, but they are not going to...so I implore those of you who know the answer to this question, please, please enlighten me and the others that may have it....is it me, is it a bug, is there work around.
    THank YOu for any help you can offer

    No, you cannot, unless you are just referring to apps that are in the multi-tasking list. The groupings of icons on the screen cannot exceed 4 across.,

  • How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    How can I add more than one same spry menu (eg. collapsible menu)  with in different styles (font size, color, background, etc) on current page?

    Hi Nancy,
    This screenshot was only for imagination. A part of the code (not all) is below.  In the code there are some background images but they are not seem in live mode.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title></title>
    <link href="css/my_site.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css"/>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <style>
    #CollapsiblePanel1 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-color: #003366;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel1 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel1 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/international.jpg);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel2 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel2 .CollapsiblePanelContent {
        background-color: blue;
    #CollapsiblePanel3 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel3 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel3 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel4 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel4 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelOpen .CollapsiblePanelTab {
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        font-size: 18px;
        line-height: 52px;
        color: #FFF;
    #CollapsiblePanel5 .CollapsiblePanelTabHover .CollapsiblePanelTab {
        background-color: #003366;
        color: #FFF;
        text-shadow: 1px 1px #000;
        font-weight: bold;
        background-image: url(images/TR_Col-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    #CollapsiblePanel5 .CollapsiblePanelClosed .CollapsiblePanelTab  {
        background-color: #C3CFDF;
        border-radius: 5px 5px 0px 0px;
        color: #999
        text-shadow: 1px 1px #000;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        background-image: url(images/TR_Gray2-WEB.png);
        background-repeat: no-repeat;
        line-height: 52px;
    </style>

  • HT201342 How can I add an e-mail address to my existing icloud addresses?  I currently only use one and I would like to ad two more?

    How can I add an e-mail address to my existing icloud account?  I curently only use one of the three.

    Each iCloud account only has a single iCloud account.  If you want, you can add up to 3 alias addresses that will receive email in the same iCloud inbox, as explained here: http://support.apple.com/kb/PH2622.

  • How can I add amazon to Apple TV?

    I am a new Apple TV user. So far I am impressed and like it a lot. However I would like to use the Amazon Prime and I have yet to find it. How can I add it to my Apple TV?

    You cannot add apps to Apple TV. If you have an IOS device you can AirPlay to stream using the app from there

  • Can't add a family member to family share on icloud?

    I Successfully added one child to family share but when I went to add second child it gets hung up on the screen where you type family members email. I type it in or select child's name from my list of contacts and then select NEXT. Nothing Happens. the blue letters of next fade to the light blue then the circle thing spins and the NEXT pops back up in blue and nothing happens. Can someone please help me figure out why I can't add a second child. Yes, they have an icloud account, I turned phone off and back on. Not sure what the problem is.

    See if you can go to your Calendars App and select a previous event to see what Calendar the event was added to (iCloud or Yahoo). After that is determined you can go to www.iCloud.com or calendar.yahoo.com and add the event there to see if it will populate on your device. Another troubleshooting step is deleting the iCloud account from your device and also deleting the Yahoo account. Then check to see if you can add an event without it syncing to a email. If you can then it may have just been a bug and you can add both accounts back and try adding the event again. I would also recommend only using one service to sync your Contacts, Calendars, Reminders, etc. Such as either iCloud only or Yahoo only, as using multiple accounts means your data is spread around and can be hard to isolate when something goes wrong.

  • How can I add a birthday without creating a new contact?

    Hiya,
    I would like to add birthdays to my calendar for my friends children and my neices and nephews.  However, I don't want to create a new contact for all of them. Can I add an entry into the birthdays calendar only?  When I add an entry in iCal on my MacBook I can edit it to a specific calendar, but I have no option to add to the birthday calendar.  If I really have to create a contact for these entries, can I select which contacts show up in my iPhone? Obviously I don't want a huge contacts list for babies and small children in my phone!
    I tried Dates to iCal and it was good for anniversaries, but for other birthdays it wasnt as they appear as the parents name and then the entry (e.g. Jane: 2nd Sophies Birthday) which I find very annoying!
    I hope one of you geniuses out there can help me!
    Thanks very much.

    Also open the calendar app, tap on calendars bottom middle of the screen and make sure under other you have birthdays ticked in the calendars

  • How can i add to a listBox items near in a new column other items ?

    The items on the right i changed the property of the listBox1 righttoleft to Yes.
    My problem is i want to build a new column for the number so each number i'm adding will be next on the left to the belong item string. And not under it like now.
    1. Maybe i need to use another control and not listBox ?
    2. How can i add column/s and also maybe adding a title to each column like: Names Id Number....?

    If you want columns, you should consider a
    ListView or
    DataGridView.

  • Can i add a second hard drive to my macbook pro

    can i add a second hard drive to my macbook pro

    stevefromapo wrote:
    I purchased a OWC DataDoubler kit with a 750GB hd and it works fine.  I just need to get a USB CD Drive for mac so if i need to reinstall my OS I can do it.
    You could put your install disc on a USB Flash drive with Disk Utility. Also, here is the USB optical drive enclosure I bought. He raised the price a few bucks. Mine ran $10.00 with the shipping. 
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

Maybe you are looking for

  • How can i enable my iTunes account ?

    My account has been disabled and so now i can't make any more purchases and i have tryed to search it online but it doesn't seem to watch with the new iTunes so i was wondering if anyone could help me! And i really don't want to make a new account si

  • Master Scheduling/MRP  Issue

    My EBS version is 11.5.10.2 In Master Scheduling/MRP Module,under MDS and MRP Submenu, there is a functions named 'opertions', shows the opertions of MDS and MRP, can anybody be so kind to tell me how does the checkbox 'net reservations' work in that

  • Prompt Values are duplicated when using the schedule option

    Hi, I'm working on a Windows Server 2003 XI 3.1 FP1.6 environment and have noticed that there are some Crystal Reports that when scheduled in the CMC, the prompt values are duplicated.  When I delete the duplicate values and click Save, even more dup

  • No backup with sync

    Can someone offer me a possible reason why my latest backup file is May 12, 2012 when I just synced my iPhone yesterday, September 21, 2012?  There isn't a new backup file in the backup folder under MobileSync or under Preferences -> Devices in iTune

  • HANA Live on ECC - Should ECC be on Hana DB or any other RDBMS

    Hi,    Going through some of the blogs, i need a clarification to install HANA Live. If the ECC is on RDBMS, should the database be retired and moved to HANA DB or it can work side by side. Thanks Hari Prasad