mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 19:52:48 +00:00
Bug 7194 - spelling fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@29398 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -627,7 +627,7 @@ static int conf_cmd(int fd, int argc, char **argv) {
|
|||||||
user->chan->name,
|
user->chan->name,
|
||||||
user->userflags & CONFFLAG_ADMIN ? "(Admin)" : "",
|
user->userflags & CONFFLAG_ADMIN ? "(Admin)" : "",
|
||||||
user->userflags & CONFFLAG_MONITOR ? "(Listen only)" : "",
|
user->userflags & CONFFLAG_MONITOR ? "(Listen only)" : "",
|
||||||
user->adminflags & ADMINFLAG_MUTED ? "(Admn Muted)" : "",
|
user->adminflags & ADMINFLAG_MUTED ? "(Admin Muted)" : "",
|
||||||
istalking(user->talking));
|
istalking(user->talking));
|
||||||
ast_cli(fd,"%d users in that conference.\n",cnf->users);
|
ast_cli(fd,"%d users in that conference.\n",cnf->users);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user