Automation of MCU events

Hi all

Is there a way by which we can get notifications automatically at certain events in MCU?

For example: get an email notification, because soon the video ports reached its capacity. As in MSE 8510 soon 20 HD ports get used email or some sort of notification can be sent to the admin. Right now the only way is to keep monitoring the page Conference or event logs. If there is a way by using another application (can be in curl) / syslog server MCU can send a trap and then it can still trigger a mail server to send an email, or any other way, please let me know.

Thanks in advance.

Kind regards

Gerard

This has been asked several times before, even by myself, and if anything has been done recently, it is not possible.  There is even an open for this enhancement request apparently CSCuc94233.  Alternately, if you use the conductor, you could get something close to him using the capacity of the conductor to monitor the ability of the configured conference bridges.

Here are some of the latest discussions.

Video-Load-MCU-5310-through-XML-RPC

Need-Monitor-Media-port-Utilization-8510

Tags: Cisco Support

Similar Questions

  • is com.mslv.oms.automation.AutomationException by updating the order data

    Hello

    I wrote a sample Xquery Automator with external event receiver.

    DECLARE namespace SGD = "urn: com:metasolv:oms:xmlapi:1";

    DECLARE namespace log = "java: org.apache.commons.logging.Log;

    declare namespace automator = "java: oracle.communications.ordermanagement.automation.plugin.ScriptReceiverContextInvocation";

    declare the namespace context = "java: com.mslv.oms.automation.TaskContext";

    " declare osm namespace = ' http://xmlns.Oracle.com/communications/OrderManagement "; "

    declare saxon namespace = " " http://Saxon.SF.NET/ "; "

    " declare namespace xsl = ' http://www.w3.org/1999/XSL/transform ";

    declare the external variable $context;

    declare the external variable $log;

    declare the external variable $automator;

    Let $taskData: = fn:root (.) / CRAMER. Response

    Let $orderId: = $taskData/CRAMERWOID

    Let $jid: = $taskData/CRAMERJOBID

    Let $ordUpdateReqXML: =)

    " < OrderDataUpdate xmlns =" http://www.MetaSolv.com/OMS/OrderDataUpdate/2002/10/25 "> "

    < update path = "/" >

    < job_id > HC < / job_id >

    < / update >

    < / OrderDataUpdate >

    )

    Let $ordUpdateReqXMLStr: saxon =: serialize($ordUpdateReqXML, <xsl:output method="xml" omit-xml-declaration="yes" indent="yes" saxon:indent-spaces="4"/>)

    return)

    Journal: info($log, "### XML Transformed")

    Journal: info ($log, $ordUpdateReqXML),

    Journal: info ($log, "# XML Transformed after serialized"),

    Journal: info ($log, $ordUpdateReqXMLStr),

    Automator:setUpdateOrder($Automator,"true"),

    Context:updateOrderData($context,$ordUpdateReqXMLStr),

    context: completeTaskOnExit ($context, "success")

    )


    but when running it throw exception automation:

    Caused by: java.lang.NullPointerException

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.updateOrderData (unknown Source)

    NOTE: - in Design Studio Plugin properties - Xquery Automation tab I tried with two control box checked and unchecked data verification options.

    Please guide me what is wrong with my code.

    Let me know if more information needed on this.

    Thank you

    Stack trace

    com.mslv.oms.automation.AutomationException

    at oracle.communications.ordermanagement.automation.plugin.AbstractExternalReceiverDispatcher.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.impl.a.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at com.mslv.oms.security.base.ControllerBean.processExternalListenerAutomationMessage (unknown Source)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl.__WL_invoke (unknown Source)

    at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl.processExternalListenerAutomationMessage (unknown Source)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)

    at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)

    at com.mslv.oms.security.base.OMSController_h9cupp_EOImpl_1036_WLStub.processExternalListenerAutomationMessage (unknown Source)

    at oracle.communications.ordermanagement.automation.plugin.AbstractExternalReceiverDispatcher.processMessage (unknown Source)

    at com.mslv.oms.automation.AutomationDispatcher.onLocalMessage (unknown Source)

    at com.mslv.oms.automation.plugin.AutomationDispatcherImpl.a (unknown Source)

    to com.mslv.oms.automation.plugin.AutomationDispatcherImpl$ 2.a (unknown Source)

    at oracle.communications.ordermanagement.cluster.message.ClusterMessageHandlerBean.onMessage (unknown Source)

    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:583)

    at weblogic.ejb.container.internal.MDListener.run(MDListener.java:902)

    at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)

    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)

    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Caused by: java.lang.NullPointerException

    at oracle.communications.ordermanagement.automation.plugin.AbstractScriptPluginImplementation.updateOrderData (unknown Source)

    I found the solution, just need to order to update set to false after the order data update

    Here is the update of Xquery

    DECLARE namespace SGD = "urn: com:metasolv:oms:xmlapi:1";

    DECLARE namespace log = "java: org.apache.commons.logging.Log;

    declare namespace automator = "java: oracle.communications.ordermanagement.automation.plugin.ScriptReceiverContextInvocation";

    declare the namespace context = "java: com.mslv.oms.automation.TaskContext";

    declare namespace osm = "http://xmlns.oracle.com/communications/ordermanagement";

    declare the saxon namespace = "http://saxon.sf.net/";

    declare namespace xsl = "http://www.w3.org/1999/XSL/Transform";

    declare the external variable $context;

    declare the external variable $log;

    declare the external variable $automator;

    Let $taskData: = fn:root (.) / CRAMER. Response

    Let $orderId: = $taskData/CRAMERWOID

    Let $jid: = $taskData/CRAMERJOBID

    Let $ordUpdateReqXML: =)

    http://www.MetaSolv.com/OMS/OrderDataUpdate/2002/10/25">

    HC

    )

    Let $ordUpdateReqXMLStr: saxon =: serialize($ordUpdateReqXML, )

    return)

    Journal: info($log, "### XML Transformed")

    Journal: info ($log, $ordUpdateReqXML),

    Journal: info ($log, "# XML Transformed after serialized"),

    Journal: info ($log, $ordUpdateReqXMLStr),

    Automator:setUpdateOrder ($Automator, true (()),

    Context:updateOrderData($context,$ordUpdateReqXMLStr),

    (: threshold, I have added to the problem)

    Automator:setUpdateOrder ($Automator, false (),.

    context: completeTaskOnExit ($context, "success")

    )

  • Multisim to interface with the real world material

    Hello

    View of Lab is a completely new software for me... I'm trying to findout, is it possible to interface multisim with labview for harware reald circuit I need to design to test the operation and test the parameters of an operational amplifiers real automated using the events of the loop. Could someone help me please

    This is the response I got from the technical support of OR

    "Although it is technically possible to use Multisim and LabVIEW with real data, we do not recommend it."  Multisim is not a simulator in real time and even for a small circuit, it would take the Simulator several minutes to produce a second, a data value. Since then, Multisim is simply too slow when compare the time in the real world, your application will be not very reliable. »

  • Codian 8510-Unexpected reboot

    Hello

    MCU: Codian MSE 8510 Blade (configured in HD mode)

    Software version: 4.2 (1.46)
    Build: 6.17 (1.46)

    The bridge has been restarted unexpectedly this morning and we are currently investigating this problem. I would be grateful if you can help me and provide some ideas to identify this problem.

    We assume that it is a power factor as on the MSE 8050 supervisor, there is an error message:

    Insufficient current capacity (requires at least A 24.20)

    Do you think that there is a relationship with this error message?

    Hi Firdaush,

    Could you please provide some basic information: -.

    • Is this a new installation?
    • It worked before?
    • Did you calculate the power required when installing it for the first time properly?
    • How many leaves are there in the frame?
    • You could also attach a brief overview of the the MCU event logs.

    Thank you

    Saurabh

  • Automated Webinar reminders an hour before the event

    Hello

    We do not use the typical WebEx or Adobe Acrobat Connect Pro for our Webinars so I need some suggestions on the establishment of an automated reminder email out an hour before the event. I tried several ways to set up in rural areas, but I'm stumped. The requirements and conditions that I have are:

    • The time change event and there is no reason to set
    • Guests can attend more than once these events and can be filed for several events at the same time
    • We can use custom Contact fields to accommodate data and imported it via CSV, or the same information is available in the maps of data/object custom
    • Registration information is not submitted by Eloqua, it is entered into our system and sync'd with Eloqua
    • We would like to do this so it is set and forget

    The challenge I have is that I am not being able to constantly evaluate the same people within Eloqua and time of the communication. Do I need to use programs for this? We have no experience with programs yet so if there is the guide who can guide me through this it would be great, thanks!

    Gary

    The best way to proceed would be in the program generator, you can configure a feeder that evaluated permanently and allow members to reinstate the program several times. I don't think there is a guide that would walk you by it, but your basic program flow would look like this:

    Step 1) no passthrough-action stage, with a charger. Your criteria for fattening would be like "Contacts where the value 'Webinar time field' is in the next 2 hours. This feeder constantly evaluates.

    Step 2) waiting stage for 30 minutes, in order to take account of the delays in the program generator, so that you get as close as 1 hour before the event possible.

    Step 3) send your message using the package step send.

    You can then make any desired treatment, or remove contacts from the program right here.

    You can do more complicated if you want, but using field blends in the email to fill out all the info of the webinar, it's pretty "set it and forget it".

    He is also a very good documentation on available on central client program generator, and I think that here on Topliners as well under the button at the top right, the Product Documentation by searching.

  • Badge of reminders stuck to an event

    I have this weird problem with reminders app on my Mac OS Sierra (A 16, 323). It shows always 1 number of events missed on the Red badge on the app icon in the dock, but I did not all events there at all. I cleaned up the list. I tried to discover through hidden events, find something with the search box, search backward events, use automator to delete all reminders - nothing seems to work. I have to say that I do not see reminders on my iPhone is and no badge here. It seems that this badge stuck only on my MacBook, even if all my devices are synchronized via iCloud. One more interesting thing. Recently, I did a clean install of Mac OS Sierra, and the badge is still there. So I guess that it is not a cache or are anchored related issue. When I disable iCloud in the accounts of reminders - badge will disappear, but it comes after I have activate the account again.

    I had similar problem with my calendar on Mac app. He has been linked with the sharing of the family. We have disabled the family sharing and there was a note on it in the calendar, it was a little hard to find and because of this badge has been featured on the calendar icon in the dock. When I deleted this notification - badge was gone. And I guess, badge on reminders showed up after I disabled the family sharing as well.

    Anyone had the same problem? I mean it's not critical, but this badge makes me crazy because I still think I could have missed something in list of reminders. And Googling for what it does not work with effective solutions.

    Hey there, thiaramus.

    Thank you for using communities of support from Apple!

    I see that the reminders app always shows a missed test badged on the dock, even if you have not all events there at all. I know how it is important to ensure that you do not have reminders showing if there is none. I can help you with this.

    You did some great troubleshooting so far. What I would like you to try now is to test this question in a new user account. Please see the following resource to test a problem in an another user account on your Mac: How to test a problem in another account on your Mac user

    Once you have connected the new user, please login to iCloud and make sure that reminders is enabled. Then, see if you get the same badge icon.

    See you soon!

  • Calendar in El Capitan can launch applications as scheduled events... No work around?

    After upgrading to El Capitan of Lion (10.7.5) - I jumped over the Mountain Lion, the Mavericks and the Yosemite - now I'm missing a very important feature in the new calendar (iCal formally): it cannot launch applications such as events scheduled at set intervals.

    I also absolutely do not remove the possibility that it is me who is a bad thing.

    In some other forums people suggest to uncheck calendars in iCloud settings and then create a local calendar (and name it for example "on my Mac") who should be able to launch applications and then synchronize the calendars in iCloud again.

    Unfortunately, as soon as I uncheck calendars in iCloud, the application calendar itself does not create new calendars at all - local or not.

    I'm doing something wrong? If not, is there perhaps a workaround?

    Any help will be greatly appreciated!

    Use Automator to create a calendar alarm clock that would launch the applications.

    When you open the automate, create a new Document.

    Choose the type of alarm calendar.

    Stretching the library of utilities in an action to launch the Application. Set this to the application you want to run.

    Save it and it will create a local calendar with an event in its operation this alarm clock calendar. You can then handle this event.

  • Project displays the titles under automation only

    Hello world

    First of all sorry for my English, my native language is German.

    I'm in the middle of a project of mixture. For some reason, all the tracks are displayed in the form of automation (see photo below). I never had this problem and I am not able to restore my project to the original format (for the vague image equipped lanes). Can anyone help?

    Thank you

    Thomas

    You opened the page To organize of Automation . That can only be done if there is an event open automation (cmd-ctrl-E) Publisher while you open a main window (cmd-1).

    To open a normal suit page aka the main window, first of all: close the event automation, second Editor: press cmd-1, third: close automation suit page.

  • Satellite 4080 freezes during use. Event ID 5 - port i/o address not

    I have a Satellite 4080 running windows xp sp2 makes it reasonably well. It is used only for basic word processing and Office Automation. Laptop freezes during use and should be set out & back again. In case the Viewer is an event id number 5 the ACPI BIOS attempts to write an unauthorized i/o port address. This is due to the problem with the freezing of the laptop? Microsoft as useful suggest that never contact the editor of the BIOS on possibly updating the BIOS. Any suggestion would be appreciated.

    Hello, Robert

    The update of the BIOS you can find on http://www.toshiba-tro.de/subpage/bios.html but check it please the MORE INFORMATION on the right side.

    I don't know if this will help solve the problem, but you can try. Please be careful with the BIOS update and read the instructions first.

  • Calendar, more a change event

    Hi all, I tried to change more then another event, (events of garbage this year, import the desktop) but without success. With the help of Automator, it shows me the events in this new year, but there is no script to change events. Next step, I was looking on the net, impossible to find solutions. I want to put a new recall for my calendar, so that I don't miss the events of Garbage.

    El Capitan 10.11.2 sytem

    You can set a reminder using the reminders app OR you can add an event in the calendar app and activate an alert for this event.

  • Automation of data not in Piano roll - Please Help

    I was wondering if someone could kindly help please

    I use an external controller on a keyboard to change things like cut wide in the ES2 when you use a synth.

    After the change in writing Automation data appears in the area of popular songs, but I can't understand how to do so that he can show below the events of midi notes in the piano roll editor and allow me to also change it. I can always change the same midi control function (like cutting) and he appears in the form of empty data not what I recorded and any change overrides greater automation in terms of titles.

    Is there a way to show the recorded data automation in the piano roll allowing me also change please?

    Thanks for any help

    Use the region based instead of track based automation...

    Click on the image if you don't see it animated...

  • Service existing AppleScript Automator to cut and paste the same image in a conversation of Messages

    New to Applescript/Automator-

    I want to be able to have a simple shot that will allow me to paste a particular image in a conversation in Messages... It is the same image that I want every time. But I want to avoid having to go to Messages, search for image copy and then turn over Messages to paste.  I didn't need the script to automatically display the message, simply cut and paste of the pictures folder so that I am in Messages in a new message to the existing message thread (it makes no sense to me). Be good for this service in the Messages and be available to a hot key combination!

    You might want to try the following script to copy and paste an image in the images folder. To launch the script with a quick access key, use FastScripts (free up to 10 keyboard shortcuts).

    the value thePictureName to "Test.jpg".

    value thePicture to (path to the folder images as text) & thePictureName as alias

    say application 'Finder '.

    activate

    thePicture reveal

    end say

    delay 1

    say application 'System events' to hit 'c' using {control down}

    say application "Messages".

    activate

    if not visible from the window 1 then

    say application 'System events' to hit '0' using {control down}

    end if

    end say

    delay 1

    say application 'System events' to hit 'v' {control down}

  • Control the Structure of the event with text file

    I'm new relativaly in LabVIEW (experience only about 2 weeks). I am currently control a stepper motor using a structure of the event. Similar to the sample code given by LIFA, I entered my settings how the engine not move away, then press a button on the windows before, and it works this way. I also have other equipment that works as well in LabVIEW, as a transnational step; all components operate individually.

    Now, I'm trying to make the more automated system and to ensure that all the different equipment work in the same code. So, I tried to implement a structure of the event using a text as an input file to try to control events. The text file has a table 1 d of numbers going down vertically (only the line numbers change). So, I used a table of index function to take the numbers one by one, use a loop (while loop in this example) to go to the bottom of the column of numbers. However, the event not register the change, even if the indicator shows the value is changing.

    Attached, it's my test code and the text file that I use to try to control the structure of the event. Please let me know what I am doing wrong. Thank you.

    Oh, now I understand what you tried to say. I'm using a loop and a case structure to activate different events with the entries in the table. I thought case structures and event were the same, but you taught me the event structures are used just for the façade stuff. Thank you all!

  • How are they events fall into three categories?

    Hi all

    My name is Sean Cummings. I am very new to Labview and this is my first post on the forum. I work for a car components plant trial. I run tests red blood cells and build parts. I recently ordered a new test stand at our location that came from another one of our facilities. The impact on axles test cell. Program Labview that we use to run the cell was created by one of our programmers little. He is very busy and works at another facility, so I took it on me to learn more about Labview and try on my own to make improvements to the software. I intend to attend some of the Labview Core classes if I find that I enjoy working with the software (until now I do).

    Currently, the program is mostly manually controlled. Paths and controls such as speed are controlled by the operator. There is a cycle of 4 seconds automated in which orders VI Labview clutches to initiates the data on the incidence and acquired 3 load cells and a speed sensor. Once this cycle over the operator must click on a button to open a call from reference Subvi. The Subvi analyzes the data of incidence and displays a chart as well as several points of calculated data. The operator must then open an excel spreadsheet and enter data manually. I created the worksheet with conditional formatting to show the operator if the impact event was in the acceptable range and to monitor impacts with target in the target range and under the target. Currently, each part runs 400 cycles of the impact and the operator must transfer 6 data points for each impact. In the next two weeks we will be test it parts will 1640 impact cycles. We need a better solution to make the process more efficient.

    My original thought was to have the Subvi automatically fill in the excel worksheet. After that several days of trials and errors, I could talk to a programmer from another school who explained to me that excel has not not a text based software and my methods would not work without the excel toolkit Labview.

    I then talked to the engineers within my company and they agreed with me that the excel worksheet is not necessary if Labview could follow the events of the impact internally. Then, I put to work trying to create indicators and counters to track the impact events. For that to work, I only need to look at a number. This number is the total output of the impact event torque. I created 3 Boolean flags on the main VI. One of the impacts on the target, all in the range and the other under the target. I also have 3 indicators corrosponding to view counts for each. I also need an indicator showing the events of the total impact and an indicator showing the events impact valid (the sum of the range or above target).  I use the target control. The range is + or - 5% of the target. I did my best to search and try to do it myself, but I can't do the things well. I use while loops count. I'm having problems with several charges for the same event. I also want to trigger the counters at the same time and has no control of the separate judgment for each.

    For this to be effective, I'll probably have to do these functions a Subvi. I would need to initiate during the call by reference 'analysis' Subvi and stop when he stops then maybe they can just be part of the Subvi.  I need indicators and control for target on the main INTERFACE. I also need a button to reset the counts, when the direction of impact and the target is changed.

    I apologize for any misuse of terminology. I also apoligize if my program is a mess. This is very new to me and I am trying to learn as much as possible. You thank all in advance for your help.

    -Sean-

    Here is a quick sketch that could classify an impact and keep the counts in a shift register. See if it makes sense for you. Maybe you can reuse some of the ideas in your real application.

    (I assume that the results are always positive)

    (You have not included your typedefs, so I had to interrupt them).

  • Slow assisatnt DAQ with events

    I have a question on the DAQ assistant. I'm currently programming an application automation at least 8 simultenously FOR loops and I use 3 different converters AD / DA. My problem is that when I'm working with the DAQ assistant nor (NI USB 6229) in this program and I communicate between the loops using son of the event (structure), the loop where are elements of DAQ assistant really slowing down. I mean I cycle every 3 seconds, this one is really kill me because everything else is really fast enough and only this one is slow (other two converters AD / DA are ok, they are not OR). Have you any idea where can be a problem and what to do to speed up my request?

    Sounds like a race condition, your local variables read an old value, which causes a loop to stop that you start the program. If you use local variables to stop several loops, it is very important to ensure that they are properly initialized at the beginning of the program.

    /Y

