aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-07 15:36:55 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2005-12-07 15:36:55 +0000
commit70ab5bd04809f7842fbb7de5f928520fe152048c (patch)
treee5dc40ad9425950e8cb0338dd3f260705381898a /apps/Makefile
parent2188d03a9df95ef9a50ebbc67b6a4dcaadc70312 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@7379 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile33
1 files changed, 14 insertions, 19 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 12d503245..272414f74 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -11,25 +11,20 @@
# the GNU General Public License
#
-APPS=app_dial.so app_playback.so app_voicemail.so app_directory.so app_mp3.so\
- app_system.so app_echo.so app_record.so app_image.so app_url.so app_disa.so \
- app_adsiprog.so app_getcpeid.so app_milliwatt.so \
- app_zapateller.so app_setcallerid.so app_festival.so \
- app_queue.so app_senddtmf.so app_parkandannounce.so \
- app_setcidname.so app_lookupcidname.so app_macro.so \
- app_authenticate.so app_softhangup.so app_lookupblacklist.so \
- app_waitforring.so app_privacy.so app_db.so app_chanisavail.so \
- app_enumlookup.so app_transfer.so app_setcidnum.so app_cdr.so \
- app_hasnewvoicemail.so app_sayunixtime.so app_cut.so app_read.so \
- app_setcdruserfield.so app_random.so app_ices.so app_eval.so \
- app_nbscat.so app_sendtext.so app_exec.so \
- app_groupcount.so app_txtcidname.so app_controlplayback.so \
- app_talkdetect.so app_alarmreceiver.so app_userevent.so app_verbose.so \
- app_test.so app_forkcdr.so app_math.so app_realtime.so \
- app_dumpchan.so app_waitforsilence.so app_while.so app_setrdnis.so \
- app_md5.so app_readfile.so app_chanspy.so app_settransfercapability.so \
- app_dictate.so app_externalivr.so app_directed_pickup.so \
- app_mixmonitor.so app_stack.so
+APPS=app_adsiprog.so app_alarmreceiver.so app_authenticate.so app_cdr.so \
+ app_chanisavail.so app_chanspy.so app_controlplayback.so app_db.so \
+ app_dial.so app_dictate.so app_directed_pickup.so app_directory.so \
+ app_disa.so app_dumpchan.so app_echo.so app_exec.so app_externalivr.so \
+ app_festival.so app_forkcdr.so app_getcpeid.so app_hasnewvoicemail.so \
+ app_ices.so app_image.so app_lookupblacklist.so app_lookupcidname.so \
+ app_macro.so app_milliwatt.so app_mixmonitor.so app_mp3.so app_nbscat.so \
+ app_parkandannounce.so app_playback.so app_privacy.so app_queue.so \
+ app_random.so app_read.so app_readfile.so app_realtime.so app_record.so \
+ app_sayunixtime.so app_senddtmf.so app_sendtext.so app_setcdruserfield.so \
+ app_settransfercapability.so app_softhangup.so app_stack.so app_system.so \
+ app_talkdetect.so app_test.so app_transfer.so app_userevent.so app_url.so \
+ app_verbose.so app_voicemail.so app_waitforring.so app_waitforsilence.so \
+ app_while.so app_zapateller.so
#
# Obsolete things...