Archived
14
0
Fork 0
Commit graph

143 commits

Author SHA1 Message Date
russell
a2120a0a67 revert the last change to this Makefile which removed the rules to build
app_apt.  These rules *are* needed beacause this module uses libtonezone,
so it needs this information from autoconf in case it is located in a
non-standard location.  Also, without it, app_rpt.so would not be linked
with libtonezone at all.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23422 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29 19:26:53 +00:00
rizzo
4ccacc7ac4 remove now useless rule for app_rpt (bug 7059)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23402 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29 18:22:08 +00:00
kpfleming
29f496ef12 Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:11:45 +00:00
russell
3bf6b880d8 remove traces of "look", something that does not exist in the tree
(issue #6904)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-08 19:13:37 +00:00
tilghman
4f1ce1ea49 Move conditional compilation for CURL from apps/ to funcs/
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 23:43:06 +00:00
kpfleming
e217105bfc ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9691 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-12 16:52:42 +00:00
kpfleming
32337b7e7f use auto-build for apps, simplify variable setting
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-11 17:12:05 +00:00
mattf
8ebf7821fe Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9423 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10 21:50:56 +00:00
russell
62ed12ee5a remove some Makefile targets for things that don't exist in the tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9261 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-09 02:27:30 +00:00
kpfleming
1168220a4d remove obsolete stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9124 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 22:23:00 +00:00
mogorman
4ef13bdcda Allows for user to uninstall asterisk binaries
bug 6177


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01 18:39:41 +00:00
russell
ffcb98861a oops, don't build app_sql_postgres by default ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 21:57:01 +00:00
russell
5d4c4f6486 clean up formatting to conform to coding guidelines and fix some typos (issue #6260)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21 21:29:06 +00:00
russell
a1447ba856 remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8101 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-16 17:51:35 +00:00
tilghman
b4a56d7afb Bug 6213 - Morse code app
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7998 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 05:47:30 +00:00
tilghman
4a8d4d9402 Bug 5759 - Remove unused datetime code (current DateTime app is in app_sayunixtime)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7616 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-23 23:42:58 +00:00
tilghman
f23c1fcb31 Properly move these functions over to the funcs directory (since they no longer contain apps)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15 19:05:41 +00:00
tilghman
5cfa090d9b Make sure the functions CUT and SORT are built.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7494 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-15 17:31:52 +00:00
russell
1467ce2ea0 re-add app_setcallerid since it was not actually marked deprecated in 1.2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7380 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-07 16:41:26 +00:00
russell
70ab5bd048 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
2005-12-07 15:36:55 +00:00
kpfleming
24c1e3c222 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
russell
473d194b6e don't hardcode poll.o for Darwin
fix incorrect portion of patch from yesterday's Solaris fixes


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 13:21:18 +00:00
russell
073636f2ec issue #5775
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7164 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 02:30:37 +00:00
kpfleming
af00d08aa1 issue #5673
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-11 00:32:45 +00:00
kpfleming
007af44e56 issue #2720
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7034 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 23:37:53 +00:00
kpfleming
d26d4447c4 issue #5634 and a little ChangeLog cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7003 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:12:21 +00:00
kpfleming
4d4023555b issue #4678
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6936 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01 21:53:30 +00:00
kpfleming
cf35e9f2b1 update Makefile for new app name
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6886 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28 23:52:23 +00:00
markster
a65ddf8cde Small paging fixups (bug #5460)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6819 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-18 17:44:52 +00:00
markster
830df872fd Add muxmon application (bug #4735 with mods, thanks tony!)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6795 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16 02:59:13 +00:00
markster
5985919ea4 Fix "bug" of not being able to page multiple phones
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6753 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-12 22:56:53 +00:00
kpfleming
07a5d27c12 support new version of OSP toolkit (issue #5168)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6653 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-25 20:50:40 +00:00
kpfleming
3c928b478a add Pickup() application (issue #4865)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6622 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15 20:28:23 +00:00
kpfleming
a19e58fdd5 correct Makefile errors (issue #5072)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6475 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31 21:29:58 +00:00
kpfleming
d5e7b9d985 correct syntax error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6456 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 20:08:59 +00:00
kpfleming
475a3fdb24 clean up, use make functions instead of subshells, remove unused stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6449 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 02:54:02 +00:00
kpfleming
b9d46c6524 remove unused defines and logic (issue #5058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6435 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29 19:07:24 +00:00
russell
f86b5580ea app_rpt is experimental, not obsolete (issue #5047)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6433 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-29 16:14:38 +00:00
kpfleming
7ff52bf0be add optional 'extended ODBC storage' mode (issue #4403)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-25 03:15:18 +00:00
kpfleming
046f5879ea correct error Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6318 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-10 23:25:55 +00:00
kpfleming
ae309d52dd add ExternalIVR() application
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6317 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-10 23:24:39 +00:00
kpfleming
e4c73c5b8d move tools used during build into build_tools subdirectory
clean up Makefile headers


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20 17:26:08 +00:00
markster
2208e8c008 Don't build app_intercom...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5831 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-03 04:16:13 +00:00
markster
d29b05e5a7 Fix chan_spy on Solaris (bug #4204)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5603 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-08 17:01:42 +00:00
kpfleming
3aea9a1dc7 add app_dictate (bug #3893)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5579 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-04 19:33:33 +00:00
mattf
25c6087b37 Fix so that asterisk continues to build if libcurl is not present or the correct
version. bug #3982.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5463 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-13 15:17:41 +00:00
mattf
474f5219a9 Merging in xylome's beaerer capabilty patch (bug 3547)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5342 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 17:00:50 +00:00
markster
72fc19e07f Fix cross compiling (bug #3868)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5278 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27 22:39:17 +00:00
markster
60f2c50380 Fix app bug, update skel example, add skel to makefile as option (bug #3869)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5277 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27 22:29:57 +00:00
markster
d924cf6f0e Add chanspy (bug #3836)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5242 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-24 01:19:02 +00:00