This is the first round of removing applications that were marked as deprecated
authorRussell Bryant <russell@russellbryant.com>
Wed, 7 Dec 2005 15:36:55 +0000 (15:36 +0000)
committerRussell Bryant <russell@russellbryant.com>
Wed, 7 Dec 2005 15:36:55 +0000 (15:36 +0000)
commitcac0f4d09550c44e570850b1cbf9de9127499b8c
treee5dc40ad9425950e8cb0338dd3f260705381898a
parente2f674787bbb280fe9fc67b8a1fe3b46ef848faa
This is the first round of removing applications that were marked as deprecated
in the 1.2 release. They are being removed from the trunk and will not be in
the next major release.  The following is a list of the applications that are
being removed in this commit:

Curl, Cut, Sort, DBPut, DBGet, ENUMLookup, Eval
GetGroupCount, SetGroup, CheckGroup, GetGroupMatchCount
MD5, MD5Check, Math, SetCIDName, SetCIDNum, SetRDNIS, SetCallerID
TXTCIDName, AbsoluteTimeout, DigitTimeout, ResponseTimeout, SetAccount
SetLanguage, SetVar (renamed to Set)

These changes also include moving the "group show channels" cli command from
app_groupcount.c to cli.c.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
16 files changed:
apps/Makefile
apps/app_curl.c
apps/app_cut.c
apps/app_db.c
apps/app_enumlookup.c [deleted file]
apps/app_eval.c [deleted file]
apps/app_groupcount.c [deleted file]
apps/app_math.c [deleted file]
apps/app_md5.c [deleted file]
apps/app_setcallerid.c [deleted file]
apps/app_setcidname.c [deleted file]
apps/app_setcidnum.c [deleted file]
apps/app_setrdnis.c [deleted file]
apps/app_txtcidname.c [deleted file]
cli.c
pbx.c