VWIC-MFT-E1in 2811: Support for data calls over ISDN

Hi,
is it possible to use the MFT-E1 cards for ISDN data calls by help of Dialer Profiles in Cisco2811 ?
thank you
Mathias

Hi. There is a new feature callled "Integrating Data and Voice Services for ISDN PRI Interfaces on Multiservice Access Routers" in IOS verze 12.4(4)XC. For more info see http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124newft/124limit/124x/124xc4/intserv.htm . One our customer tasted ISDN data calls and IT WORKS :o). Regards Miroslav
Please rate if it will be helpfull.

Similar Messages

  • [svn:osmf:] 11205: Fix bug FM-169: Trait support for data transfer sample doesn' t display bytes loaded and bytes total for SWF element

    Revision: 11205
    Author:   [email protected]
    Date:     2009-10-27 15:04:26 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Fix bug FM-169: Trait support for data transfer sample doesn't display bytes loaded and bytes total for SWF element
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-169
    Modified Paths:
        osmf/trunk/apps/samples/framework/PluginSample/src/PluginSample.mxml
        osmf/trunk/apps/samples/framework/PluginSample/src/org/osmf/model/Model.as

    The bug is known, and a patch has been submitted: https://bugs.freedesktop.org/show_bug.cgi?id=80151. There's been no update since friday, so I wonder what the current status is, or if it's up for review at all.
    Does anyone know how we can be notified when this patch hits the kernel?

  • JDBC Thin Driver Support for Data Encryption and Integrity

    Hello JDev Team,
    I am trying to implement JDBC Thin Driver Support for Data Encryption and Integrity.
    It works fine with java.sql.Connection and java.util.Properties like in the following code:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Properties props = new Properties();
    int level = AnoServices.REQUIRED;
    props.put("oracle.net.encryption_client", Service.getLevelString(level));
    props.put("oracle.net.encryption_types_client", "( RC4_40 )");
    props.put("oracle.net.crypto_checksum_client",Service.getLevelString(level));
    props.put("oracle.net.crypto_checksum_types_client", "( MD5 )");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:main", props);
    etc...
    But I am developing an application with InfoSwing components and it has a different way to connect to Oracle database using oracle.dacf.dataset.connections.Connection, like this:
    sessionInfo1.setAppModuleInfo(new ModuleInfo("bc", "BcModule"));
    sessionInfo1.setConnectionInfo(new LocalConnection("JDBCThin"));
    sessionInfo1.publishSession();
    My question is:
    Is there any way to implement DataEncryption and Integrity into this type of connection?
    Thanks a lot in advance.
    Victor Bykov
    null

    Victor,
    No, you can't do this from DAC, but I've been discussing it with the developer, and we both think this capability would be useful to have, so I've logged it as an enhancement request.
    I do have a question for you. Once you've made the JDBC connection, do you need access to the Connection object afterwards? We're thinking of how the change could be implemented, and one way would be to allow you to pass in a Properties object when creating your own NamedConnection.
    Thanks
    Blaise

  • Is Their Any Support For Data Aware Routing Through The Coherence DataGrid?

    Hi all,
    Following paragraph describes the feature i m looking for(*Data Aware Nodes*)......
    The Function Service can transparently route behavior to one or more nodes in the cluster. In the case of Data Aware Functions, the behavior can be directly routed to the node(s) that hosts the data needed to execute the function in parallel, stream and aggregate the results substantially reducing the time taken to execute complex data intensive tasks.
    So please tell me is their any support for above said question. If this feature is their in coherence please help me with it's configuration and implementation as well.
    Thanx

    Hi JK thank you for your reply
    I want to achieve Data Aware Routing in Parallel Execution (Parallel Function Execution).
    Consider a case where i have three nodes (say Node A,B C) in coherence cluster with partitioned scheme. Now suppose we have Employee related objects stored in cache of Node A and Node C only, but not on Node B. Then i want to perform some operation on Employee objects only in parallel fashion.
    In coherence i ll achieve this using map.invokeAll(collectionKeys, agent);_ from client program.
    Now my question to you is, as my operations are based on Employee objects only which are stored on Node A & c. Then When i request parallel Execution from client program which will connect to Node A from our cluster, will it go to Node B where their is no Employee objects ??????
    Edited by: 981644 on Mar 6, 2013 7:52 PM

  • Nokia 6275 support for confrence call.

    Hi ,
    I have Nokia 6275(CDMA) handset with me. I would like to know , does it support 3 way call confrencing.
    If not then can I do any firmware/software upgradtion for that. I am asking this becoz , CDMA 6275i does support as I have checked phone specification, so I feel firmware/software upgradation may help me .
    Any suggestion or help most welcome.
    regards,
    mani

    - Can I search the Contacts by number as well as by name?
    No, only by name.
    - From the phonebook (Contacts list) -
    - can I make a call (I hope so)
    Definitely. I mean that's what a phone and contact list is meant for!!!
    - can I send sms
    Of course.
    - From the call register -
    - can I navigate to the phonebook entry of the caller (to maybe select another number of the caller to call him back on)
    NO
    - can I send sms to the caller
    YES
    - From the sms register -
    - can I call back the sms sender on the same number
    YES. Steps: Inbox>Open Message>Options>Use Detail>Number>Options>Call
    - can I navigate to the phone book entry of the caller (to maybe call him back on another of his numbers)
    Perhaps not, however the second last menu Options mentioned above gives you option to save the number. If you select that, it would ask you to confirm the same if the number is already in the phone book.
    - sms to multiple recipients, simultaneously: how many at a time?
    10
    - Group sms: how many groups can I define? And containing how many max numbers?
    16 Groups with 10 contacts each.
    - Does the phone keep giving a continual periodic tone at intervals to draw attention to sms received and waiting to be read? Or does it tinkle just once upon receiving a new sms?
    The latter is true.
    - Can I download reminders/birthdays/etc. onto computer?
    Full integration via PCSuite.
    - Can I download sms onto computer?
    Never tried.

  • Is there any support for data transfer compression in oracle XE?

    Hi
    Thank you for reading my post.
    I am wondering whether it is possible to ask database and JDBC driver to use some sort of compression for data transfer?
    I want to reduce the network workload as much as possible.
    Thanks

    AFAIK, Not directly from Oracle.

  • Variable binding for Date type over ODBC

    Hi I'm trying to parameterize a DATE variable over ODBC. Over JDBC I have no problem doing so in Java but on the ODBC (C-code) I had problem figuring out how to deal with the expression, *{ts '2009-02-23 09:02:10'}.* But eventually based on SQL tracing on the DB side, I found that it gets translated to to_date('2009-02-23 09:02:10', 'YYYY-MM-DD HH24:MI:SS'). So now I can attempt to parameterize. But that's the side story.
    My question is, do I gain any performance by doing the following (cut and paste from SQL trace)
    SELECT ROWID, reservation_id, job_type, job_start
    FROM reservation_job_queue
    WHERE job_start <= to_date(:1, 'YYYY-MM-DD HH24:MI:SS')
    ORDER BY job_start
    as compared to the original
    SELECT ROWID, reservation_id, job_type, job_start
    FROM reservation_job_queue
    WHERE job_start <= to_date('2009-02-23 09:02:10', 'YYYY-MM-DD HH24:MI:SS')
    ORDER BY job_start
    Thanks!
    Edited by: pidge66 on Feb 23, 2009 6:27 AM
    Edited by: pidge66 on Feb 23, 2009 6:30 AM

    If I understand you correctly, you want to be able to enter some arbitrary dates in the where-clause of your application.
    Thus, to use the first form with a bind variable is key for performance of your application.
    And yes, you will gain a lot of performance when using to_date(:1, 'YYYY-MM-DD HH24:MI:SS') instead of to_date('2009-02-23 09:02:10', 'YYYY-MM-DD HH24:MI:SS').
    Why not using bind variables is evil you can read best over at AskTom

  • How can we use K900 for video call over wifi or 3G

    Do we have video calling feature like samsung provides over 3G or wifi? I dont see any option while dialing a number.
    thanks

    @vinashar,
    I would recommend 3rd party apps such as Line or Skype for video calls ... As for future plans to implement video calls in the Lenovo dialer, I am not sure.
    Thanks
    *Non Lenovo employee*
    I have a Y2P (i5) ... Feel free to ping me if you want me to test some applications with your Y2P if you have the same model. I don't mind keep doing recovery on it if needed .... =)

  • XPath support for Date data type.

    Hi,
    I am using XPathAPI class for extracting data from an XML source.I have a column in the data which has date type (any date type supported by MS SQL, Ms Access etc).I want to select only some rows from that column.I'm not aware if XPath provides operations on date types.
    Is there any way I could compare two date values using XPath expressions??
    thanx,
    regards.

    After checking XPath 1.0 recommandation (http://www.w3.org/TR/xpath), I see nothing about date type support.
    You will have to try little tricks, like converting 2002/09/05 into a number 20020905, making it available for < and > comparisons...

  • SAP Support for Data Archiving

    Hello,
    We just wanted to confirm if SAP will support issues if we encounter issues while restoring data archived via SARA. For example, if in the process of restoring archived data a defect is found, is this still supported by SAP?

    Hi
    Supported and the SAP Data Archiving Support Tools  are SARA , DART and SARI
    SARA --- SAP Archive Administration
    All data archiving activities commence with Archive administration (transaction SARA). SARA provides the overall administration of archiving schedules and manages the archiving sessions. The process includes customization of objects, their conversion to archived sequential archived files and most importantly, their overall management. In addition to these, the archive administration process also retrieves the archived files and converts the data through an automated process, if there is a change in software, hardware or the data structure. The data archiving process is streamlined and simplified through the Central command of archiving administration
    DART --- Data Retention Tool
    A data retention strategy is required for retaining enterprise information for long periods of time. The Data Retention Tool (DART) provides this functionality. It is capable of extracting data, which is period-specific as well as any supporting information. DART transforms database objects into flat files that can be read by any third-party software designed for flat files. It is available as an add-on for older versions of SAP R/3, but is an integrated feature of the recent versions of SAP R/3.
    SARI --- SAP Archive Information System
    SARI provides much-needed retrieval capabilities against previously archived data. It requires the archive files be loaded into new tables in the database. In this approach, AS requires detailed, technical knowledge of the database table structure and field layouts. Database structure of an enterprise needs to be flexible and dynamic to be able to quickly adapt to organisational changes. It might happen that the current database structure is not compatible with the structure of database when archive files were initially generated. Archive Information System is a standard tool delivered by SAP that facilitates customized access to the archived data
    Regards
    Venkat

  • No support for date type in object views !?

    The very simple example below raises
    SQL Error: ORA-00932: types de donn&eacute;es incoh&eacute;rents ; attendu : DATE ; obtenu : DATE
    Occurs on XE and 10.2.0.3 on HP-UX
    Any clue?
    Thanks,
    Robert
    create type t1 as object (id number, time date)
    create view t1v of t1
    with object identifier (id)
    as select 1, sysdate from dual
    ;

    There is no need for a constructor when all attributes are assigned.Unless there is a date value, apparently ;)
    It also works if you explicitly <tt>CAST(SYSDATE AS DATE)</tt> so perhaps the internal limitation is to do with the two internal DATE types (type 12 and 13, if you check DUMP output).

  • I was ripped off with a bill for data calls,

    Price Total
    5 01/27 11:07 A Q2 PREM_SMS 40339 Low1Wins 0 9.99 9.99
    6 01/27 11:08 A Q2 PREM_SMS 28664 PROTXT ( 0 9.99 9.99
    7 01/27 11:10 A Q2 PREM_SMS 63556 Love Mat 0 9.99 9.99
    8 01/27 11:10 A Q2 PREM_SMS 69999 Flycell 0 9.99 9.99
    9 01/27 11:12 A Q2 PREM_SMS 25098 Alerts 0 9.99 9.99
    10 01/27 11:13 A Q2 PREM_SMS 83669 Horoscop 0 9.99 9.99
    OK so on Jan 27th I receive a text that I won a prize.  I responded not knowing that it would cost me almost $60.  When I questioned the charge with Verizon Wireless they said I had to pay it.  When I called the numbers listed to cancel this FRAUD I reached CHINA and INDIA.  Nice.  So I have no recourse but to pay for something I never really wanted because I entered an authorize code.  Once you enter they pass your cell # to other rip off artists and it you respond it will cost you $9.99 per text response.  So beware. It sucks but it can happen so don't respond to any such texts.

    Call Customer service and ask then to BLOCK Premium SMS services; that will prevent any future charges. And call again to see if you can get a more sympathetic rep that may credit you half the charges. Since you said you did enter an authorization code, though, that may not be a solution.

  • Option for data dowload over Mobile data

    Hi Team Nokia
    I am using Lumia 920. Its a great smart phone. But one thing makes me upset that I can't change data settings for choosing manually whether to download over wifi or mobile data. I am nt able to download a 100 MB app using mobile data despite I have 6GB 3G data plan. Please hel on this if possible.

    First of all this is a User-to-User Forum .. and second, the restriction is imposed by MS .. so you need to add your Vote HERE and wait hopefully to see what happens ..

  • XML Used for data transfer over web

    Hello, I'm currently running oracle forms on the web. Will XML allow me to create a realtime interface that will allow me to load multiple records into my oracle database without going through an form?

    Sure.
    Check out our XSQL Servlet at:
    http://technet.oracle.com/tech/xml/xsql_servlet
    It comes with features, documentation, and demos to easily work with SQL, XML, and XSLT, including the ability to help in posting HTML Forms and posted XML documents into the database.
    You can try out the demos online at:
    http://technet.oracle.com/tech/xml/demo/demo1.htm
    In particular the "XML Insert Request Demo" shows a simple example of what can be done with posted XML going into your database.

  • Is it possible to use a Cisco 2800 IOS H323 voice gateway for video conferencing over ISDN?

    I have seen this page and was wondering if what it says actually is possible and works? I also have got a CUCM 8.6 that I would like to use for call routing via my old 2600XM gatekeeper.
    http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t11/h320gw.html#wp1047659

    I have seen this page and was wondering if what it says actually is possible and works? I also have got a CUCM 8.6 that I would like to use for call routing via my old 2600XM gatekeeper.
    http://www.cisco.com/c/en/us/td/docs/ios/12_4t/12_4t11/h320gw.html#wp1047659

Maybe you are looking for

  • My provider can not help me in unlock code, I need...

    Hopefully somebody will be able to help me. I have a Nokia N70 from 3-network in UK. Then I have moved to T-mobile. So I have asked 3 to unlock my mobile, they have charched me £15 for that and gave me a code. I have entered that code first time and

  • Opening a folder from java

    Hows it going. I 'm trying to write a program to do this: when the user clicks a JButton, a windows folder or windows explorer window opens showing the contents of the C directory. I know how to do all the normal button stuff but does anyone know how

  • Slim AC Power Adaptor for W700?

    Is there such a thing as a slim AC Power Adaptor for the W700?  I know the W500 has one, but is there an equivalent out there on the market for the W700? Thanks.

  • Mac Remote desktop redirection doesn't work on 8.0.5

    After the Microsoft Remote Desktop for MAC update on March 19th (8.0.5) folder redirection does not work properly. It worked fine on the 17th before the update. Please advise as some of my clients do use macs.. Updated: I need to specify that not wor

  • Odd Handling of Wide by GetBytecodes -- Any Thoughts?

    Hello Everyone, I have been playing with examining the set of bytecodes executed by different Java applications using the JVMTI. However, I have come across an oddity with respect to how wide is handled. I wrote a simple hello world type program (pri