dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/res
mvanbaak e005e919bd This commit does two things:
- Add CLI aliases module to asterisk.
- Remove all deprecated CLI commands from the code

Initial work done by file.
Junk-Y and lmadsen did a lot of work and testing to
get the list of deprecated commands into the configuration file.

Deprecated CLI commands are now handled by this new module,
see cli_aliases.conf for more info about that.

ok russellb@ via reviewboard

(closes issue #13735)
Reported by: mvanbaak


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@156120 f38db490-d61c-443f-a65b-d21fe96a405b
2008-11-12 06:46:04 +00:00
..
ael don't blindly assume that Darwin and Cygwin need GLOB_ABORTED defined; only define it if it is not already defined 2008-11-06 22:49:19 +00:00
ais Merge the cli_cleanup branch. 2008-09-28 23:32:14 +00:00
snmp Make res/snmp/agent.c build 2008-05-02 14:51:59 +00:00
Makefile Make all sed calls Posix sed compatible. 2008-07-13 23:14:03 +00:00
res_adsi.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
res_ael_share.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_agi.c This commit does two things: 2008-11-12 06:46:04 +00:00
res_ais.c make the AIS checking a little more generic, and have a more useful configure script command line option for OpenAIS 2008-07-01 17:22:47 +00:00
res_clialiases.c This commit does two things: 2008-11-12 06:46:04 +00:00
res_clioriginate.c Merge the cli_cleanup branch. 2008-09-28 23:32:14 +00:00
res_config_curl.c Merge realtime_update2 branch, which adds a new realtime API call named 2008-10-14 00:08:52 +00:00
res_config_ldap.c Merge realtime_update2 branch, which adds a new realtime API call named 2008-10-14 00:08:52 +00:00
res_config_odbc.c improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met 2008-11-04 15:07:54 +00:00
res_config_pgsql.c Merge realtime_update2 branch, which adds a new realtime API call named 2008-10-14 00:08:52 +00:00
res_config_sqlite.c bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 branch, and add the ones needed for all the new code here too 2008-11-02 18:52:13 +00:00
res_convert.c include "logger.h" and errno.h from asterisk.h - usage shows that they 2007-11-19 18:52:04 +00:00
res_crypto.c improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met 2008-11-04 15:07:54 +00:00
res_curl.c Separate the global initialization routines for cURL into its own separate 2008-06-25 16:00:54 +00:00
res_http_post.c make this compile on OpenBSD again. 2008-11-05 20:33:11 +00:00
res_indications.c Convert open-coded linked list in indications to the AST_LIST_* macros. This 2008-11-07 16:18:52 +00:00
res_jabber.c This commit does two things: 2008-11-12 06:46:04 +00:00
res_limit.c Merge the cli_cleanup branch. 2008-09-28 23:32:14 +00:00
res_monitor.c Reverting format addition for now 2008-10-09 21:47:02 +00:00
res_musiconhold.c fix small bug introduced while cleaning up compiler warnings 2008-11-02 19:09:41 +00:00
res_odbc.c improve configure script to remember the previous value of each dependency in build_tools/menuselect-deps, so that (once it has been written) menuselect can use this information to warn the user when a previously met dependency is no longer met 2008-11-04 15:07:54 +00:00
res_phoneprov.c Add LINEKEYS variable to allow for a user to set the number of keys assigned to a line on a polycom phone 2008-11-11 16:46:17 +00:00
res_realtime.c Make documentation of update method match documentation and update update2 2008-11-10 21:12:28 +00:00
res_smdi.c Merged revisions 146799 via svnmerge from 2008-10-06 21:09:05 +00:00
res_snmp.c Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating 2008-09-12 23:30:03 +00:00
res_speech.c remove a bunch of useless #include "options.h" 2007-11-21 23:09:02 +00:00
res_timing_dahdi.c - add get_max_rate timing API call 2008-06-26 15:37:01 +00:00
res_timing_pthread.c Add ability to pass arbitrary data to the ao2_callback_fn (called from 2008-11-07 22:39:30 +00:00