[Q] Trigger an event for calls passing through a CUBE

Hi Guys
Are there any events I could catch to trigger a script for new calls as they pass through a CUBE?
I'm wanting to set up an alert based on a certain number been dialed.
Ta
Peter

Not directly, but Tcl IVR can help here.  You can use IVR to generate a syslog message that EEM can process.  I'm not sure if this is applicable to CUBE, though (it works with CME).  Here's one such example implementation:
https://supportforums.cisco.com/docs/DOC-19345

Similar Messages

  • Skype calls pass through the PBX

    Hi Skype Team,
    Good day! Hope to get your immediate response. A supporting document would do for now if you are busy and could not answer immediately. Thank you.
    Is the set-up below possible?
    Skype to Skype calls pass through an Avaya PBX.
    Skype user calls another Skype user and that call passes through the PBX.   
    Thank you very much,
    Jamie Ong

    The erase all content and settings option does exactly that - it erases everything on the iPhone except for iOS and included apps, and there would be no passcode prompt since it would have been erased.
    If you have a connect to iTunes prompt, you must do as provided.
    And if you are getting  there is no SIM installed or the existing SIM is not compatible, this means the iPhone was hacked to be unlocked.
    Sounds like you restored the iPhone with iTunes instead and when doing so with a hacked iPhone, it re-locks the iPhone to the carrier the iPhone was sold as carrier locked with when new. The original iPhone was sold as carrier locked only.
    Or when doing the erase all content and settings option, it also erased the hack used to unlock the iPhone.
    There is no way to get past this now except for having a SIM card inserted from the carrier the iPhone is carrier locked with.

  • Accessing events for a Resource through Java API

    I need to display the calendar events for a Resource through a portlet preferably using Java WebServices API. I am trying to figure out if there is a way to authenticate as a Resource, similar to user authentication so that I can display events associated with that resource.
    Thanks,
    Niraj Dhondi

    login as sysop (connectAsSysop) and switch identity to the desired resource (setIdentity) .
    you may need to add the line
    allowsysoplogon_capi = TRUE
    to the [ENG] section in unison.ini .
    g.

  • AAA Authentication for Traffic Passing through ASA

    I am setting up AAA authentication for traffic that will pass through my ASA. I am having difficulty enabling 'aaa authentication secure-http-client'. Without secure communications enabled access functions as expected. When I enable access, I get prompted for a username/password. The username/password is entered. Authentication passes (show uauth). The requested page (http://www.cisco.com) switches to https://x.x.x.x (a resolved IP address for the site). Eventually (5 seconds), I am asked to accept or deny a certificated. Interestingly, the certificate is for the ASA and not the requested site (http://www.cisco.com).
    Am I missing something?
    firewall# show run aaa
    aaa authentication http console TACACS+ LOCAL
    aaa authentication telnet console TACACS+ LOCAL
    aaa authentication serial console TACACS+ LOCAL
    aaa authentication ssh console TACACS+ LOCAL
    aaa authentication enable console TACACS+ LOCAL
    aaa authentication match guestnetwork_access guestnetwork RADIUS
    aaa authentication secure-http-client
    firewall# show access-li guestnetwork_access
    access-list guestnetwork_access; 2 elements
    access-list guestnetwork_access line 1 extended deny udp 10.255.255.0 255.255.255.0 any eq domain (hitcnt=33)
    access-list guestnetwork_access line 2 extended permit ip 10.255.255.0 255.255.255.0 any (hitcnt=412)
    firewall# show run aaa-s
    aaa-server RADIUS protocol radius
    aaa-server RADIUS (inside) host 192.168.250.14
    key xxxxx
    firewall# show run http
    http server enable

    your definition for the aaa-server is different to the aaa authentication server-group
    try
    aaa authentication http console RADIUS LOCAL
    aaa authentication telnet console RADIUS LOCAL

  • Need help on Hyper V 2012 for configuring pass through disks

    Hallo guys,
    I have 7 hypervisors of Windows server 2012 running on bare metal, all are in cluster. I also configured SCVMM 2012 server.I created 10 Vm's. Now i want to make clusters of 2 node each & assign LUNs to my VM.
    Storage guys have assigned all the LUNs to my physical servers, when i go to disk management of my physical servers , i see all LUNs are offline state(by default..)
    My question is how do i assign the LUN to my VM? what is the steps for this ? i also wil be making 2 node cluster of VM's.
    Regards,
    Amol Sutar

    Hi Amol,
    >>i see all LUNs are offline state(by default..)
    It's normal. To ensure the Guest has exclusive access to the storage, the LUNs must be placed in an
    Offline state from the Hyper-V server perspective.
    >>My question is how do i assign the LUN to my VM? what is the steps for this ? i also wil be making 2 node cluster of VM's.
    Here is a detailed guide, it may be helpful:
    Configuring Pass-through Disks in Hyper-V
    http://blogs.technet.com/b/askcore/archive/2008/10/24/configuring-pass-through-disks-in-hyper-v.aspx
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Configure FRITZ!Box Fon WLAN 7320 for PPPOE PASS-Through

    I just switched ISP providers, from ARCOR to 1&1 and received a new FRITZ!Box Fon WLAN 7320 modem. I've been trying to figure our (without success) how to get it to do pppoe pass-through and allow my Airport Extreme router to the authenication with 1&1 versus the Fritzbox. I would greatly appreciate any and all assistance.
    I do not want to use the Fritzboz WLAN and/or have it do the PPPOE authenication.
    Message was edited by: jmpsohi

    One for the Airport forum, I would think:
    http://discussions.apple.com/category.jspa?categoryID=140
    Regards
    TD

  • Automatically trigger the event to load data from Planning cube to Standard Cube

    Hello,
    We have a below set up in our system..
    1. A Planning BEx query using which user makes certain entries and writes back data to the planning cube.
    2. An actual reporting cube which gets data from the planning cube above.
    Now, what we want to do is to automate the data load from Planning cube to Reporting cube.
    This involves 2 things..
    1. Change the setting " Change real time load behaviour " of the planing cube to Planning.
    2. Trigger the DTP which loads data from Planning cube to reporting cube.
    We want to automate the above two steps...
    I have tried few things to achieve the same..
    1. Created an event in SM64,
    2. In the Planning cube "Manage" Screen,  clicked on "Subsequent Processing" and provided the event details. ( Not sure if its the correct place to provide the event detail ).
    3. Wrote a ABAP program which changes the setting of the planning cube (  " Change real time load behaviour " to Loading )
    4. Created a process chain, where we have used the event as a start variant, used the ABAP program as a next step, DTP run as the last step..
    This i hoped, would trigger the event as soon as a new request comes and sits in planning cube, which in turn would trigger the process chain which would load the data from Planning cube to reporting cube..
    This is not working. I dont think the event is triggering, and even if does i am not sure whether it will start the process chain automatically. Any ideas please ?

    hi,
    try to do the transformation directly in the input cube by using CR of type exit, more details :
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/43/1c3d0f31b70701e10000000a422035/content.htm
    hope it helps.

  • Good way to trigger exit event for VI's loaded in subpanels?

    Sorry if this is a novice question, but I haven't gotten much traction searching for an answer the last couple days.
    I have a setup that uses remote panels for an interactive "lab."  The panel loads a reentrant VI that is just a tab control, the front of which has a user/password/lab selection form, and upon proper credentials being entered tabs to one large subpanel.  This panel loads the selected lab VI, which is itself just a rudimentary VI with 2+ subpanels, each of which loads a specific instrument.  The instrument VI's are being held open by the subpanels, so that if the user closes the browser everything exits.  It all seems to work fine so far.
    What I'm wondering is if there is a simple way to force a handful of commands/cleanup-actions before these instrument VI's leave memory.  One device in particular ramps high voltage on start, and I'd like to ramp it down as part of a cleanup step.  Is there an easy way to incorporate this with my setup?  If not, what's the best way fundamentally to handle something like this?  I'm far from an expert, but if there is a lot better way to design a setup like this I'd love to hear it. 
    Thanks for any help.

    Thanks for the reply.
    I actually have toyed with both the application close? and panel close? events.  Panel close doesn't seem to trigger off a subpanel (I think I read that in the help too).  Application close doesn't trigger because I have to keep the highest level vi's front panel open or the remote panel doesn't display anything, and for my purpose that interface has to be active 24/7, even if individual labs aren't in use. 
    Maybe I should rephrase the question... is there any way to detect when a vi loaded in a subpanel is about to be taken out of memory because the subpanel is no longer viewing it? 
    I'm thinking if not perhaps there is a way to detect if a VI is loaded in a subpanel with another independent VI, and when that VI sees that the instrument VI in question is no longer running (due to the subpanel closing) it takes the appropriate action, rather than integrating cleanup into the instrument itself....  Anyone have any experience with this?

  • One screen presentation problem on calls pass through cube

    hello all,
    may I have your advices about following problem;
    this is flow diagram:  cts codec (site A)  --  >>  cube  -->> cts codec  (site B) 
    if the codec in the site B is one screen as cts 1100 the presentation cant be shared bidirectional.
    however if it is 3 screen as cts 3010 the presentation works fine.
    this is the part of config:
    voice service voip
     ip address trusted list
      ipv4 X.X.X.X
      ipv4 X.X.X.X
     rtp-ssrc multiplex
     address-hiding
     allow-connections sip to sip
     redirect ip2ip
     fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
     sip
      session transport tcp
      rel1xx disable
      header-passing
      early-offer forced
      midcall-signaling passthru
      pass-thru headers unsupp
      pass-thru content sdp
      sip-profiles 1
      copy-list 1
    voice class codec 1
     codec preference 1 aacld profile 1
     codec preference 2 g722-64
     codec preference 3 g711ulaw
     video codec h263+
     video codec h264 profile 2
     video codec mpeg4
    voice class sip-profiles 1
     request INVITE peer-header sip Contact copy "(;video;audio;x-cisco-tip;x-cisco-multiple-screen=3)" u01 
     request INVITE sip-header Contact modify "$" "\u01" 
    dial-peer voice X voip
     destination-pattern X...
     video codec h264 profile 2
     rtp payload-type cisco-codec-fax-ack 126
     rtp payload-type cisco-codec-fax-ind 110
     rtp payload-type cisco-codec-aacld 96
     rtp payload-type cisco-codec-video-h264 112
     session protocol sipv2
     session target ipv4: X.X.X.X
     voice-class sip bind control source-interface GigabitEthernet0/0xxx
     voice-class sip bind media source-interface GigabitEthernet0/0xxx
     codec aacld profile 1

    hi
    you have any string as
    voice class sip-profiles 1
     request INVITE peer-header sip Contact copy "(;video;audio;x-cisco-tip;x-cisco-multiple-screen=3)" u01 
     request INVITE sip-header Contact modify "$" "\u01" 
    change it with 
     request INVITE peer-header sip Contact copy "(;video;audio;x-cisco-tip;x-cisco-multiple-screen=*)" u03 
     request INVITE peer-header sip Contact copy "(;video;audio;x-cisco-tip;x-cisco-multiple-screen=(.*))" u03 
     request INVITE sip-header Contact modify "$" "\u03" 
    it will work.

  • Why do event structures trigger duplicate events for value changed, sometimes?

    In this simple VI, an event structure is used to trap a value change within a color array.
    However, when you run the VI and change a color, it triggers the event structure twice.  The second time the structure executes under the value change event, an impossible state exists where the structure is executing as if oldVal<>newVal, but they are in fact, equal.
    I have had to write around this many times.  Why?
    Attachments:
    doubleEventExample.vi ‏91 KB

    For completeness, I reported it also in the February bug thread, so it should get noticed:
    http://forums.ni.com/ni/board/message?board.id=Bre​akPoint&message.id=3385#M3385
    LabVIEW Champion . Do more with less code and in less time .

  • Pass Through Payments

    Hello Finance Experts,
    Can you advise please if there is functionality to achieve the following in SAP? Is there a concept called 'Pass Through payments' or something similar whereby open invoices in SAP that are due for payment could be scheduled to run automatically every morning for payment without input from an end user?
    Thanks for any

    As mentioned, you can shedule a Background Job. Go to transaction sm36 for shedulling the Job and Sm37 for monitoring backgrond job. Similarly customer incoming and outgoing payment can be sheduled and executed.
    Thanks & Regards
    Jomon.

  • Flat-file and the pass-through pipeline

    Hi there, 
    I have  a technical questions about the inner workings of BizTalk. 
    The MSDN says that BizTalk is XML-centric and enything that is going through it and is posted to the MsgBox is converted to XML format.
    The question: Is this also true in a scenario including flat-file and a pass-through pipeline ? 
    Lets say the flat file needs not to be translated, the external organisation will except the flat-file format we are receiving on the receive port. So we use the receive location with the pass-thrugh pipeline (a pipilene without any components in it) and
    a send port with a simple filter pointed to the ReceivePort name. No need to convert the file to XML whatsoever, and it would be a waist of time and resources IMHO.
    So the question is, will BizTalk (being XML-centric) do the translation anyway ? In what format is the received file being posted and stored in the MsgBoxDb ?
    Thanks in advance.
    Peter 

    In a pass-through scenario (with pass-through pipelines) BizTalk will not process the message payload. 
    More information here: http://msdn.microsoft.com/en-us/library/aa561008.aspx
    The pass-through receive pipeline has no components. It is used for simple pass-through scenarios when no message payload processing is necessary. This pipeline is generally used when the source and the destination of the message are known, and the message
    requires no validation, encoding, or disassembling. This pipeline is commonly used in conjunction with the pass-through send pipeline.
    Glenn Colpaert - MCTS BizTalk Server - Blog : http://blog.codit.eu

  • Problem of trigger event for Customer master.

    Hi all,
    I created one object type in KNA1. because i want to use task instead of the workflow.
    after i executed the customer master creation , i got this error during the execution."Dereferencing of the NULL reference".
    if anybody want information, please let me know.
    Regards,
    Luke

    Hi
    "At the beginning, i am using the Receiver Function module is SWW_WI_CREATE_VIA_EVENT.
    after i change to "SAP_WAPI_CREATE_EVENT" but got error too."
    Can you tell us where are you calling this FM (is it via Enhancement option or badi or exit) to trigger the event?
    Just leave the Receiver FM as same as in SWE2 and make sure Linkage Actiavted check box is checked
    "i can't do the buiding between &EVT_OBJECT& and &WI_OBJECT_ID&. because it is not same business object.
    for our workflow object, it references to class is developed by me.
    As suggested by Rick, you could make use of FM or as per blog, you could use class to trigger your custom class's event. Then you need to have binding at task level (PFTC)
    &EVT_OBJECT& --> &WI_OBJECT_ID&.
    Vinoth

  • Are there any tools from NI can generate the pass-through layer (IVI class driver) for IVI class specific driver?

    IVI class driver (layer) will provide interchangeable feature for a IVI class specific driver. It would work as a pass-through layer and finally make calls to the IVI class specific driver. Since there could be a lot of functions to be passed through. Are there any tools from NI (Labwindows/CVI or Labview) can do this ?
    Thanks a lot. 
    BTW: the IVI class specific driver interface is generated from Labwindows/CVI tools.

    Hi Chris,
    Yes, I did.  To support interchangability, from my understanding of the IVI specs, there should be another layer IVI-C class driver on top of this IVI class specific driver. As in the IVI‑3.1: Driver Architecture Specification:
    Although IVI‑C class drivers export inherent,
    base, and extension capabilities, they do not actually implement them. Except
    for a few inherent functions and attributes defined exclusively for class
    drivers, class driver functions and attributes provide a pass‑through layer to
    the IVI‑C specific driver. An IVI‑C specific driver is responsible for
    implementing the operations of functions and attributes and for communicating
    with the instrument. The IVI‑C specific instrument driver contains the
    information for controlling the instrument, including the command strings,
    parsing code, and valid ranges of each instrument setting"
    So where is this IVI-C class driver and how is it created and communicate with my class specific driver?
    Thanks a lot.
    Cheers,
    IVI‑3.1: Driver Architecture Specification

  • How to pass PARAMETERS to FORMS while calling them through URL

    Hi,
    I am working on integrating EBS with OBIEE as per the doc id 552735.1(metalink2)
    In the Document, Oracle had given an example for genating the URL in OBIEE as follows,
    SELECT
    HEADER_ID,
    fnd_run_function.get_run_function_url(
    CAST(fnd_function.get_function_id('ISC_ORDINF_DETAILS_PMV') AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_APPL_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_RESP_ID) AS NUMBER),
    CAST( VALUEOF(NQ_SESSION.OLTP_EBS_SEC_GROUP_ID) AS NUMBER),
    'HeaderId='||HEADER_ID||'&pFunctionName=ISC_ORDINF_DETAILS_PMV&pMode=NO
    &pageFunctionName=ISC_ORDINF_DETAILS_PMV',
    NULL) as ORDER_HEADER_ACTION_LINK_URL
    FROM OE_ORDER_HEADERS_ALL
    But this one navigates to the JSP page of sales orders. Its working fine,
    h3. Problem :_
    If i want to navigate to Oracle forms(say Sales Orders),
    i'm able to navigate, by giving the 1st param as '5522'(Sales order Form ID(ONT_OEXOEORD)) and 5th parameter as NULL.
    The 5th parameter is used to navigate to a particular record.
    But i dono how to pass the parameters to this particular Sales Order Form..!
    (like here they hav passed HEADER_ID in a particular format)
    {I guess, this might not be understood totally with this given data here, but i don want to make this post too big.}
    CAN ANYONE PLEASE TELL ME, HOW TO KNOW THE FORMAT OF THE "PARAMETERS" TO PASS(WHILE GENERATING URL)_WHILE CALLING AN ORACLE FORM.._
    Thanks in Advance..!!

    Hi,
    In addition to the above...
    if i give the 5th parameter as, 'HEADER_ID=||'header_id { in runtime it'll be converted as 'HEADER_ID=5432..}
    I'm not getting any error, getting a fresh Sales order page..!! { The given Header ID is ignored }
    else if i give something like 'HEADER_ID=||'header_id||'&FunctionName=ONT_OEXOEORD...' { lets say }
    its throwing the following errors..
    FRM-47023: No such parameter named G_QUERY_FIND exists in form OEXOEORD.
    FRM-40105: Unable to resolve reference to item PARAMETER.G_QUERY_FIND
    FRM-47023: No such parameter named ORDER_NUMBER exists in form OEXOEORD.
    and then it shows up the Navigator.
    Requirement :_
    How to pass parameter to a form while calling them through URL.
    Thank you,

Maybe you are looking for