[asterisk-commits] tilghman: trunk r96368 - /trunk/include/asterisk/channel.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 3 15:58:53 CST 2008
Author: tilghman
Date: Thu Jan 3 15:58:52 2008
New Revision: 96368
URL: http://svn.digium.com/view/asterisk?view=rev&rev=96368
Log:
Document recent API addition
Modified:
trunk/include/asterisk/channel.h
Modified: trunk/include/asterisk/channel.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/channel.h?view=diff&rev=96368&r1=96367&r2=96368
==============================================================================
--- trunk/include/asterisk/channel.h (original)
+++ trunk/include/asterisk/channel.h Thu Jan 3 15:58:52 2008
@@ -1109,13 +1109,13 @@
*/
struct ast_channel *ast_channel_walk_locked(const struct ast_channel *prev);
-/*! \brief Get channel by name (locks channel) */
+/*! \brief Get channel by name or uniqueid (locks channel) */
struct ast_channel *ast_get_channel_by_name_locked(const char *chan);
-/*! \brief Get channel by name prefix (locks channel) */
+/*! \brief Get channel by name or uniqueid prefix (locks channel) */
struct ast_channel *ast_get_channel_by_name_prefix_locked(const char *name, const int namelen);
-/*! \brief Get channel by name prefix (locks channel) */
+/*! \brief Get channel by name or uniqueid prefix (locks channel) */
struct ast_channel *ast_walk_channel_by_name_prefix_locked(const struct ast_channel *chan, const char *name, const int namelen);
/*! \brief Get channel by exten (and optionally context) and lock it */
More information about the asterisk-commits
mailing list