aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 22:13:32 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-07-25 22:13:32 +0000
commita3967dd811abb37318c257b31210ea03a81846ed (patch)
tree6695eff8a79b1807ae0faff09c15799632d3d233 /include
parent78e872c70f477b1b7e43a2b17820452e8c86cf05 (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: http://svn.digium.com/svn/asterisk/trunk@6208 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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