Misc. Dialplan Tools redirect
From FreeSWITCH Wiki
Can redirect a channel to another endpoint, you must take care to not redirect incompatible channels, as that wont have the desired effect. Ie if you redirect to a SIP url it should be a SIP channel.
[edit]
Example
<action application="redirect" data="sip:foo@bar.com "/>
[edit]
Note
redirect can only be used on new incoming calls that haven't been answered (Answer app). If the call has been answered, use the Deflect application instead.
[edit]
