mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
More doxygen updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -940,7 +940,7 @@ static struct ast_channel *agent_bridgedchannel(struct ast_channel *chan, struct
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*--- agent_new: Create new agent channel ---*/
|
||||
/*! \brief Create new agent channel ---*/
|
||||
static struct ast_channel *agent_new(struct agent_pvt *p, int state)
|
||||
{
|
||||
struct ast_channel *tmp;
|
||||
@@ -1305,7 +1305,7 @@ static int allow_multiple_login(char *chan,char *context)
|
||||
return -1;
|
||||
}
|
||||
|
||||
/*--- agent_request: Part of the Asterisk PBX interface ---*/
|
||||
/*! \brief Part of the Asterisk PBX interface ---*/
|
||||
static struct ast_channel *agent_request(const char *type, int format, void *data, int *cause)
|
||||
{
|
||||
struct agent_pvt *p;
|
||||
@@ -2434,7 +2434,7 @@ static void reload_agents(void)
|
||||
}
|
||||
}
|
||||
|
||||
/*--- agent_devicestate: Part of PBX channel interface ---*/
|
||||
/*! \brief Part of PBX channel interface ---*/
|
||||
static int agent_devicestate(void *data)
|
||||
{
|
||||
struct agent_pvt *p;
|
||||
|
||||
Reference in New Issue
Block a user