From 611416623748504be81c58b455205a4bc7fff414 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 7 Jun 2013 01:06:49 +0000 Subject: 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 --- main/channel.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main/channel.c') 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, -- cgit v1.2.3