Asterisk - java

Any one using asterisk-java for development?
I am trying some sample code but could not get connections.

I got this handled.

Hi

I am having problem running asterisk-java sample code form

Hello Agi!

http://asterisk-java.org/1.0.0.M3/tutorial.html

i am following all steps everything goes well except that NO file named “fastagi-mapping.properties” created but in tutorial it is mentioned that this file must be created by default and we have to map script

hello.agi=HelloAgiScript

furthermore configuration i did on asterisk server are

Add a user in sip.conf
add this line extn => 888,1,Agi(agi://<1p of agi server>/HelloAgiScript in extntion.conf …under default context

is there need of any further configurations??..