<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You can run a lua script (at startup or manually) that creates an event consumer to do exactly what you want.<div><br></div><div>Mike</div><div><br><div><div>On Mar 26, 2009, at 11:20 AM, Matthew Fong wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Thanks of course!<div><br></div><div>But, is there any chance of firing an app? Firing an app on bridge gives the programmer more control, rather than just listening for fifo::info custom events. I find that lua running as a FS app can update my database like 10x faster than reading event_socket thru Rails/Telegraph...plus, I trust your coding much more than that of your Rail's development counterparts. :)</div> <div><br></div><div>with the custom event you are firing, you should be sure to import the variables first, then fire the event :)</div><div><br></div><div>You rock Mr.&nbsp;Minessale</div><div><br></div><div>--matt<br><br><div class="gmail_quote"> 2009/3/26 Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> I'll fire 2 custom events when the call is bridged one for the consumer and one for the caller<br><br>events plain custom fifo::info<br><br>pull out FIFO-Name header and find the desired fifo<br>pull out FIFO-Action header and look for bridge-consumer or bridge-caller depending on what you want to see data from.<br> <br>in latest trunk<br><br><div class="gmail_quote"><br></div></blockquote></div></div></blockquote></div></div></body></html>