[Asterisk-cvs] asterisk/include/asterisk channel.h,1.93,1.94

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jul 25 18:06:51 CDT 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv17286/include/asterisk

Modified Files:
	channel.h 
Log Message:
formatting cleanups (bug #4782)
fill out some Manager events with additional headers (bug #4782)
re-word some log messages to be clearer (bug #4782)


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- channel.h	20 Jul 2005 16:39:49 -0000	1.93
+++ channel.h	25 Jul 2005 22:13:32 -0000	1.94
@@ -931,6 +931,13 @@
 */
 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 




More information about the svn-commits mailing list