Re: [Asterisk-java-users] FastAGI package application
Brought to you by:
srt
From: Guilherme C. <gc...@ma...> - 2006-09-15 14:23:54
|
Well, being in a package or not shouldn't be a problema. It should be something else I guess. Where is the error happening, on Asterisk or Java? Can you please send the error message? You can also try to invoke the class using its full-qualified name, like: exten => 1,2,agi,FastAGIDialPlan.YourClassName Regards, Guilherme Chapiewski ---- Mensagem Original ---- From: "Vincent renaville" <ren...@gm...> To: ast...@li... Sent: Ter, Setembro 12, 2006 8:51 am Subject: [Asterisk-java-users] FastAGI package application > Hello, > > I have program a Java FastAGI complete application, I have several classes > so I have integrated it into a package > > package FastAGIDialPlan; > > ths problem is that when I want to execute my application. > > java -cp asterisk-java.jar:. org.asteriskjava.fastagi.DefaultAgiServer > > I found this information in the Tutorial on the web site > > The service start sucessfully but when I execute the FastAgi from the > Asterisk Server. > > I found a error, > > Somebody know start a FastAGI java program with package ? > > > Thanks for your help > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > Guilherme Chapiewski gc...@ma... |