Need to know the sessions configurations for Conferencing and Transocoder on Voice Gatway

Hi All
Please help me to understand the concept of how we can calculate the session while we are configurating the conferencing ang transcoder on Voice gateway.
Regardss
Chaman

The calculations can get quite complex with DSP sharing, codec complexities, etc.  Start of with the DSP calculator tool (
http://www.cisco.com/web/applicat/dsprecal/dsp_calc.html?utm_source=twitterfeed&utm_medium=twitter) and see if it helps you find what you are looking for which I think is how many conferencing and transcoding sessions you can have based on your router configuration.

Similar Messages

  • I will be buying the new IMac 27 inch in December. Would like input on the best configuration for photographic and possibly video processing-dream machine!

    I will be buying an IMac 27 inch in December. What is the best configuration for photo and possibly video processing.Does one need a Mac Pro? Dream machine!

    Just to explain what I just wrote to Laundry Bleach:
    Why is there no iDVD on my new Mac?
    https://discussions.apple.com/docs/DOC-3673
    UPDATE & ADDENDUM:
    But even though you can still buy iLife 11 that includes iDVD 7 from Amazon, Apple now make it difficult to install:
    Poster jhb21939 posted this in another thread:
    “when I attempted to load iDVD into a new iMac. A notice came up on the screen stating that the 'Authorisation Licence' had expired on 25 March this year (2012).
    I contacted the Apple support team and eventually, I was told that the Licence had been withdrawn and could no longer be used.”
    In other words Apple are now so adamant that we don’t use iDVD that they have tried to make it impossible to install.
    In response, Old Toad posted this solution:
    “You can still use it one all of your Macs.  If you get an invalid certificate message just set your Mac's clock to sometime before early 2011 and run the installer.  After you're done reset the time back to the correct time.” He added this comment:
    “It began after iDVD and iWeb were discontued and they were dropped from the Apple Store. All I can think of is the certificate was set to expire after a certain time period after the intitial iLife disc was released.
    I've been able to use the installer even without setting back the date.  I just clicked on the Continue button and it would work as expected.  For some it would not continue unless the date was set back.”
    The latest anorexic iMacs just announced do not even include a CD drive! Proof positive that Apple virtually prohibit the use of DVDs - although the newly announced Mac Minis do include a Superdrive.
    Yet, they still include iMovie! Heaven alone knows or understands what you are supposed to do with your newly edited masterpiece - except make a low quality version for YouTube?

  • I need to know how to configure wi-fi and VPN on m...

    I need to know how to configure wi-fi and VPN on my E61i.
    everytime I search for any available WLAN,I find one(in my company)and when start browsing,it gives me(WLAN not found).
    What should I do?

    iOS: Connecting to the Internet

  • How to know the dynamic values for this :AND category_id_query IN (1, :3, )

    Hi Team,
    R12 Instance :
    Oracle Installed Base Agent User Responsibility --> Item Instances -->
    Item Instance: Item Instances > View : Item Instance : xxxxx> Contracts : Item Instance : xxxxx> Service Contract: xxxxx>
    In the above page there are two table regions.
    Notes.
    -------------------------------------Table Region---------------------------
    Attachments
    -------------------------------------Table Region---------------------------
    --the attachments are shown using the query from the fnd_lobs and fnd_docs etc...
    I want to know what are the document types are displayed in this page ?
    --We developed a custom program to attach the attachments to the  services contracts and the above seeded OAF page displays those ..as needed.
    But after recent changes..the Attachments--> table region is not showing the attachments.
    I have verified the query..and could not find any clue in that..
    but i need some help if you guys can provide..
    SELECT *
    FROM
    *(SELECT d.DOCUMENT_ID,*
    d.DATATYPE_ID,
    d.DATATYPE_NAME,
    d.DESCRIPTION,
    DECODE(d.FILE_NAME, NULL,
    *(SELECT message_text*
    FROM fnd_new_messages
    WHERE message_name = 'FND_UNDEFINED'
    AND application_id = 0
    AND language_code  = userenv('LANG')
    *), d.FILE_NAME)FileName,*
    d.MEDIA_ID,
    d.CATEGORY_ID,
    d.DM_NODE,
    d.DM_FOLDER_PATH,
    d.DM_TYPE,
    d.DM_DOCUMENT_ID,
    d.DM_VERSION_NUMBER,
    ad.ATTACHED_DOCUMENT_ID,
    ad.ENTITY_NAME,
    ad.PK1_VALUE,
    ad.PK2_VALUE,
    ad.PK3_VALUE,
    ad.PK4_VALUE,
    ad.PK5_VALUE,
    d.usage_type,
    d.security_type,
    d.security_id,
    ad.category_id attachment_catgeory_id,
    ad.status,
    d.storage_type,
    d.image_type,
    d.START_DATE_ACTIVE,
    d.END_DATE_ACTIVE,
    d.REQUEST_ID,
    d.PROGRAM_APPLICATION_ID,
    d.PROGRAM_ID,
    d.category_description,
    d.publish_flag,
    DECODE(ad.category_id, NULL, d.category_id, ad.category_id) category_id_query,
    d.URL,
    d.TITLE
    FROM FND_DOCUMENTS_VL d,
    FND_ATTACHED_DOCUMENTS ad
    WHERE d.DOCUMENT_ID = ad.DOCUMENT_ID
    *) QRSLT*
    WHERE ((entity_name    ='OKC_K_HEADERS_V'-- :1
    AND pk1_value          IN ( 600144,599046) --:2
    AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    AND datatype_id       IN (6,2,1,5)
    AND (SECURITY_TYPE     =4
    OR PUBLISH_FLAG        ='Y')))
    --='000180931' -- 'ADP118'
    The above seeded query is the one which is used for table region to retrieve the data..
    how to know the dynamic values for this : AND category_id_query IN (1, :3, :4, :5, :6, :7) )
    --Sridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Patricia,
    is it working for restricted key figure and calculated key figure ??
    Note Number Fisc Period Opening Days
    1 1 2
    2 1 3
    3 1 0
    because I have other restriction, so I create two restricted key figure..
    RK1  with restriction :  Total Number of Note,
    RK2  with restriction :  Total Opening Days ,
    then I Created a calculated key figure, average opening days in a period
    CK1 = RK2 / RK1..
    in this case, I am not sure if it will work or not..
    for example, during RK2 calclation, it might be this   2+3 = 5, the line with 0 will be ignored..
    during RK1 calcualtion, it might be 1 + 1 + 1 = 3. ---> Not sure in this case, the line with opening days 0 will be calculated or not..
    could you please confirm..

  • Need to know the base tables for the QM datasources

    Hello SAP Experts,
    I want to know the base tables for the below mentioned datasources which stores the transaction data.
    1. 2LIS_05_QE1:  Inspection Characterstics Results
    2. 2LIS_05_QE2: Inspection Characterstics Results (Quan)
    3. 2LIS_05_QVUDN: Usage decision for Inspection
    Need your inputs.
    Thanks,
    Lasya.
    Edited by: lasya john on Dec 10, 2008 8:28 PM

    Hi Lasya,
    You can use help.sap.com for this.
    If you do not find this data source there...then
    You can go to LBWE t-code in R/3 and then infront of the data source...you have maintenance option.
    Click on that ...and go inside it in the display mode.
    Here you can see a generic pool of fields on the left side which can be included in the data source........  field present in the data sources in the right side of the pool.
    For every field you have a tructure name infront of it like MCXXXX where XXXX is the table name.
    So the field is being from that particular table.
    Even I would the same thing to reply to your thread.
    You can follow the same procedure to find the table for any LO data source.
    This is accurate in 99% cases...only in very few cases like purchasing...we get one or two fields from different tables.
    Hope it helps.
    Thanks
    Ajeet

  • I need to know the difference between planned SKF and Actual SKF from business view and when I can use one of them ?

    I need just to know the difference between plan SKF and Actual SKF in business example and when I use one of them.
    thanks

    Hi Salaam,
    Statistical Key Figure (SKF) is a base to allocate the cost between cost centers. Usually, common cost centers cost should allocate to respective department cost centers on monthly basis.
    Some of SKFs are: Calculating floor rent on SFT, Telephone charges on No. of units, and employees head count is with "Each" in SAP.
    Apart from Ajay's reply, you can consider the Canteen exp in an organization. Assume Admin, Fin and Mfg departments are getting food services from Canteen. Here, total monthly cost of Canteen exp should be allocated to respective departments. Here, we use SKF as total head count of each department and distribute the cost.
    Planned SKF is what you planned on the beginning of a period. (Assume head count was planned as 30 in the month beginning)
    Actual SKF is what exactly you consumed over the period. (Actual employees provided canteen services during the month is 25)
    BR, Srinivas Salpala

  • I need to know the proper syntax for my SELECT query, please.

    Hello All,
    Quick one for you:
    Let's say that I have several columns in a table with names such as subject_1, subject_2, subject_3, etc. The table's name is subject_names.
    The number in each of the three column name examples is also a value passed along a query string, the user can select choices, 1, 2 or 3. That query string's variable is $qs.
    So, what I want is a SELECT query that uses the query string value as follows (KEEP IN MIND, I know this is not the proper syntax):
    "SELECT subject_[$qs]
    FROM subject_names";
    I have tried all sorts of cominations of quotes (single and double), dots, brackets, braces and parenthesis. I just want to know how to include such a variable within this code.
    Any and all help is sincerely appreciated!
    Cheers,
    wordman

    Well, I did give you the syntax though.
    $query = 'SELECT ' . $qs . ' FROM tbl_name';
    I put spaces between the periods this time to make it more clear.
    If you put the actual word 'subject' in there and just want your form to name it's options as the numbers available you could do this:
    $query = 'SELECT subject_' . $qs . ' FROM tbl_name';
    In PHP you can use either single or double quotes around your query string, I always just use single quotes. I see a lot of other use double quotes.
    Double quotes would look like:
    $query = "SELECT subject_' . $qs . ' FROM tbl_name";
    Or when using double quotes you can actually just place the variable right in the string without having to concatenate multiple strings like above.
    Since you mentioned that you are good with passing variables I probably don't have to mention that you need to set the value attribute of your option tags (if you are using a select) to the value you want them to pass.
    Ex:
    <select name="choices">
         <option value="1">1</option>
         <option value="2">2</option>
         <option value="3">3</option>
    </select>
    If you have that part all figured out then you can use the syntax above for your query string.
    Good luck.

  • Need to know the fax number for bt customer servic...

    Ive been trying to apply for a phone & broadband package for over a week now and been called twice from bt asking me to send them some proof of ID and proof of tenancy for my current address so they can go ahead with my order.. The first person who called me gave me this email address to send my scanned documents to "[email protected]"  ... i sent a email with 3 scanned documents and had no reply for 3 days and my order status was still in pending status... i then used the online chat and asked them to book me a callback so i can get some kind of update on whats happening etc ... then today i get a call and again was asked to send my ID and proof of tenancy to a fax number that would be texted to my phone after i put the phone down ... ive now been waiting since monday 4pm and still no fax number sent to me..
    Can somebody please tell me what the fax number is that i need to use for sending my ID and proof of tenancy to.
    thanks
    tony
    Solved!
    Go to Solution.

    Hi Welcome to the Forum
    Once the Forum Mods have read your post they will post an invite here once you reply to them they will take personal ownership of the problem until resolved.
    Do not send them a Personal Message as this is the incorrect contact method and cannot be properly tracked also the mod contacted may not be on shift for sometime and this will delay your help
    The forum mods normally reply within3/5 working days after you have contacted them
    They will contact you personally by email or phone
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • I need to know the application ID for Speech Feedback.

    I have a problem, the speech feedback icon is in my window after I used it for a while. I went to system preferances and turned speech feedback off. The icon did not disappear. I have tried right clicking for options but nothing happened. I also looked up a converstion in which the questioner was using later software than mine. He had updated his software and the icon was deleted on his desktop. At the end of the conversation between the apple user and the apple attendant the attendant said alternately he could go to the terminal application and type "kill #" the hashtag stands for the item ID. He reffered to an application which I have never seen nore heard of called Process ID. Of course, the user had been using older software than I at the time. I would like to know what the ID for Speech Feedback is so I can delete the icon using terminal. The other recomendations  the attendant reffered to did not work, so again, what is the system ID for the Speech Feedback icon/application?

    Hi, it'll have a different number depending on when it starts, one way to see the PID is to...
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on, sort on Nasame for instance.
    Another to just type top into Terminal...
    QS2002-G5:~ bdaqua$ top
    Processes:  94 total, 4 running, 90 sleeping... 307 threads            17:20:27
    Load Avg:  2.36, 2.27, 2.25     CPU usage:  51.2% user, 9.4% sys, 39.4% idle   
    SharedLibs: num =  190, resident = 73.9M code, 5.50M data, 22.9M LinkEdit
    MemRegions: num = 29182, resident = 1.49G + 22.6M private,  459M shared
    PhysMem:   560M wired,  437M active, 1.85G inactive, 2.82G used, 7.18G free
    VM: 18.4G +  114M   108548(0) pageins, 0(0) pageouts
      PID COMMAND      %CPU   TIME   #TH #PRTS #MREGS RPRVT  RSHRD  RSIZE  VSIZE
    1815 top         29.0%  0:05.32   1    18    22   680K   520K  1.09M  27.0M
    1813 Tri-Backup   0.6%  0:31.47   3   256   309  90.4M+ 40.9M  51.7M+  491M
    1795 Mail         0.0%  1:40.68   6   137   511  83.7M  59.4M   101M   542M
    1794 lookupd      0.0%  0:07.23   2    34    35  1.36M   712K  1.91M  28.1M
    1678 seamonkey-  99.8%  8:08:36  15   196  2049   243M- 79.3M   276M-  668M-
    1673 firefox-bi 100.7%  9:20:19  16   208  3701   561M+  104M   601M+ 1007M+
    1597 writeconfi   0.0%  0:00.09   1    22    27   368K   932K  1.79M  27.3M
    1590 NetCfgTool   0.0%  0:00.02   1    22    24   248K   900K  1.01M  27.2M
    1587 System Pre   0.0%  0:05.96   3   147   391  17.8M  35.4M  26.2M   384M
    1566 Preview      0.0%  0:05.11   4    87   304  6.01M  37.1M  16.1M   371M
    1432 httpd        0.0%  0:00.17   1    12    81   260K  1.81M   876K  28.2M
    1430 Grab         0.0%  0:01.62   3   160   300  4.61M  32.6M  19.4M   369M
    1392 SMART Util   0.0%  0:02.60   3   101   291  6.95M  45.0M  28.1M   403M
    1388 bash         0.0%  0:00.02   1    14    17   204K   968K  1.33M  27.2M
    1387 login        0.0%  0:00.02   1    16    37   124K   560K  1.68M  26.9M
    1385 Terminal     0.5%  0:55.87   3    70   251  2.71M  31.3M  17.3M   363M
    1379 httpd        0.0%  0:00.28   1    12    81   260K  1.81M   876K  28.2M
    1376 Network Ut   0.0%  8:46.44   2    89   265  3.37M  31.6M  5.77M   363M
    1374 httpd        0.0%  0:00.32   1    12    81   280K  1.80M   884K  28.2M
      958 Canvas 9?~D   1.1% 25:47.61   8   107  2184   115M  94.1M   150M   577M
    [1]+  Stopped                 top
    Type control+z to get the prompt back.

  • Need to know the simplest workflow for Flash CS5 to iPad

    Hi There,
    Can you please tell me the simplest workflow for Flash CS5 to iPad.
    I want to put my company's flashCS5 made interactive portfolio(with FLV video showreel) into ipad to show my clients.
    What is the simplest way?? I am not familier with codes or programming.
    Can you help me guys??
    -Sahid
    I am using PC.

    It doesn't matter whether you use a MAC or a PC to create the content - the iPad simply will not accept it. It was designed with exactly that purpose in mind. That's why I advised you to get rid of it. Stick to PC and you'll have zero problems.
    Just a hint - a Sony Vaio (the 11 " models with carbon fiber casing) look even more prosperous, are the same weight, and since they run Windows OS will not have the typical Apple limitatations
    Emil Georgiev - Flash & Web Design

  • How to know the right value for SHMMAX and SHMALL for ia64 memory 32Gb

    Dear all,
    I want to install Oracle database 10g R2 on RHEL 5 ia64.
    Here the server specification :
    Proc : itanium64 ( montecito )
    Mem : 32Gb
    # getconf PAGE_SIZE = 16384
    Metalink says, that SHMMAX should be half of physical memory and SHMALL = SHMMAX / PAGE_SIZE.
    kernel.shmmax = 17179869184
    kernel.shmall = 1048576
    My Question is this is right value for SHMMAX and SHMALL on my server..??
    Thank you

    if shmmax is half the ram then what should be sga
    sga size should anyhow should be less then shmmax ,means we cannot increase sga size more than half the ram
    then how ROT for SGA that should be 70% of RAM hold good

  • I am a student working on a project for school and I need to know the bandwidth options for the iPad mini with retina display

    I am working on a project where I am required to introduce a new product for consideration in the hospital setting.  I have chosen the iPad mini, and have been able to locate the information that I need except for the bandwidth options.  Any help would be appreciated.

    I don't know what you mean by "bandwidth options". If you mean the frequencies and bands the iPad can use with cell carriers, those are listed in the Wireless and Cellular area of the tech specs. For iPads sold in the US, see:
    http://www.apple.com/ipad-mini/specs/
    If that's not what you meant, please post back and clarify what you mean by "bandwidth options".
    Regards.

  • Need to know the best practice for converting string to double

    I have a string and want to convert to double if it is a valid number, else want to keep as it is. There can be couple of ways doing it and I want to know which one is best if I have lots of strings, specially from performance point of view.
    1) Use Double.parseDouble(myString) and catching Number format exception to detect it is not a number. One of my colleague said it does not give good performance because of exception catching,
    2) Use of org.apache.commons.lang.math.NumberUtils.isNumber() and if it is true then only parse it - so don't rely on exception.
    I did some performance testing - putting it in a loop and trying out for 2 scenarios - one loop for proper numeric value string and another for non-numeric. What I found out was if strings are not proper then parseDouble() is taking long time (because of exception catching) and in that case using NumberUtils.isNumber() makes sense.
    Would like to hear expert views on this.
    Thanks
    Manisha

    If you need it as a double you must convert it to a double and catch the exception. This means that testing it first is a waste of time in the case when the test succeeds - did your colleague think of that?
    Catching the exception is possibly slower than the test. Whether this is significant depends on the relative timings of the test and catching the exception, and also on the expected error rate. If this is below about 40% I suggest your colleague is talking through his esteemed hat.
    And of course the best test by far is the conversion itself. Using any other test runs the risk of its rules being different from those applied by the conversion.
    In any case you are obliged to write the code that catches the exception. You're not obliged to write the pre-test code.
    My personal rule for efficiency is to minimize lines of code until hard evidence to the contrary proves that further improvement is required.

  • Need to know the Business Package for CRM4.0 Sales in EP6.0

    Hi experts,
      We are trying to implement the CRM4.0 Sales business package in our EP6.0 environment( Our Backend R/3 is in 4.6B) . We would like to install complete package for the Sales module (The main (Top level) menus in the portal look like the following ==>
    Activities..  Account Management  ... Acquisition.. Sales .. Products..  Analysis..   Home..  R/3 Integration .. CRM integration .. APO integration..
    Below every top level menus there are sub menus.. For example under Sales we would have the folliwng ( Overview.. Quotation.. Orders .. Contracts.. Billing Documents )
    In the list of package from CRM (available in the SDN) the following looks like the currect one, can anybody advice please.
      Business Package for SAP CRM 4.0     60.2.3   SAP AG   Unrestricted Shipment.
    However, since we are only interested about the Sales Portion only can we choose to import content that is relevant only to the CRM SALES as well as CRM SALES analytics and not anything else? If it's possible the what is the procedure? If not then I assume that we will have to import the entire content and activate only the portion that we need. Please advice.
      Appreciate a detail reply.
       Thanks
    Arun

    Hi Arun,
    When u download and apply a busiiness pacakge u will get the complete package.
    After appling the bussiness package u will get a report showing whcih all roles worksets etc are added to the portal. And also In portal contants there will be a folder created. There u can see the roles , worksets pages iviews etc.
    You can edit the role and put the desired iviews or pages according to u r demand.
    Hope this Helps
    gEorgE
    Read the log file(generated after importing the BP) it will give u all the information abt the contents that are uploaded to the portal server.

  • Need to know the best method for pattern matching

    Hi,
    I need a best a way to do the pattern matching with better performance
    for the following requirement.
    i need to search for a set of records as per the following requirements.
    1. The input string will be split into tokens with space as delimiter
    so if the user enters the text 'severe head ache',the tokens formed will be
    severe
    head
    ache
    2. The terms which contain exact match of the tokens formed should be fetched from the database
    (i.e)
    i. the token should appear in the term as such and no alpha-numeric character should be appended to it but a single space or any single non alpha-numeric characer is allowed
    ii. the token may occur anywhere in the string.(like start, end, middle etc.)
    iii. the term should contain all the tokens
    For ex. the following terms will be fetched for the above input
    1. patient has severe head ache
    2. severe, head ache are present
    3. leg pain "severe" #head pain
    4. pain, severe in head, leg
    But following terms should not be fetched
    1. severe leg pain - (it does not have the token 'head')
    2. headache severe and leg pain - (head is a part of the word headache)
    3. head67 severe pain - (head is a part of the word head67)
    Thanks

    How about Oracle Text? There's even a Text dedicated on this topic here.
    C.

Maybe you are looking for

  • FaceTime and iMessage not working.

    Face time failes. When I tried to call my dad ( ipad2 to ipad2. Both iOS 5) Sometimes it works, most of the times not, shown FaceTime failes. Even when I and my dad were running FaceTime at the same time  , and waiting for each others call, it has no

  • Hey where is the SHOW INFO?

    On my iPod (mini) I could tap the center button on my click wheel and on the 3rd click the iPod would display the show description and details entered by the podcasters. How do I view/see this info on my iPhone? Anyone know? Thanks

  • Scdeulin details in BAPI_SALESORDER_CREATEFROMDAT2

    when we create sales order bys usin VA01,scdeuling is done automatically.But if we use BAPI_SALESORDER_CREATEFROMDAT2,we have to give scdeuling details,which may be not possible to give....is thr any method to find it out.......plz help me in this

  • JUST TELL ME WHAT IT COSTS!!!!!

    Help somebody! I originally had "Flash Player 9" in my system. But for some reason, when I tried to log-in to "MySpace", I got an error message stating that "MicroSoft needed to close down", and after filing an error report, I clicked "more informati

  • Laserjet 3330 error message 79

    After a power interruption I have an error message 79 and do not know how to clear this.  The printer will do nothing until I can clear this.  Can anyone help me?  Thanks. Fletch111