Transfer() — Transfers the caller to a remote extension
Transfer([Technology/]destination[,options)
Requests that the remote caller be transferred to the given
(optional Technology and) destination.
If the Technology is set to IAX2, SIP, Zap, etc. then then
transfer will only happen if the incoming call is of the same channel type.
Upon completion, this application sets a channel variable named
TRANSFERSTATUS to one of the following values:
SUCCESSThe transfer was successful
FAILUREThe transfer was not successful
UNSUPPORTEDThe transfer was not supported by the underlying channel driver
If the options parameter is set
to the letter j and the transfer is
not supported or
successful and there exists a priority n+101 (where n is the current priority), that priority will
be taken next.
; transfer calls from extension 123 to extension SIP/123@otherserver
exten => 123,1,Transfer(SIP/123@otherserver)