TRANSFER: GOTO_ON_BLINDXFR: does not work

Hi,

I’m trying to transfer a call with set(GOTO_ON_BLINDXFR=targetcontext^s^1), but does not work. When the user press the # key (default blind), nothing happen. The Asterisk version is 1.6.2. My dial plan is like this:

[test]

exten=>s,1,Set(GOTO_ON_BLINDXFR=targetcontext^s^1)
exten=>s,n,Dial(DAHDI/1,15,D(21),rtT)

What I’m missing?

Thanks,

Rafael Santini

In order to use blind, is it necessary include => featuremap in the extensions.conf?