Agi in applicationmap

I have tried to call an agi script from applicationmap, but no luck so far:

;extensions.conf
[globals]
DYNAMIC_FEATURES=>testconf

;features.conf
[applicationmap]
testconf => *9,callee,agi,testconf.pl

I would have expected *9 during a call to invoke the testconf.pl script (which shows all variables in the * console) but nothing happens

musicman