Displaying 2 results from an estimated 2 matches for "bridgeadd".
Did you mean:
bridge_id
2017 Jul 05
2
Options for bridging channels in a smart bridge
...l receive replace_channels events, and channel
optimization will not be performed. I managed to have something working
this way, but I had to write a lot of code and some situations are very
tricky to debug.
The easiest way I found was to write a piece if dialplan mixing
BridgeWait, Bridge and BridgeAdd. This works well, transfers are handled
by the Asterisk core, and the bridge is smart. Still, it requires to
maintain a list of bridged channels in order to call BridgeWait, Bridge
and BridgeAdd in the right order and with the right parameters.
Can you think of any other way (hopefully easier)...
2017 Jul 05
2
Options for bridging channels in a smart bridge
...I
will receive replace_channels events, and channel optimization will not
be performed. I managed to have something working this way, but I had to
write a lot of code and some situations are very tricky to debug. The
easiest way I found was to write a piece if dialplan mixing BridgeWait,
Bridge and BridgeAdd. This works well, transfers are handled by the
Asterisk core, and the bridge is smart. Still, it requires to maintain a
list of bridged channels in order to call BridgeWait, Bridge and
BridgeAdd in the right order and with the right parameters. Can you
think of any other way (hopefully easier) to a...