[b]How to use Tranfer (T) facility[/b]

How to use Tranfer (T) facility

i want to use Transfer Function (T) i.e when ever caller calls and if his call is not answered he should hear
the voice, enter the extention of the person.n if he presses the wrong extention he should hear u had entered wrong extention.if he dosent
dial in a given period of time than it should time out.

  • Now call comes at ext 112 no one receives it, than callers should be able to transfer call to ext 113,114.

  • If he enters wrong ext he should be told u had entered wrong ext

  • If he dosent give any ext at given period of time than timeout message by played.

below is the dial plan

[from-zaptel]
exten => s,1,Wait(2)
exten => s,n,Dial(SIP/112,5,tT)
exten => s,n,Background(enter-ext-of-person)

[my-phones]
exten => 112,1,Dial(SIP/112,5,T)
exten => 1,1,Playback(digits/1)
exten => 2,1,Playback(digits/2)
exten => 3,1,Playback(digits/3)
exten => 4,1,Playback(digits/4)

exten => i,1,Playback(pbx-invalid)
exten => t,1,Playback(vm-goodbye)

exten => 113,1,Dial(SIP/113)
exten => 114,1,Dial(SIP/114)

exten => _X.,1,Dial(DAHDI/1-1/${EXTEN})
exten => _X.,n,Hangup

Hi…
I’m trying to activate the call transfer feature in AsteriskNOW 1.4.1,
GUI-version :branch-2.0.

I have checked the “t-Option” and “T-Option” in the Call Features Menu->Dial Options Tab,
and I have assigned number “1” to Blind Transfer and number “2” to
Attended transfer in Call Features Menu->Features Codes Tab.

Do I need to do any other things?
Because it is not working !!!.

Thanks…

Sorry, I’m using *NOW Asterisk/1.4.18.1
any suggestion?

Thanks…