Synopsis
Bridge two channels
Versions
New in 1.6
Description
Usage: Bridge(channel[,options])
Allows the ability to bridge two channels via the dialplan.
The current channel is bridged to the specified ‘channel’.
Options:
p – Play a courtesy tone to ‘channel’.
h: Allow the called party to hang up by sending the <*> DTMF digit.
H: Allow the calling party to hang up by pressing the <*> DTMF digit.
k: Allow the called party to enable parking of the call by sending
the DTMF sequence defined for call parking in features.conf.
K: Allow the calling party to enable parking of the call by sending
the DTMF sequence defined for call parking in features.conf.
L(x[:y][:z]): Limit the call to <x> ms. Play a warning when <y> ms
are left. Repeat the warning every <z> ms. The following special variables
can be used with this option:
${LIMIT_PLAYAUDIO_CALLER}: Play sounds to the caller. yes|no
(default yes)
${LIMIT_PLAYAUDIO_CALLEE}: Play sounds to the callee. yes|no
${LIMIT_TIMEOUT_FILE}: File to play when time is up.
${LIMIT_CONNECT_FILE}: File to play when call begins.
${LIMIT_WARNING_FILE}: File to play as warning if <y> is
defined. The default is to say the time remaining.
S(x): Hang up the call after <x> seconds *after* the called party
has answered the call.
t: Allow the called party to transfer the calling party by sending
the DTMF sequence defined in features.conf.
T: Allow the calling party to transfer the called party by sending
the DTMF sequence defined in features.conf.
w: Allow the called party to enable recording of the call by sending
the DTMF sequence defined for one-touch recording in features.conf.
W: Allow the calling party to enable recording of the call by sending
the DTMF sequence defined for one-touch recording in features.conf.
x: Cause the called party to be hung up after the bridge, instead
of being restarted in the dialplan.
This application sets the following channel variable upon completion:
BRIDGERESULT The result of the bridge attempt as a text string, one of
SUCCESS | FAILURE | LOOP | NONEXISTENT | INCOMPATIBLE