login | register
Tue 02 of Dec, 2008 [03:58 UTC]

voip-info.org

Discuss [0] History

Asterisk Manager API Action Redirect

Created by: flobi,Last modification on Tue 01 of Jul, 2008 [13:47 UTC] by bebbo
Action: Redirect
Synopsis: Redirect (transfer) a call
Privilege: call,all
Description: Redirect (transfer) a call.
Variables: (Names marked with * are required)
       *Channel: Channel to redirect
       ExtraChannel: Second call leg to transfer (optional)
       *Exten: Extension to transfer to
       *Context: Context to transfer to
       *Priority: Priority to transfer to
       ActionID: Optional Action id for message matching.

Example

Transferring existing 2 party call to a meetme room:

Action: Redirect
Channel: Zap/73-1
ExtraChannel: SIP/199testphone-1f3c
Exten: 8600029
Context: default
Priority: 1

where 8600029 is the extension in the 'default' context which goes to a meetme room.

Don't use variables

If you are tryng to use asterisk variables in redirect via manager (ex: Context: artic_feat_${featgroupid}) the input will not be parsed, so you will be redirected tu a 'null' extensions in this case.

See also



Comments