Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Jhoan Orozco
The problem is that you have to put the correct path of your class, for example, you have to write down in fastagi-mapping.properties file hello.agi = agi_parsing.HelloAgiScript hello2.agi = agi_parsing.HelloAgiScript2 instead of hello.agi = HelloAgiScript hello2.agi = agi_parsingHelloAgiScript2

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Yves
for the list: Abdul recreated the project from scratch et voilà... everything works... yves Am 13.11.2015 um 12:45 schrieb Abdul Basit: Hi yves, I did as you said, please refer to the snap shot. and still no script configured :( _*on Eclipse Console. *_ Nov 13, 2015 7:37:03 PM org.asteris

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Abdul Basit
Hi yves, I did as you said, please refer to the snap shot. and still no script configured :( on Eclipse Console. Nov 13, 2015 7:37:03 PM org.asteriskjava.fastagi.DefaultAgiServer startup INFO: Listening on *:4573. Nov 13, 2015 7:37:15 PM org.asteriskjava.fastagi.AbstractAgiServer getPool INFO

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Yves
small typo... agi-server-mail-class should be agi-server-mai*n*-class Am 13.11.2015 um 12:09 schrieb Yves: The resource file fastagi-mapping.properties cannot be found. you have to include the path to this file in your EXECUTION classpath... not in the java-build-source-path. in eclipse right-

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Yves
The resource file fastagi-mapping.properties cannot be found. you have to include the path to this file in your EXECUTION classpath... not in the java-build-source-path. in eclipse right-click on your agi-server-mail-class an click "run as" -> "run configuration". Put your mappings file in the u

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Abdul Basit
Hi Both, Thanks for the reply, i did but still same :( agi://10.168.30.1/hello.agi: No script configured for URL 'agi://10.168.30.1/hello.agi' (script 'hello.agi') hello.agi = agi_parsing.HelloAgiScript hello2.agi = agi_parsing.HelloAgiScript2 This is on Eclipse Console. Nov 13, 2015 6:52:

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Zoumana TRAORE
+1 on package naming try with agi_parsing.HelloAgiScript as suggested by Yves networking seems to be fine as your server is getting the request to serve the AGI *---* *Zoumana TRAORE* 2015-11-13 11:25 GMT+01:00 Yves : > Hi, > > Are your HelloAGIScript(2)-Classes defined in a package? > If so,

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Yves
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 seem

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Abdul Basit
Here is another class path setting still no luck :( From: basits...@hotmail.com To: asterisk-java-users@lists.sourceforge.net 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'))

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Abdul Basit
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: zoumhuss...@gmail.com Date: Fri, 13 Nov 2015 09:57:20 +0100 To: asterisk-java-use

Re: [Asterisk-java-users] FW: SEVERE: No script configured for URL 'agi://10.168.30.1/hello2.agi' (script 'hello2.agi'))

2015-11-13 Thread Zoumana TRAORE
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 : > > Hi > > I am facing this issue ""SEVERE: No script configured for URL 'agi:// > 10.168.30.1/hello2.agi' (script 'hello2.agi')