On 6/15/2010 9:57 AM, Muro, Sam wrote:> Does anyone know how to configure asterisk to be able to query Corba
> interface directly from the dialplan
I do it by implementing my dialplan as a Java server using the asterisk Java
FastAGI interface, then from Java I can make all the CORBA calls I want (I
personally use JacORB). Check
http://www.lumenvox.com/partners/digium/applicationzone/projects/javaPizza.aspx
for some sample code on the Java part - this happens to drive Lumenvox to handle
a call, but you can easily hack it to stick CORBA calls in.
Steve