[Asterisk-cvs] asterisk/include/asterisk channel.h,1.47,1.48

markster at lists.digium.com markster at lists.digium.com
Fri May 21 23:58:12 CDT 2004


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

Modified Files:
	channel.h 
Log Message:
Merge fabeman's extensive meetme improvements (bug #1624)


Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- channel.h	20 May 2004 16:30:10 -0000	1.47
+++ channel.h	22 May 2004 04:11:22 -0000	1.48
@@ -628,6 +628,9 @@
  */
 struct ast_channel *ast_channel_walk_locked(struct ast_channel *prev);
 
+//! Get channel by name (locks channel)
+struct ast_channel *ast_get_channel_by_name_locked(char *channame);
+
 //! Waits for a digit
 /*! 
  * \param c channel to wait for a digit on




More information about the svn-commits mailing list