[Asterisk-java-users] Run a jar file
Brought to you by:
srt
From: Shanavaz E A <sha...@ya...> - 2012-07-17 12:28:57
|
Dear friends, I have successfully installed asterisk-java, and I am able to run agi scripts using that. I am running asterisk-java and I have put a single class file in the folder and mapped as hello.agi = MyClassFileName and this is working. Now I have added few more class files and used package naming and build a single jar file for this package. I use netbeans to build the proect and the jar file. I have now added mapping as hello.agi = com.mysite.mypackagename.MyClassFileName But this is not working. I am getting this error : agi://127.0.0.1/hello.agi: No script configured for URL 'agi://127.0.0.1/hello.agi' Can somebody please help & guide me to configure properly. Thanks in advance. |