mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Add stasis publications for blind and attended transfers.
This creates stasis messages that are sent during a blind or attended transfer. The stasis messages also are converted to AMI events. Review: https://reviewboard.asterisk.org/r/2619 (closes issue ASTERISK-21337) Reported by Matt Jordan git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -218,7 +218,7 @@ static int feature_blind_transfer(struct ast_bridge *bridge, struct ast_bridge_c
|
||||
ast_after_bridge_set_go_on(bridge_channel->chan, NULL, NULL, 0, goto_on_blindxfr);
|
||||
}
|
||||
|
||||
if (ast_bridge_transfer_blind(bridge_channel->chan, exten, context, blind_transfer_cb,
|
||||
if (ast_bridge_transfer_blind(0, bridge_channel->chan, exten, context, blind_transfer_cb,
|
||||
bridge_channel->chan) != AST_BRIDGE_TRANSFER_SUCCESS &&
|
||||
!ast_strlen_zero(goto_on_blindxfr)) {
|
||||
ast_after_bridge_goto_discard(bridge_channel->chan);
|
||||
|
Reference in New Issue
Block a user