mod_dptools: att_xfer
About
Make an attended transfer.
Click to expand Table of Contents
- 1 Usage
- 2 Examples
- 2.1 Example 1
- 2.2 Example 2
- 2.3 Example - Using API Call
- 2.4 Observations
Usage
att_xfer <channel_url>
Bridge a third party specified by channel_url onto the call, speak privately, then bridge original caller to target channel_url of att_xfer.
From revision '''14650''', there is new parameter that can be set - ''origination_cancel_key''. This feature is used when you want to cancel a transfer and return to the first caller.
after feature request #FS-9734 three new channel variables are added which will allow the feature codes to be configured by a user -
"attxfer_cancel_key" - can be used to cancel a tranfer just like origination_cancel_key, but straight from the att_xfer code (deafault '#')
"attxfer_hangup_key" - can be used to hangup the call after user wants to end his or her call (deafault '*')
"attxfer_conf_key" - can be used to initiate a three way transfer (deafault '0')