Quand je compile le programme Java j'ai bien cette réponse:
22 avr. 2013 16:03:50 org.asteriskjava.fastagi.DefaultAgiServer startup
INFO: Listening on *:4573.

Par contre côté asterisk quand je compose le 1300 avec un softphone j'ai toujours:
== Using SIP RTP CoS mark 5
-- Executing [1300@demo:1] AGI("SIP/1001-00000006", "agi://xxx.xxx.xx.xxx/hello.agi") in new stack
[Apr 22 16:04:09] WARNING[19102][C-00000006]: res_agi.c:1517 launch_netscript: FastAGI connection to 'agi://xx.xxx.xx.xxx/hello.agi' timed out after MAX_AGI_CONNECT (2000) milliseconds.
-- Auto fallthrough, channel 'SIP/1001-00000006' status is 'UNKNOWN'

J'ai également deux fichiers .properties

fastagi-mapping.properties
hello.agi = HelloAgiScript

fastagi.properties:
bindPort = default (4573)
poolSize = 20

Quand je change bindPort la modification est prise en compte. Le fichier est donc bien dans le classpath.

Est ce qu'il manque quelquechose dans le fichier fastagi-mapping.properties ?

Je te remercie encore pour ton aide!