[asterisk-commits] mvanbaak: branch group/res_clialiases r145075 - /team/group/res_clialiases/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Sep 28 15:14:27 CDT 2008


Author: mvanbaak
Date: Sun Sep 28 15:14:27 2008
New Revision: 145075

URL: http://svn.digium.com/view/asterisk?view=rev&rev=145075
Log:
add temp list of deprecated commands so we can actually remove them.


Added:
    team/group/res_clialiases/TODO_remove_these.txt   (with props)

Added: team/group/res_clialiases/TODO_remove_these.txt
URL: http://svn.digium.com/view/asterisk/team/group/res_clialiases/TODO_remove_these.txt?view=auto&rev=145075
==============================================================================
--- team/group/res_clialiases/TODO_remove_these.txt (added)
+++ team/group/res_clialiases/TODO_remove_these.txt Sun Sep 28 15:14:27 2008
@@ -1,0 +1,29 @@
+channels/chan_skinny.c:3027:	AST_CLI_DEFINE(handle_skinny_set_debug, "Enable/Disable Skinny debugging", .deprecate_cmd = &cli_skinny_set_debug_deprecated),
+channels/chan_mgcp.c:1199:	AST_CLI_DEFINE(handle_mgcp_set_debug, "Enable/Disable MGCP debugging", .deprecate_cmd = &cli_mgcp_set_debug_deprecated),
+channels/chan_sip.c:22618:	AST_CLI_DEFINE(sip_set_history, "Enable/Disable SIP history", .deprecate_cmd = &cli_sip_do_history_deprecated),
+funcs/func_devstate.c:293:	AST_CLI_DEFINE(handle_cli_devstate_list, "List currently known custom device states", .deprecate_cmd = &cli_funcdevstate_list_deprecated),
+main/udptl.c:1217:	AST_CLI_DEFINE(handle_cli_udptl_set_debug, "Enable/Disable UDPTL debugging", .deprecate_cmd = &cli_handle_udptl_debug_deprecated)
+main/rtp.c:4686:	AST_CLI_DEFINE(handle_cli_rtp_set_debug,  "Enable/Disable RTP debugging", .deprecate_cmd = &cli_rtp_debug_deprecated),
+main/rtp.c:4687:	AST_CLI_DEFINE(handle_cli_rtcp_set_debug, "Enable/Disable RTCP debugging", .deprecate_cmd = &cli_rtcp_debug_deprecated),
+main/rtp.c:4688:	AST_CLI_DEFINE(handle_cli_rtcp_set_stats, "Enable/Disable RTCP stats", .deprecate_cmd = &cli_rtcp_stats_deprecated),
+main/rtp.c:4689:	AST_CLI_DEFINE(handle_cli_stun_set_debug, "Enable/Disable STUN debugging", .deprecate_cmd = &cli_stun_debug_deprecated),
+main/cdr.c:1368:static struct ast_cli_entry cli_status = AST_CLI_DEFINE(handle_cli_status, "Display the CDR status", .deprecate_cmd = &cli_status_deprecated);
+main/asterisk.c:1879:	AST_CLI_DEFINE(handle_abort_shutdown, "Cancel a running shutdown", .deprecate_cmd = &cli_abort_shutdown_deprecated),
+main/asterisk.c:1880:	AST_CLI_DEFINE(handle_stop_now, "Shut down Asterisk immediately", .deprecate_cmd = &cli_stop_now_deprecated),
+main/asterisk.c:1881:	AST_CLI_DEFINE(handle_stop_gracefully, "Gracefully shut down Asterisk", .deprecate_cmd = &cli_stop_gracefully_deprecated),
+main/asterisk.c:1882:	AST_CLI_DEFINE(handle_stop_when_convenient, "Shut down Asterisk at empty call volume", .deprecate_cmd = &cli_stop_when_convenient_deprecated),
+main/asterisk.c:1883:	AST_CLI_DEFINE(handle_restart_now, "Restart Asterisk immediately", .deprecate_cmd = &cli_restart_now_deprecated), 
+main/asterisk.c:1884:	AST_CLI_DEFINE(handle_restart_gracefully, "Restart Asterisk gracefully", .deprecate_cmd = &cli_restart_gracefully_deprecated),
+main/asterisk.c:1885:	AST_CLI_DEFINE(handle_restart_when_convenient, "Restart Asterisk at empty call volume", .deprecate_cmd = &cli_restart_when_convenient_deprecated),
+main/cli.c:1200:		.deprecate_cmd = &cli_debug_channel_deprecated),
+main/cli.c:1212:	AST_CLI_DEFINE(handle_load, "Load a module by name", .deprecate_cmd = &cli_module_load_deprecated),
+main/cli.c:1214:	AST_CLI_DEFINE(handle_reload, "Reload configuration", .deprecate_cmd = &cli_module_reload_deprecated),
+main/cli.c:1216:	AST_CLI_DEFINE(handle_unload, "Unload a module by name", .deprecate_cmd = &cli_module_unload_deprecated ),
+main/pbx.c:5608:	AST_CLI_DEFINE(handle_show_globals, "Show global dialplan variables", .deprecate_cmd = &cli_show_globals_deprecated),
+main/pbx.c:5612:	AST_CLI_DEFINE(handle_set_global, "Set global dialplan variable", .deprecate_cmd = &cli_set_global_deprecated),
+main/pbx.c:5613:	AST_CLI_DEFINE(handle_set_chanvar, "Set a channel variable", .deprecate_cmd = &cli_set_chanvar_deprecated),
+pbx/pbx_dundi.c:2825:	AST_CLI_DEFINE(dundi_set_debug, "Enable/Disable DUNDi debugging", .deprecate_cmd = &cli_dundi_do_debug_deprecated),
+pbx/pbx_dundi.c:2826:	AST_CLI_DEFINE(dundi_store_history, "Enable/Disable DUNDi historic records", .deprecate_cmd = &cli_dundi_do_store_history_deprecated),
+pbx/pbx_ael.c:246:	AST_CLI_DEFINE(handle_cli_ael_set_debug, "Enable AEL debugging flags", .deprecate_cmd = &cli_ael_debug_multiple_deprecated)
+res/res_jabber.c:128:	AST_CLI_DEFINE(aji_do_set_debug, "Enable/Disable Jabber debug", .deprecate_cmd = &cli_aji_do_debug_deprecated),
+res/res_agi.c:2996:	AST_CLI_DEFINE(handle_cli_agi_dump_html, "Dumps a list of AGI commands in HTML format", .deprecate_cmd = &cli_agi_dumphtml_deprecated)

Propchange: team/group/res_clialiases/TODO_remove_these.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: team/group/res_clialiases/TODO_remove_these.txt
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: team/group/res_clialiases/TODO_remove_these.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the asterisk-commits mailing list