Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (
Brought to you by:
srt
From: Yves <yv...@gm...> - 2015-11-13 10:25:14
|
Hi, Are your HelloAGIScript(2)-Classes defined in a package? If so, you have to prefix the full packagepath....: hello.agi = path.to.my.class.HelloAgiScript hello2.agi = path.to.my.other.class.HelloAgiScript2 Also, check, state of the AGI-Server, and if you´re on different machines (as it seems) also Network, Firewall.... regards, yves Am 13.11.2015 um 10:11 schrieb Abdul Basit: > > Here is another class path setting still no luck :( > ------------------------------------------------------------------------ > From: bas...@ho... > To: ast...@li... > Date: Fri, 13 Nov 2015 14:06:01 +0500 > Subject: Re: [Asterisk-java-users] FW: SEVERE: No script configured > for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi')) > > > > I already snapshot in my previous file including with the source code, > here is the class path screen short > > > *fastagi-mapping.properties* > > > hello.agi = HelloAgiScript > hello2.agi = HelloAgiScript2 > > > > regards, > AB > > > ------------------------------------------------------------------------ > From: zou...@gm... > Date: Fri, 13 Nov 2015 09:57:20 +0100 > To: ast...@li... > Subject: Re: [Asterisk-java-users] FW: SEVERE: No script configured > for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi')) > > Please share your mapping file content and the screenshot of your > eclipse project classpath > > Regards > > *--- > **Zoumana TRAORE* > > > 2015-11-13 9:45 GMT+01:00 Abdul Basit <bas...@ho... > <mailto:bas...@ho...>>: > > > Hi > > I am facing this issue ""SEVERE: No script configured for URL > 'agi://10.168.30.1/hello2.agi <http://10.168.30.1/hello2.agi>' > (script 'hello2.agi')"" , i did googled a lot but unable to find > the solution. > > > any one help please. > I already Set fastagi-mapping.properties in class path , and also > on the other path to be on safe, but no luck also the source code > attached for the reference:( > > Asterisk Logs > agi://10.168.30.1/hello2.agi <http://10.168.30.1/hello2.agi>: No > script configured for URL 'agi://10.168.30.1/hello2.agi > <http://10.168.30.1/hello2.agi>' (script 'hello2.agi') > -- <PJSIP/1000-00000005>AGI Script > agi://10.168.30.1/hello2.agi <http://10.168.30.1/hello2.agi> > completed, returning 0 > > > _and on Eclipse Console when call trigger form softphone > _Nov 13, 2015 3:48:43 PM > org.asteriskjava.fastagi.internal.AgiConnectionHandler run > SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi > <http://10.168.30.1/hello2.agi>' (script 'hello2.agi') > > > > This is the Dial Plan > exten => 999,1,Agi(agi://10.168.30.1/hello2.agi > <http://10.168.30.1/hello2.agi>) > > > > > Regards, > AB > > > > ------------------------------------------------------------------------ > To: ast...@li... > <mailto:ast...@li...> > From: yv...@gm... <mailto:yv...@gm...> > Date: Thu, 12 Nov 2015 12:28:30 +0100 > Subject: Re: [Asterisk-java-users] sample asterisk dial plan > integration with AGI java project (Eclipse) > > Hi, > > the internet is full of examples... even the docs show it...: > > https://maven.reucon.com/projects/public/asterisk-java/1.0.0/tutorial.html > > http://www.jcgonzalez.com/asterisk-handle-calls-with-java-example > > A google search on "asterisk-java agi example" results in tons of > info. > > regards, > yves > > > Am 12.11.2015 um 10:41 schrieb Abdul Basit: > > Hi all, > > I am new to asterisk, i would be very appreciate if any one > would like to share sample dial plan integration with AGI > based on Java Eclipse. thx > > > I manage to setup Asterisk Environment in my machine. thx > > > > > > Regards, > AB > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > > ------------------------------------------------------------------------ > Avast logo <https://www.avast.com/antivirus> > > Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. > www.avast.com <https://www.avast.com/antivirus> > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > ------------------------------------------------------------------------------ > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > > ------------------------------------------------------------------------------ > _______________________________________________ Asterisk-java-users > mailing list Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > ------------------------------------------------------------------------------ > _______________________________________________ Asterisk-java-users > mailing list Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus |