Transfer( )
|
Transfers the caller to a remote extension
|
Transfer(exten)
Requests that the remote caller be transferred
to the given extension. If 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 130
exten => 123,1,Transfer(130)
|