AttendedTransfer(exten)
Full arguments reference
extenrequired - Specify extension.
QueueAn Asterisk call queue (app_queue) that parks incoming calls and distributes them to logged-in agents according to a chosen ring strategy. up attended transfer to the specified extension in the TRANSFER_CONTEXT.
Note that the attended transfer only work when two channels have answered and are bridged together.
Make sure to set Attended Transfer DTMFDual-Tone Multi-Frequency, the touch-tone signals phones send for digit input during a call, used by IVRs and feature codes. feature atxfer and attended transfer is permitted.
The result of the application will be reported in the ATTENDEDTRANSFERSTATUS channelA single call leg passing through Asterisk. Channels represent connections to endpoints and are what dialplan applications act on. variable:
- ATTENDEDTRANSFERSTATUS
SUCCESS- Transfer successfully queued.FAILURE- Transfer failed.NOTPERMITTED- Transfer not permitted.
extenrequired - Specify extension.
User Notes
Know a tip or gotcha for this topic? Share it below and help others.
Contribute a note
Share a tip, gotcha, or practical example. Keep it under 2000 characters. No questions (use the Asterisk community forums for support). Wrap code in backticks.