Maybe you are looking for

  • Why can't I delete this box full control of Firefox icon in my toolbar?

    I don't know where it comes from, but there's a box full of what seems to be Firefox control icons to the right of my Google search box in the toolbar. There are two lines; on the top row, they are all grey, so similar to 'back', 'before', 'reload pa

  • Access denied - can't get XP 64 - bit SP3 to load on my computer AMD processor.

    original title: can not get XP 64 - bit SP3 to load on my computer AMD processor. I went to windows update and the download seemed to go ok. Then I got an error saying "ACCESS DENIED" any regulated installation wizard. When sp 3 first came out in ' 0

  • Is it possible to copy the settings of user account?

    Using my computer for work and leisure, - that the task bar gets stuck easily and I sometimes struggle to navigate between applications and files. I plan to create a 2nd account and he spend games and others, but I prefer not to have reset all my set

  • Hard drive has not targeted reading Test

    Hello I've known issues while playing PC games. It occurs at random, but always in the middle of games. I first thought it was a video card error, but made sure all drivers are up to date. I ran the diagnostic tool detects Dell system and found that

  • BlackBerry sdk 7.1.0,7.1.0.7. update fails

    Problem with the BlackBerry download 7.1.0,7.1.0.7 plugin for Eclipse Fails with the following error Problems downloading artifact: org.eclipse.update.feature,net.rim.ejde.feature.componentpack7.1.0,7.1.0.7. MD5 hash is not as expected. Expected: c1e