Blind transfer to a default number

Hi All,

I have implemented blind transfer which transfers the call to the number 2222 when I dial ## and 101.
exten =>100,1,Dial(SIP/222,15,Tt)
exten =>101,2,Dial(SIP/2222)

[featuremap]
blindxfer => ## ; Blind transfer (default is #) – Make sure to set the T and/or t option in the Dial() or Queue() app call!

Now I want to transfer the call to 2222 when I only press the * key. Can anyone tell me how is it possible?

You may use DYNAMIC_FEATURES.
Look into features.conf.samples under [applicationmap] for a HowTo.