summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-07-25 22:13:32 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-07-25 22:13:32 +0000
commit8b3f4e30225decdcc33eceb11d991cda263b9d3b (patch)
tree6695eff8a79b1807ae0faff09c15799632d3d233 /include/asterisk
parent1a5aa9c8369801eb2798fc4388bd5f3cd423d8c9 (diff)
formatting cleanups (bug #4782)
fill out some Manager events with additional headers (bug #4782) re-word some log messages to be clearer (bug #4782) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6208 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/channel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 67b0a5401..f53b39e89 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -931,6 +931,13 @@ int ast_settimeout(struct ast_channel *c, int samples, int (*func)(void *data),
*/
int ast_transfer(struct ast_channel *chan, char *dest);
+/*! \brief Start masquerading a channel
+ XXX This is a seriously wacked out operation. We're essentially putting the guts of
+ the clone channel into the original channel. Start by killing off the original
+ channel's backend. I'm not sure we're going to keep this function, because
+ while the features are nice, the cost is very high in terms of pure nastiness. XXX
+ \param chan Channel to masquerade
+*/
int ast_do_masquerade(struct ast_channel *chan);
/*! \brief Find bridged channel