mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 21:09:47 +00:00
Document recent API addition
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@96368 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1109,13 +1109,13 @@ char *ast_recvtext(struct ast_channel *chan, int timeout);
|
||||
*/
|
||||
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 */
|
||||
|
Reference in New Issue
Block a user