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: https://origsvn.digium.com/svn/asterisk/trunk@72939 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 19 years ago
parent 4070baa1e6
commit 8d99a2004b

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save