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
This commit is contained in:
Kevin P. Fleming
2005-07-25 22:13:32 +00:00
parent 1a5aa9c836
commit 8b3f4e3022
2 changed files with 129 additions and 81 deletions

View File

@@ -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