Help With Asterisk

I need to transfer calls from one trunk to another. I also need to add something as if when Im talking with someone I press 3, it transfers the call to someone else.

Any help is appreciated,

Route incoming call directly to another trunk in extensions.conf

Look for the features.conf

[featuremap]
...
;blindxfer => #1                ; Blind transfer  (default is #) -- Make sure to set the T and/or t option in the Dial() or Queue() app call!
;atxfer => *2                   ; Attended transfer  -- Make sure to set the T and/or t option in the Dial() or Queue()  app call!
...