dect
/
asterisk
Archived
13
0
Fork 0

Fix up the AGI doc dump CLI command and update the AGI commands tex file to not

include a bunch of empty entries.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@72939 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-07-02 20:45:53 +00:00
parent 3a28e37430
commit 46cc653bd1
2 changed files with 3 additions and 1001 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1710,6 +1710,9 @@ static char *handle_agi_dump_commanddocs(struct ast_cli_entry *e, int cmd, struc
char fullcmd[80];
command = &commands[i];
if (!command->cmda[0])
break;
ast_join(fullcmd, sizeof(fullcmd), command->cmda);
if (command_name && strcasecmp(fullcmd, command_name))