Merge fabeman's extensive meetme improvements (bug #1624)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3038 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-22 04:11:22 +00:00
parent ad67680ed3
commit a0486afb83
14 changed files with 573 additions and 43 deletions

View File

@@ -628,6 +628,9 @@ int ast_recvchar(struct ast_channel *chan, int timeout);
*/
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