asterisk/apps
Russell Bryant 1ec8cb41a8 Merge changes from team/mvanbaak/cli-command-audit
(closes issue #8925)

About a year ago, as Leif Madsen and Jim van Meggelen were going over the CLI
commands in Asterisk 1.4 for the next version of their book, they documented
a lot of inconsistencies.  This set of changes addresses all of these issues
and has been reviewed by Leif.

While this does introduce even more changes to the CLI command structure, it
makes everything consistent, which is the most important thing.

Thanks to all that helped with this one!


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103171 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2008-02-08 21:26:32 +00:00
..
app_adsiprog.c whitespace fixes only 2008-02-07 21:08:46 +00:00
app_alarmreceiver.c There she goes! First commit from me to trunk \o/ 2008-02-07 20:42:59 +00:00
app_amd.c Merged revisions 101649 via svnmerge from 2008-02-01 00:08:17 +00:00
app_authenticate.c Comparison, not set :) Thanks mvanbaak. 2008-02-01 18:24:52 +00:00
app_cdr.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
app_chanisavail.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_channelredirect.c Get rid of a goto where there was no extra cleanup happening at the exit point 2008-02-01 06:14:29 +00:00
app_chanspy.c This is a combination new feature/bug fix for app_chanspy. 2008-02-07 21:37:00 +00:00
app_controlplayback.c Allow disabling the default ffwd/rewind keys in the ControlPlayback application. 2008-01-30 19:03:16 +00:00
app_db.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_dial.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
app_dictate.c remove more unnecessary casts for NULL. 2007-12-27 23:32:18 +00:00
app_directed_pickup.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_directory.c Big improvement for app_directory. This patch breaks the do_directory function up 2008-01-14 22:11:50 +00:00
app_disa.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_dumpchan.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
app_echo.c more header removal 2007-11-22 04:37:08 +00:00
app_exec.c Make 'else' argument to ExecIf optional. Clean up the description and usage text a bit. 2007-12-26 22:14:21 +00:00
app_externalivr.c Merged revisions 99975 via svnmerge from 2008-01-23 20:26:19 +00:00
app_festival.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_flash.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_followme.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
app_forkcdr.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_getcpeid.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_ices.c Compatibility fix for OpenBSD 2008-01-03 01:59:27 +00:00
app_image.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_ivrdemo.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_jack.c Add another small option for the JACK app and JACK_HOOK function. The 'n' 2008-01-14 04:53:08 +00:00
app_macro.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_meetme.c Update documentation. 2008-01-14 14:33:17 +00:00
app_milliwatt.c more header removal 2007-11-22 04:37:08 +00:00
app_minivm.c Merge changes from team/mvanbaak/cli-command-audit 2008-02-08 21:26:32 +00:00
app_mixmonitor.c Convert ast_verbose to ast_verb. 2007-12-14 14:48:38 +00:00
app_morsecode.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_mp3.c Compatibility fix for OpenBSD 2008-01-03 01:59:27 +00:00
app_nbscat.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_osplookup.c Update osplookup documentation to use commas instead of pipes. 2008-01-02 17:38:02 +00:00
app_page.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_parkandannounce.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_pickupchan.c - Add Copyright 2007-12-27 09:08:23 +00:00
app_playback.c Merge changes from team/mvanbaak/cli-command-audit 2008-02-08 21:26:32 +00:00
app_privacy.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
app_queue.c Forgot that AST_LIST_REMOVE_CURRENT takes different arguments in trunk than 1.4. 2008-02-08 18:58:25 +00:00
app_read.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_readexten.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_readfile.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_record.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_rpt.c Merge changes from team/mvanbaak/cli-command-audit 2008-02-08 21:26:32 +00:00
app_sayunixtime.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_senddtmf.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_sendtext.c more header removal 2007-11-22 04:37:08 +00:00
app_setcallerid.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_skel.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_sms.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_softhangup.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
app_speech_utils.c Add the 'n' option to SpeechBackground, which has the application not answer the 2008-01-30 00:04:17 +00:00
app_stack.c Several manager changes: 2008-01-10 00:12:35 +00:00
app_system.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_talkdetect.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_test.c remove a number of #include <fcntl.h> which are either 2007-11-22 01:03:02 +00:00
app_transfer.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_url.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_userevent.c remove redundant headers 2007-11-22 01:39:06 +00:00
app_verbose.c more header removal 2007-11-22 04:37:08 +00:00
app_voicemail.c Merge changes from team/mvanbaak/cli-command-audit 2008-02-08 21:26:32 +00:00
app_waitforring.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_waitforsilence.c remove another set of redundant #include "asterisk/options.h" 2007-11-21 23:24:55 +00:00
app_waituntil.c Add contributed WaitUntil app. 2007-12-19 20:06:23 +00:00
app_while.c shuffle a little bit the content of header files to reduce dependencies. 2007-11-22 03:50:04 +00:00
app_zapateller.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
app_zapbarge.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
app_zapras.c Get rid of any remaining ast_verbose calls in the code in favor of 2008-02-05 23:00:15 +00:00
app_zapscan.c Use defined return values in load_module in more places. 2007-12-26 20:02:27 +00:00
enter.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
leave.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
rpt_flow.pdf remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00