summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2013-06-07 01:06:49 +0000
committerRichard Mudgett <rmudgett@digium.com>2013-06-07 01:06:49 +0000
commit611416623748504be81c58b455205a4bc7fff414 (patch)
tree03695f0b52686c022a797f7a3beb667c8119350e /main/channel.c
parentb8b7e8ab45c9786788c3a7121edc2a1413815590 (diff)
Refactor chan_dahdi/sig_analog/sig_pri and chan_misdn to use the common transfer functions.
(closes issue ASTERISK-21523) Reported by: Matt Jordan (closes issue ASTERISK-21524) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2600/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@390804 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/channel.c b/main/channel.c
index 62856d43a..4adff953c 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -6384,6 +6384,12 @@ static const struct ast_datastore_info xfer_ds_info = {
.destroy = xfer_ds_destroy,
};
+/*
+ * BUGBUG ast_channel_transfer_masquerade() can be deleted when bridging COLP has been reimplemented.
+ *
+ * ast_bridge_transfer_attended() will need to do something like
+ * this when it has to do a masquerade into an application.
+ */
int ast_channel_transfer_masquerade(
struct ast_channel *target_chan,
const struct ast_party_connected_line *target_id,