Limit the number of calls between areas of VCS/subareas?

Hello

I wonder if there is a way that we can limit the number of calls between two subareas, areas or VCS.

The script as below:

VCS-E (owncompany) < -----neighbor/traversal/dns="" zone="" over="" internet------=""> > VCS-E (partner)

My intention is to limit to 5 video calls from VCS-E (partner) so that the 6th call (dial in endpoint) will be blocked.

I know that we can control the total bandwidth between areas using links & pipes but that does not stop the remote end to lower their rate of recall and deal with several endpoints.

Thank you.

Hi Hafiz,

have you tried to disable the 'downspeed by mode of appeal"in a configuration of Bandwidth?

try disabling the "downspeed" by call OFF mode under VCS config-. > bandwidth--> configuration.

This will not allow the calls get the downspeed but it must block because of insufficient bandwidth.

Thank you

Alok

Tags: Cisco Support

Similar Questions

  • limit the number of vms that are turned on by the user via vcenter

    Is it possible to limit the total number of vms turned on by user? If joe can create as many virtual machines as he wants, but he cannot have than 5 virtual machines powered at the same time.

    I thought about it, but I'm not a big fan of resource pools.

    It is interesting because ALL things made of ESX, pools are my absolute favorite, you can do a lot with swimming pools.  Even monitor the pools by a group of permissions, restrictions, segregation, performance, ease of management... This list is long...

    Pools are the BEST thing about ESX overall in my opinion, I think that you are missing a very crucial feature.

  • How can I limit the number of connections to my PC for an incoming connection at a time. Multiple users are connected to my computer via the network.

    original title: limit incoming connections

    I want to restrict the number of connections to my pc for an incoming connection at a time.  I have several users that connect to my computer, using the same user name & password.  If someone tries to open a session, they fall out of someone who is already connected, without notice. the only solution I can think of is to limit the number of incoming connections to one.

    Hi willard.

    Your question is more complex that most seem to be on the answers. I suggest that you re-post on our TechNetforums where computer professionals can help you.

    http://social.technet.Microsoft.com/forums/en-us/categories/

    I hope this helps.

  • BlackBerry Smartphones personal names in address book are not displayed when they only call the number they call from?

    My number is displayed only in the next issues of appeal.

    When someone I recorded in my book calls address their name used to display, now I get only the number they call from?

    Do I have to change a setting?

    Why the name sop appearing?

    He has a bee a few weeks now?

    I removed the battery and electric bike

    Don't check for updates... any help

    Went to a Verizon Center... no help!

    I can't thank you enough

    I went to the article and he's referring to this:

    It was caused by a bad security parameter, called content protection!

    I enclose the item for later use, it's a real miracle solution, you're very kind!

    Summary of the Causes

    This problem may be caused by one of the following:

  • How can I limit the number libraries which is to find Photos

    How can I limit the number libraries which is to find pictures?

    I have about 10 libraries I've migrated opening today.

    I followed the advice I got from leonie, (level 10) below.

    Photos will create a new library of Photos in your iPhoto library.  The new library will be named as the iPhoto, with the extension ".photoslibrary" library and your original library will have a new file name extension ".migratedphotolibrary".  Rename the resulting ".photolibrary", so you will always be able to open in Aperture. The icons of libraries will change also. New photo library will display an icon of 'fan photos' with the flower of the Rainbow.


    So, I have now two files in my folder "Images".   One is called "Photo library" (these are ALL of .photoslibrary) the other is 'BACKUP ONLY iPhoto libraries' (these are ALL of .photolibrary).

    When I hold down the option key and start the Photos is to find all the libraries of two files above. How can I say Photos don't not to look in the old folder "iPhoto library"?

    This isn't a feature of Photos

    You can request that Apple itself - http://www.apple.com/feedback/photos.html - but not, it is not an option

    LN

  • Dynamic calculation of the number of days between two dates in a table

    Hello

    I'm working on request where I dynamically calculate the number of days between two dates in a table.

    The calculation must be dynamic, i.e., when I recover the Start_date and End_date and move to the field following (call_duration) in the same row, the difference must be calculated dynamically in this area and make sure the field read-only.

    APEX version: 5.0

    Hi BO123,

    BO123 wrote:

    Hello

    I'm working on request where I dynamically calculate the number of days between two dates in a table.

    The calculation must be dynamic, i.e., when I recover the Start_date and End_date and move to the field following (call_duration) in the same row, the difference must be calculated dynamically in this area and make sure the field read-only.

    APEX version: 5.0

    one of the way to do this by calling ajax on change of end_date.

    See the sample code given below to fetch the resulting duration and making the field read only after calculation

    Step 1: Change your page

    under CSS-> Inline, put the code below

    .row_item_disabled {
      cursor: default;
      opacity: 0.5;
      filter: alpha(opacity=50);
      pointer-events: none;
    }
    

    Step 2: Create on demand Ajax process I say CALC_DURATION

    Please check Procces Ajax, see line 6.7 How to assign a value to the variable sent by ajax call

    Declare
      p_start_date  date;
      p_end_date    date;
      p_duration number;
    Begin
      p_start_date  := to_date(apex_application.g_x01);
      p_end_date    := to_date(apex_application.g_x02);
    
       --do your calculation and assign the output to the variable p_duration
      select p_end_date - p_start_date into p_duration
        from dual;
    
      -- return calculated duration
      sys.htp.p(p_duration);
    End;
    

    Step 3: Create the javascript function

    Change your page-> the function and the declaration of the Global Variable-> put the javascript function

    You must extract the rowid in the first place, for which you want to set the time, see line 2

    assuming f06, f07 and f08 is the id of the start date, and end date columns respectively, and duration

    See no line no 8 how set the value returned by the process of ajax at the duration column

    Replace your column to the respective column identifiers in the code below

    function f_calulate_duration(pThis) {
      var row_id  = pThis.id.substr(4);
      var start_date = $('#f06_'+row_id).val();
      apex.server.process ( "CALC_DURATION", {
      x01: start_date,x02: $(pThis).val()
    }, { success: function( pData ) {
    // set duration to duration column
    $('#f08_'+row_id).val(pData);
    // disable duration column
    $("#f08_" + row_id).attr("readonly", true).addClass('row_item_disabled'); }
    });
    }
    

    Step 4: choose the end date call the javascript function

    Go to report attributes-> edit your Date column end-> column-> Attrbiutes element attributes-> put the code below

    onchange="javascript:f_calulate_duration(this);"
    


    hope this helps you,

    Kind regards

    Jitendra

  • Limit the number of results when searching for users?

    Hi all.

    The following rule works very well:
      <invoke name='toList'>
        <invoke name='listObjects'>
          <ref>context</ref>
          <s>User</s>
          <map>
            <s>conditions</s>
            <list>
              <new class='com.waveset.object.AttributeCondition'>
                <s>DEFERREDTASKDATE</s>
                <s>notPresent</s>
                <s></s>
              </new>
            </list>
          </map>
        </invoke>
        <s>name</s>
      </invoke>
    But in the production environment, we want to limit the number of results to a manageable level, say 200 users. I tried resultLimit and LignesMax in the stock option plan, but nothing helped.
    Pointers to help me in the right direction?

    Best regards
    Stefan

    The JavaDoc for AttributeCondition does not list these operators or conditions.

    You will need to add conditions to your query that limits the response by other means.

    I don't know what your user name looks like, but for us, we have an ID for each account that you could put limits to

    i.e.

    UserID > current_place and userid< current_place="" +="">

    that, if the user name is a number, would limit the answer to a maximum of limit, but if no user is in the meantime it would obviously be zero.

    the alternative is to create your own rule to query the repository on your own and use the resulting data to browse normal calls.
    It's a bit heavy if you use attributes that are not available at hand, only existing in the xml BLOB

    I also think that you could make your own javaclass and do the same thing, but I'm just not proficent in java as to who try here: P

  • How can I limit the number of attempts to print a web page

    I am trying to find a solution to a problem on our network.
    We run several kiosk machines that allow customers to print documents and web pages. However, we find that we are wasting a lot of ink because of the user frequently sending the same print job on the printer.
    Yesterday we had someone print more than 70 pages, because they just keep clicking on print.
    I tried looking for an add-on that would solve this but was not able to find one.
    My question is this, is there an internal setting that can be changed in firefox to limit the number of prints is trying to say once every 30 seconds, or even a way to make a dialog box turns on screen saying that the print request is currently dealing and does nor print before completing the task at hand.

    Sorry, there no setting in Firefox to avoid that from happening. Once the user sees the "native print dialog" box (which is seen when you Ctrl + P for print), the operating system and the printer drivers are here.

    I saw something similar to that on kiosk / PC rental stores Office of FedEx, which inform the user of the cost per page, the user wants to send to a printer, and when the user click again to the same pages again, he asked if you want to spend another $x.xx to print a second copy. Would not too different to simply cut the printing of multiple copies of the same document and warn the user of this action.

    My advice is to discuss it with anyone who put in place these kiosks to be with.

  • How can I limit the number of Web sites on the new tab page?

    Is there a setting where I can limit the number of thumbnails / Web sites that appear on the new tab page? When I opened a new tab - I don't want to see tons of sites I have visited - but also, I don't want to delete them all. For example - there is a setting where the new tab page displays the last ten sites I've visited - with all my pinned sites?

    There are two settings 'hidden' for this 'grid '.

    Browser.newtabpage.Columns

    and

    Browser.newtabpage.Rows

    Type of topic: config in the URL bar and press ENTER.

    So put . browser.newtabpage in the top search bar.

    Each of these preferences in the lower panel right-click and select Edit. Then change the value default of 3 for each of these preferences to what you prefer, for "pinned" both sites all browsing history you want to appear in the 'grid '.

  • Is it possible to limit the number of connections to the remote panel to a vi?

    Hello

    I have an application that runs on a PXI RT system and I use the remote control to access. My license allows me to have several remote connections and it's ok that I sometimes need to open several remote panels at the same time.  However, I would like to limit the number of connections for a particular VI 1.  Is this something that can be done?

    Kind regards

    Patrick Lessnick

    The way it can be done is to interview customers who are connected to the VI through a remote façade.  When you do that, you close the connection to anyone, but the first person who connected to the façade.  In this way, if someone is running the VI, no one else can connect.  Once they are made, someone else can then connect to the remote façade.  I created an example illistrates community this behavior.  You can find it here:

    http://decibel.NI.com/content/docs/doc-9673

    If you have any other questions, let me know.

    Scott

  • Is it possible to limit the number of windows that can be opened?

    Original title: options in window 7

    I have an autistic son who likes to play on the internet (usually from sesame street, Barney and AFV videos on you tube).  The problem I have is that it will sometimes open many windows which eventually slows down the computer and results in me having to close the windows as well as his frustration.  Is it possible to limit the number of windows that can be opened?

    Hi Brian,.

    Thanks for posting your question in the Microsoft Community. It seems that you need more information to improve the performance of your computer.

    With the current configuration of Windows, there is no option to limit the number of windows that can be opened. You can search the 3rd application using your favorite search engine, which helps you to limit the number of windows that can be opened.

    Warning: Using third-party software, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Link reference for more information.

    8.1 Windows, Windows 8 or Windows 7 crashes or freezes.

    http://support.Microsoft.com/kb/2681286/en-us

    Note: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    I hope this helps. Please let us know if you need assistance.

  • Count the number of records between two values of keys (BTREE)

    How can I count the number of keys between two values?

    I use python driver and BTREE access method.

    = >

    Ideally, what I want is a set of whole time series data (intervals may change) to a given number of points on average. The keys are timestamps and the values are the data that it takes on average. I need to count the number of records between two timestamps so that I can divide this figure by the number of points I need and data on average. What is the best way to do it?  Or should I keep the timestamp constant intervals and use the RECNO access method?

    Thank you
    (first post btw... and why is there not a lot of people at stackoverflow that answering the questions of Berkeley DB?)

    BDB is an integrated db and there no internal counters or statistics you might grap to use for this.    You will have to do it manually.

    You can create a cursor, grap the records you want, whenever you get the next card that you bump a counter.

    If you are using RECNO, you can use a slider to obtain the number of registration (DB_GET_RECNO), and if all that you data is in

    sequentail records with no missing documents, you can find the total number of take the last rec #-original rec # + 1 to get a count.

    If you pass the SQL API, you can issue a SQL query to give you a count.  Select count (*) where...

    As you enter the data anyway, so better perhaps to count records as you go along.

    Thank you

    Mike

  • JavaScript anomaly on the number of days between two dates

    Use ApEx 4.0, I found an anomaly in a javascript code that calculates the number of days between two dates, the current_date and the past_date. If the past and present is the or before March 10, 2013, and the current_date lies between 10 March 2013 and November 3, 2013, the number of days will be from 1 day to less than the actual number. Between November 3, 2013 and on 4 November 2013, the increments of number by 2, then the count will be accurate from this date forward.

    Here are some examples:

    March 10, 2013 = 69 days of December 31, 2012
    March 11, 2013 = 69 days of December 31, 2012
    March 12, 2013 = 70 days of December 31, 2012

    November 3, 2013 = 306 days in December 31, 2012
    November 4, 2013 = 308 days in December 31, 2012

    11 March should be 70 and 12 March should be 71. November 3 is 307 and 4 November corrects the number of fake, which began March 11.

    Change the past_date to March 10, 2013 produces the following:

    March 10, 2013 = 0 days of March 10, 2013
    March 11, 2013 = 0 days of March 10, 2013
    March 12, 2013 = 1 days of March 10, 2013

    But change the past_date to 11 March 2013, product of the correct numbers:

    March 11, 2013 = 0 days of March 11, 2013
    March 12, 2013 = 1 days of March 11, 2013
    March 13, 2013 = 2 days of March 11, 2013

    I would certainly all help to determine the cause of this anomaly. Here's the javascript code:

    var w1 = ($v ("P48_PAST_DATE"));
    W1 = (w1.toString ());
    vmon var = (w1.substr (3.3));
    vyr var = (w1.substr (7));
    var r = (vyr.length);
    If (r == 2)
    vyr. = (parseFloat (vyr) + 2000);
    vday var = (w1.substr (0.2));
    var y = (vmon.concat ("", vday, ",", vyr));
    y = Date.parse (y);

    var w2 = ($v ("P48_CURRENT_DATE"));
    var vmon2 = (w2.substr (3.3));
    var vyr2 = (w2.substr (7));
    var vday2 = (w2.substr (0.2));
    var x = (vmon2.concat ("", vday2, ",", vyr2));
    x = Date.parse (x);

    var numdays = (x - y);
    numdays = (Math.floor(numdays / 86400000));
    $s ("P48_NUMBEROFDAYS", numdays);

    Did you google for something like "javascript number of days between two dates. I think you will find the explanation to this observation:

    This method does not work correctly if there is an advanced economies jump between the two dates.

    There are examples available to calculate the difference between two dates.

  • How to find the number of days between 2 date elements in the XSLT file

    Hello

    I need to calculate the number of days between 2 date elements (type xs: date). Can you please direct me as to how I can do the same thing.

    I work in 11g and using XSLT 1.0. I tried several options but yet to get a solution for this. I think that this can be done also using XSLT 2.0, but who has not worked for me.

    Can someone please help with this problem, thanks in advance!

    Thank you
    Anju

    Hello

    Have you seen this message?
    Re: Get the Date difference between 2 values of date in days

    You can do in the XSLT file since the dates are in ISO 8601 format.
    http://www.w3.org/TR/NOTE-datetime

    Here is a sample XSLT...

    
    
    
    
    
    
    
    

    The XSLT above will result in * 4 * for the next entry...

    
    2012-01-11T00:00:00.000-05:00
    2012-01-15T00:00:00.000-05:00
    
    

    You can test this example here...
    http://xslttest.appspot.com/

    I hope this helps...

    See you soon,.
    Vlad

    It is considered good etiquette to the answerers rewards with points (as "useful" - 5 pts - or 'correct' - 10pts)
    https://forums.Oracle.com/forums/Ann.jspa?annID=893

  • Hi, y Cirrus limit the number of connections from a single IP address?

    Single IP I connection much and found that there are a few not very stable , automatically disconnect.

    is Cirrus limit the number of connections from a single IP address? Thank you

    No, there is no limit to the number of connections that can come from an IP address.

Maybe you are looking for

  • How to configure the bookmarks bar to view more than 4 bookmarks?

    In Firefox to. 31.0, I can add multiple bookmarks to the bookmarks bar, but if I added more than four bookmarks on the toolbar and then close Firefox, the next time I open it it there are only four bookmarks in the toolbar. I've been a techie years s

  • Recycle Bin dysfunction?

    I have recently installed a new SSD as boot drive with a new installation of Windows 7-32 bit (previous OS was XP).   Most of the things have worked perfectly since, including reformatting the old disks and reinstall programs, given to an old hard dr

  • restart environment vRA process?

    restart environment vRA process?

  • cancel my plan

    I would like to cancel my plan and buy another

  • Number of data warehouses

    Hi allWe have 1 x SSD for each host and 5 x HDD for each host altogether 3 host to form a cluster VSAN. As I understand it, we can ONLY create a store of data per cluster. A client require separate datastore, how can accommodate us both store data us