Archived
14
0
Fork 0
Commit graph

432 commits

Author SHA1 Message Date
kpfleming
dff3da58c2 don't let make use implicit rules for bison/flex output files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-08 14:34:32 +00:00
russell
2b18e6b01a add support for installing other init scripts, other than just the redhat
version.  (issue #7093, initial patch by froguz, extended by north)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25095 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-05 22:49:55 +00:00
russell
5d303b7427 allow for a non-optimized build that does not get installed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@24212 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-02 17:15:37 +00:00
kpfleming
fd0fef45bf Merged revisions 23673 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r23673 | kpfleming | 2006-04-30 09:27:56 -0500 (Sun, 30 Apr 2006) | 2 lines

allow top-level OPTIMIZE setting to affect builds in these subdirectories too

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 14:28:25 +00:00
kpfleming
7e7117a7df Merged revisions 23638 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r23638 | kpfleming | 2006-04-30 08:55:59 -0500 (Sun, 30 Apr 2006) | 2 lines

let the compiler determine whether hardware or software floating point should be used (like we do in the editline subdirectory)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 13:56:37 +00:00
kpfleming
f4436d4dae Merged revisions 23636 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r23636 | kpfleming | 2006-04-30 08:38:22 -0500 (Sun, 30 Apr 2006) | 4 lines

remove extraneous -m64 flag that is not needed
(these are coming from Debian patches <G>)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23637 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 13:39:49 +00:00
kpfleming
7313590690 simplify CFLAGS handling for subdirectories
don't put paths into the include search path when they are not needed
don't auto-rebuild the AEL bison/flex output based on make dependencies (the generated files are already checked in, and the timestamps generated by a checkout will usually cause them to be overwritten)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 11:40:06 +00:00
rizzo
298249eb17 when compiling ast_expr2 from utils/ the current directory
is utils/ so the compiler fails to find the header which is in ../
(at least on FreeBSD; this works on linux but it may be due to
differences in gmake).
For the time being, fix it by adding -I.. to the includes.
However i think a proper fix is to make sure that ast_expr2
is built using the rules in the top-level makefile instead
of those in the subdirectory.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23535 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 08:35:49 +00:00
russell
02d013ed45 use the INSTALL variable instead of "install" directly
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23467 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 04:34:04 +00:00
kpfleming
f5bd1e827c Merged revisions 23305 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r23305 | kpfleming | 2006-04-29 06:40:04 -0500 (Sat, 29 Apr 2006) | 3 lines

do installation in subdirs as a separate target (so external modules can use the Makefile more easily)
generate final messages -after- running any post-install script that may be present

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-29 11:42:31 +00:00
russell
94af7e7b21 support "make distclean" as well as "make dist-clean" for the picky people
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23208 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28 17:39:54 +00:00
russell
a430d16b6b another little Solaris fix, unset LIBS before building libmxml
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:35:11 +00:00
russell
ec16cd7e34 menuselect needs strcompat.o for strsep on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:26:02 +00:00
russell
5ab6384261 add a note indicating that you can press 'h' for help
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 19:15:43 +00:00
russell
25c6011e23 fix kevin's silly typos
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22269 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:24:03 +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
file
dc25a9479c Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir patch by north)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20358 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15 23:37:29 +00:00
file
db5a6fcfc3 We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20330 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15 22:53:53 +00:00
oej
f33b337077 New functions for locking a channel - these simplify debugging
when you have channel locking issues.
(Part of the SIP transfer patch, where I had a *lot* of
channel locking problems)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20264 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15 08:07:50 +00:00
kpfleming
659280fa25 Merged revisions 19353 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r19353 | kpfleming | 2006-04-11 16:58:47 -0500 (Tue, 11 Apr 2006) | 2 lines

don't create a 'voicemail' symlink in the sounds directory; app_voicemail has not needed it since January of 2005 (issue #6613)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19354 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-11 21:59:40 +00:00
oej
03998522c4 Issue #6580 - Unify directory definitions to one section of Makefile (casper)
- Maybe we should define proper directories for OS/X too?
- Should OpenBSD and NetBSD follow the FreeBSD rules?


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-07 07:04:05 +00:00
russell
f82f770589 various cleanups to the Makefile
- remove unused OSREV varibale
- move various CROSS_COMPILE variables to the top and group them together
- move various PROC definitions to the top as a group
- remove usused MARCH variable
(issue #6892)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-06 17:13:00 +00:00
oej
b2518377e0 Issue #6610 - build on Intel Mac
(Wish I could try this at home :-)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-05 20:14:51 +00:00
markster
7014c0e5dd Flesh out the remainder of the manager + http changes and create a sample application to partially
demonstrate the capability of manager over http.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-01 08:49:54 +00:00
oej
60636c2599 Issue #5374 - Enable internal timing of generators (cmantunes)
Thanks everyone involved for hard work, testing and testing!


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@16473 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-30 06:07:04 +00:00
markster
4f4a24ec6f Add micro-http server and abstract manager interface, make snmp not die
on reload.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14953 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-25 23:50:09 +00:00
rizzo
72b5597185 Replace ast_say_* functionn with function pointers, so that modules
can override them.
On passing, fix a potential problem in the top level Makefile:

if a static library is not referenced by any of the core objects,
it is not linked in the main program, and will not be available
to modules, which leads to failure at runtime when the modules
are loaded.
This is the case of stdtime/localtime.o, which supplies some core
symbolx, but is only linked in as a library. Fix the problem by
linking in the object.

NOTE: this is intended as a temporary aid to replace the
existing say.c with a newer implementation. Once the
task is completed, we may decide whether or not the ast_say*()
functions should be pluggable or not and possibly revert
part of this change.



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-23 14:28:16 +00:00
tilghman
fb3a3671fc Merged revisions 11715 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11715 | tilghman | 2006-03-03 11:13:37 -0600 (Fri, 03 Mar 2006) | 2 lines

Bug 6638 - Solaris is starting to remind me of RedHat...

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11716 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03 17:15:51 +00:00
tilghman
99fec5cea5 Merged revisions 11634-11635 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r11634 | tilghman | 2006-03-02 18:34:52 -0600 (Thu, 02 Mar 2006) | 2 lines

Bug 6638 - Change from a historic BSD command to a POSIX command for determining username

........
r11635 | tilghman | 2006-03-02 18:38:14 -0600 (Thu, 02 Mar 2006) | 2 lines

Bug 6638 - Use POSIX command for Solaris

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03 00:41:19 +00:00
tilghman
9e00342852 Bug 6581 - Move definition of PWD higher than where it is initially used
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10933 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 22:38:47 +00:00
markster
efb2e34d29 Fix a few compile warnings (turned errors) and disable -Werror on the
normal build.  If people want this they can turn it on, and don't anyone 
turn it on by default until you fix building on GCC 4.x


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10842 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-23 04:38:38 +00:00
kpfleming
298fa6c9e1 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10805 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-22 22:53:49 +00:00
tilghman
e8504c1dce Bug 5984 - Convert file offsets to 64 bit
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10579 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-20 23:35:12 +00:00
russell
683ec6ed21 remove -lssl for asterisk, and add it for res_osp (issue #6496, different patch)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-16 20:38:21 +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
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
kpfleming
e1b3561cab minor cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-06 20:30:49 +00:00
tilghman
d36e97804d Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9138 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-03 22:37:29 +00:00
kpfleming
50ffcb069b Merged revisions 9086 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines

don't override ASTERISKVERSIONNUM to 000000 for non-svn builds

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9088 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-02 18:40:22 +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
f40c6e0388 add /usr/local/lib to SOLINK (issue #6323)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8778 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27 05:33:20 +00:00
oej
ad9fb71f09 Spelling fix undetected by kpfleming in rev 8150 ;-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23 12:32:43 +00:00
kpfleming
e549cb10a2 spelling fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8150 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-17 20:53:04 +00:00
mattf
2fe44fb4ce Changes to add udptl to asterisk (preliminary merging of the t.38 patch)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8014 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-12 17:12:12 +00:00
tilghman
8d6c048c86 Bug 5183 - Inline stack backtraces
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7646 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-27 06:24:28 +00:00
russell
eff11495ee Merged revisions 7340 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7340 | russell | 2005-12-05 01:47:51 -0500 (Mon, 05 Dec 2005) | 2 lines

remove ASTERISKVERSIONNUM from the version string given to doxygen

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7341 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-05 06:50:04 +00:00
kpfleming
907b53f827 Merged revisions 7265-7266,7268-7275 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r7265 | oej | 2005-12-01 17:18:14 -0600 (Thu, 01 Dec 2005) | 2 lines

Changing bug report address to the Asterisk issue tracker

........
r7266 | kpfleming | 2005-12-01 17:18:29 -0600 (Thu, 01 Dec 2005) | 3 lines

Makefile 'update' target now supports updating from Subversion repositories (issue #5875)
remove support for 'patches' subdirectory, it's no longer useful

........
r7268 | kpfleming | 2005-12-01 17:34:58 -0600 (Thu, 01 Dec 2005) | 2 lines

ensure channel's scheduling context is freed (issue #5788)

........
r7269 | kpfleming | 2005-12-01 17:49:44 -0600 (Thu, 01 Dec 2005) | 2 lines

don't block waiting for the Festival server forever when it goes away (issue #5882)

........
r7270 | kpfleming | 2005-12-01 18:26:12 -0600 (Thu, 01 Dec 2005) | 2 lines

allow variables to exist on both 'halves' of the Local channel (issue #5810)

........
r7271 | kpfleming | 2005-12-01 18:28:48 -0600 (Thu, 01 Dec 2005) | 2 lines

protect agent_bridgedchannel() from segfaulting when there is no bridged channel (issue #5879)

........
r7272 | kpfleming | 2005-12-01 18:39:00 -0600 (Thu, 01 Dec 2005) | 3 lines

properly handle password changes when mailbox is last line of config file and not followed by a newline (issue #5870)
reformat password changing code to conform to coding guidelines (issue #5870)

........
r7273 | kpfleming | 2005-12-01 18:42:40 -0600 (Thu, 01 Dec 2005) | 2 lines

allow previous context-searching behavior to be used if desired (issue #5899)

........
r7274 | kpfleming | 2005-12-01 18:51:15 -0600 (Thu, 01 Dec 2005) | 2 lines

inherit channel variables into channels created by Page() application (issue #5888)

........
r7275 | oej | 2005-12-01 18:52:13 -0600 (Thu, 01 Dec 2005) | 2 lines

Bug #5907. Improve SIP INFO DTMF debugging output. (1.2 & Trunk)

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7276 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-02 01:01:11 +00:00
russell
a4e5a97349 remove outdated redhat init script and provide the updated one in 'make rpm' (issue #5786)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7243 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 21:30:18 +00:00
kpfleming
2bad44c90f move mkpkgconfig script where it belongs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7222 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 02:00:49 +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
kpfleming
df153f911b make version-string computation based on SVN branch/revision numbers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7207 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-28 03:59:39 +00:00
twisted
bd1c9ddc3b Re-add explicit poll support for Darwin, as without it, rasterisk (or asterisk -r) is broken under Darwin.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7172 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 15:09:31 +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
russell
4e294e64a5 create the monitor spool dir
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7161 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-21 01:53:44 +00:00
russell
90b16f1561 fix the output of Makefile generated variables to doxygen
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7132 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-17 21:45:03 +00:00
twisted
35c23fce6f Issue # 5757
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7120 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 20:23:53 +00:00
kpfleming
c7548920ce small debugging information change
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7111 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-16 04:11:48 +00:00
russell
8acbf04043 finish merging doxygen updates from issue #5605
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7096 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-14 19:00:38 +00:00
kpfleming
ba59f0a01e issue #5572
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7018 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 03:31:45 +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
553fd5fc1d issue #5633
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7002 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-08 00:08:09 +00:00
kpfleming
62fcf71b55 dont-optimize was broken...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6994 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-07 22:33:12 +00:00
kpfleming
49f65e4379 stop recompiling cli.c on every 'make'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6963 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-05 18:58:27 +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
russell
30af778680 there is a variable defined for 'install', might as well use it ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6848 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-25 12:47:54 +00:00
markster
53996e8446 Make crypto loading optional
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6797 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-16 03:08:58 +00:00
russell
bbbf2edfaa add "hello-world" prompt, courtesy of Jared Smith :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6782 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-14 00:07:14 +00:00
russell
a06c77ec8a fix a typo, oops!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6737 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-08 17:08:44 +00:00
kpfleming
2d11c3703f support a 'post install' script for local modifications after installation
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6700 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-30 14:48:41 +00:00
kpfleming
efc38277d3 allow some more paths to be overridden on the command line (issue #5292)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6691 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29 04:06:15 +00:00
kpfleming
ad47ba605d install 'rasterisk' symlink and update process name when used remotely (issue #5318 with minor mod)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6688 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-29 02:38:24 +00:00
kpfleming
acf412a387 use a more generic means to decide whether we need to provide poll/dlfcn functionality (issue #5297)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6664 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26 17:17:56 +00:00
kpfleming
5655950ecf fix minor build problem on *BSD (issue #5290)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6658 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-26 02:08:06 +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
russell
6596bcdf33 don't remove the ast_expr .c files when building testexpr2 since they are
now directly included in the tree


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6626 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-19 12:41:32 +00:00
kpfleming
8ca18eac9e don't distribute compressed man pages,let the installer do it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6608 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-15 00:12:36 +00:00
kpfleming
06e6b25ca4 more BSD portability fixes (issue #5155)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6578 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14 01:10:20 +00:00
markster
f6e341b9c3 Fix permissions on safe_asterisk (bug #5193)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6564 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12 04:06:52 +00:00
markster
c05f5017eb Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6563 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-12 03:49:54 +00:00
kpfleming
79b38ffbe9 ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6546 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-08 00:34:19 +00:00
kpfleming
5320d461a7 don't remove .version during 'make clean', it's not the temporary file it used to be
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6471 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31 18:48:21 +00:00
kpfleming
aaf884276b minor cleanup and reorganization (issue #5073)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6468 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-31 03:32:15 +00:00
kpfleming
3c4140b8b1 major header file cleanup: license, copyrights, descriptions, markers, etc.
remove deprecated config_old.c/config_old.h
remove unused cvsid.h


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6454 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 18:32:10 +00:00
kpfleming
ebb5719570 correct syntax error
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6452 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 15:44:09 +00:00
kpfleming
6ef6450301 ensure that the parser is generated in 'full/fast' mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6450 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-30 14:44:00 +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
623800343f remove extra dependencies
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6421 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 19:55:11 +00:00
kpfleming
47d5a35439 switch to 'new' expression parser, remove support for old parser
provide parser files in source tree, so flex/bison are not need to build
update Makefile to use simpler techniques to build parser
update README to remove references to old vs. new parsers
remove version comparison tool used for flex/bison programs


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26 19:21:57 +00:00
kpfleming
bd6bd30899 make MALLOC_DEBUG build work properly (issue #4970 with additional changes)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23 15:08:55 +00:00
kpfleming
81a66109b7 don't require 'make samples' to require code to be built (issue #4997)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6375 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-23 02:30:30 +00:00
markster
3b61ac0907 Build safe_asterisk script substituting the proper path in (bug #4952, patch not used)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6327 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-14 02:19:16 +00:00
markster
12356e59f1 Build dependencies first
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6320 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-11 15:47:41 +00:00
markster
a87fbd027a Default paths properly when building for solaris (bug #4902)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6301 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-07 14:59:41 +00:00
markster
b1a6374598 Remove from maekfile, too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6257 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-02 11:57:29 +00:00
russell
ec09fb0081 remove the need to have the BUSYDETECT routine defined in the CFLAGS unless
you want to use one other than the default


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6206 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-25 21:57:14 +00:00
kpfleming
000130b1d3 add slinfactory object, and change app_chanspy to use it (bug #4724)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6177 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20 00:53:21 +00:00
kpfleming
c37a8a42b2 split acl and netsock code into separate files, in preparation for new netsock implementation
various minor cleanups


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6165 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-19 23:17:02 +00:00
russell
3d51126059 actually install the demo sounds ...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6155 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 20:09:09 +00:00
russell
5347367b50 also include /etc/asterisk.makeopts, but have file in home directory override
it if present


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6154 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 18:34:52 +00:00
twisted
d4f3114e43 Update muted for operation on OSX. :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6148 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 04:22:08 +00:00
kpfleming
c05cf07847 clean up scheduler debugging and expose defines in the Makefile (bug #4703)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6145 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 22:21:31 +00:00
kpfleming
4903f50fe8 first phase of proper fix for portable string function problems (bug #4669)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6133 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-15 00:39:01 +00:00
russell
e534215277 add ability to have a file, ~/.asterisk.makeopts, that will be included in
the makefile so that every time you checkout Asterisk, you don't have to
edit the makefile to set all of your common options


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6127 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-14 19:40:15 +00:00
kpfleming
732b6f974b add privacy/screening functionality to app_dial (bug #752)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6102 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 03:23:31 +00:00
kpfleming
7b2753f223 make 'webvmail' installation directories more configurable (bug #4649)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6095 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 02:08:03 +00:00
markster
08be46197d You must have version.h before building dependencies!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6071 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10 15:53:05 +00:00
malcolmd
5af73195c1 Bug #4652 - Take two
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6065 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-09 12:18:59 +00:00
malcolmd
7b1859927c Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydon
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6064 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:54:07 +00:00
kpfleming
1945cc0f81 queue device state changes and handle them serially in a background thread
optimize device state related functions
add ast_get_channel_by_name_prefix to allow searching for matching channels in O(1) operation


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6062 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08 21:14:34 +00:00
kpfleming
5f5adc7281 add man pages for autosupport and safe_asterisk scripts (bug #4642)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6026 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:04:49 +00:00
kpfleming
ec11479229 actually _install_ the astgenkey man page
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6025 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 19:02:25 +00:00
kpfleming
d501075341 don't repeat a command during 'make install' (bug #4582)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5984 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-23 17:32:36 +00:00
kpfleming
444632df72 allow PROC to be supplied on the make command line (bug #4570)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5966 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-22 00:09:27 +00:00
kpfleming
579e989494 use Solaris-compatible shell syntax (bug #4567)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5961 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21 22:16:30 +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
kpfleming
749fca7442 fix 'make rpm'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5868 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 22:44:37 +00:00
kpfleming
4b1baec1ef don't force build.h to be built at 'install' time, if it's already there leave it alone
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5861 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 18:29:57 +00:00
kpfleming
e500673791 major Makefile and build process improvements, including removal of all hardcoded paths (modules must now use run-time paths as they should) (bug #4116)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5855 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-06 03:04:58 +00:00
malcolmd
20fdc24a26 Whoopsie :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5778 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26 20:31:40 +00:00
markster
09a03fa87f Fix agent deadlock and remove braindead tags dependency
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5777 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-26 20:24:56 +00:00
twisted
32019cad87 Change define __OSX__ to more appropriate __Darwin__ (in light of Darwin being open sourced, and able to run on x86, OSX isn't really suitable)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5769 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25 21:56:50 +00:00
kpfleming
6fcde5d8bf fix Solaris compatibility issues (bug #4339)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5747 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-20 03:18:35 +00:00
kpfleming
beeee1fba9 more Makefile tweaks
ensure mkdep can handle creating rules for files that are using double-colon rules


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5738 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19 15:20:06 +00:00
kpfleming
539431015d make version-testing and echo constructs more shell-portable
add proper attribution to vercomp.c


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5736 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19 14:53:56 +00:00
kpfleming
cbc3631df6 use new C-coded version comparison program for bison and flex (bug #2058, with different Makefile changes)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5731 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19 04:08:01 +00:00
kpfleming
95956d1c7d temporarily suppress usage of vercomp.sh script until it can be fixed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5699 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16 13:51:56 +00:00
kpfleming
5e9ff3009e add upgraded expression parser (bug #2058)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5691 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-16 00:35:38 +00:00
kpfleming
6a262d98ee major re-work of dialplan functions, including:
- locking of functions list during registration/unregistration/searching
 - rename of function description structure to be consistent with the rest of the API
 - addition of 'desc' element to description structure, for detailed description (like applications)
 - addition of 'show function' CLI command to show function details
 - conversion of existing functions to use uppercase names to match policy
 - creation of new 'pbx_functions.so' module to contain standard 'builtin' functions
 - removal of all builtin functions from pbx.c and apps and placement into new 'funcs' directory


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5583 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-05 05:39:33 +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
kpfleming
3683ec9972 ensure that old modules warning does not occur when 'make install' is run directly after 'make clean'
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5537 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-01 01:43:44 +00:00
kpfleming
f3c48c84c0 support various other formats for Asterisk manual page (bug #4113)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5530 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29 15:18:10 +00:00
kpfleming
e9fb35ccfb 'make install' will now warn the user if their modules directory contains modules not installed by the newly-installed Asterisk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5520 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27 16:27:53 +00:00
kpfleming
09b8abb779 during 'make install', remove any headers from the destination include/asterisk directory that are no longer present in the source directory (bug #4035)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5517 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-27 05:46:32 +00:00
kpfleming
382175ba27 *** empty log message ***
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5431 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-06 21:12:32 +00:00
kpfleming
c720eb4d59 add ctags and etags support to Makefile
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5348 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-01 21:18:39 +00:00
markster
b9f5b6b1cc Fix CC (bug #3895)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5302 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-30 06:31:42 +00:00
markster
d55d17a494 Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DTMF mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5293 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-28 20:48:24 +00:00
markster
725a579520 Oops, make good on my word :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5279 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-27 22:39:51 +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
235a6486c3 Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5192 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-17 21:30:19 +00:00
markster
b61285c1d9 Create experimental new options API, various cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5171 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-12 05:37:32 +00:00
markster
753778b962 Apply queuelog patch and perform final test of "test patches" system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5168 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11 08:49:01 +00:00
markster
8fbe31e0ff Update queue_log example
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5167 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11 08:33:39 +00:00
markster
0f6dae2704 Add sample experimental patch to show "make apply", "make unapply", "make patchlist", and "make update" targets
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5166 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-11 08:24:23 +00:00
markster
103ed27ffa Flush out app stuff, make profiling easier to turn on/off
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5150 f38db490-d61c-443f-a65b-d21fe96a405b
2005-03-05 21:06:26 +00:00
markster
c33ca69a5d Merge mog's ReadFile application (bug #3670)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5099 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-27 19:07:46 +00:00
markster
3003507d1c Flagify hold (bug #3456)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5010 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-11 21:16:34 +00:00
markster
68b2d23c85 Minor deadlock detect fix (bug #3531)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4986 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-08 18:48:01 +00:00
markster
8a66cfbf33 Create "spec" target (bug #3413)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4961 f38db490-d61c-443f-a65b-d21fe96a405b
2005-02-04 05:44:13 +00:00
markster
2207b9a515 Merge config updates (bug #3406)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4889 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-25 06:10:20 +00:00
markster
675ed572d3 Install "autosupport" by default...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4864 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-21 04:44:49 +00:00
markster
2d5808052d Fix mpg123 build on non-linux (bug #3385)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4853 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-20 16:22:59 +00:00
markster
8f16ca1069 Allow me to force a "make clean ; make install" on a cvs update (bug #3358)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4822 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-17 04:48:51 +00:00
markster
81abae1732 Fix voicemail symlinks (bug #3024)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4743 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-10 04:18:18 +00:00
markster
33b0c75e5a Show conflits on make update (bug #3191)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4599 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-29 23:52:42 +00:00
markster
c6a32dbd84 Merge twisted's OSX compat fix (bug #3090)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4483 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-19 17:33:19 +00:00
markster
70cedacdde Merge slimey's Solaris compatibility (with small mods) (bug #2740)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4446 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-14 23:36:30 +00:00
markster
780ddd6c32 Merge sms stuff and move to "utils" subdir (bug #2973)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4429 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-11 22:36:27 +00:00
markster
b4febd4073 Don't overwrite unchanged files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4300 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-20 06:47:33 +00:00
markster
a1f6a04d2f Create "OVERWRITE" option to Makefile to prevent sample from overwriting options
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4297 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-19 14:04:57 +00:00
markster
defcc2ef52 Fix for DESTDIR
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4212 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11 20:57:49 +00:00
markster
d4903ea2f8 Add pkgconfig support (bug #2734)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4201 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11 14:48:53 +00:00
markster
a12bf7c701 Do not build with DEBUG_THREADS on by default!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4082 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24 13:18:19 +00:00
markster
9fafa6963d Fix Makefile issue (bug #2691, again)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4080 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24 13:11:15 +00:00
markster
5cb692d65f Add "Loopback" switch
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4070 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-24 02:53:24 +00:00
markster
9f89895dfd Disable mac lookup, fix compile on NetBSD (bug #2680)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4040 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-20 12:47:03 +00:00
markster
de7348ac06 Fix netbsd paths (bug #2560)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3891 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-03 13:07:59 +00:00
markster
0148ea8a11 Fix threads in FreeBSD (bug #2478)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3850 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-28 17:11:30 +00:00
markster
290e8e8957 Use compression on "make update"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3794 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-16 18:46:39 +00:00
markster
da02e2feba Merge anthm's "-t" flag (with minor mods) (bug #2380)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3735 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-07 01:49:08 +00:00
markster
6068684cf4 Eliminate unnecessary historic "rm" commands from Makefile (bug #2349)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3707 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-02 03:34:12 +00:00
markster
4d4a7c00d7 More Asterisk sparc patches (courtesy Belgarath)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3693 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 16:33:00 +00:00
markster
efb40d0fe5 Merge NetBSD and Courtesty tone with modifications (bug #2329)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 13:32:11 +00:00
markster
3f5d756338 Adjust Makefiles to support Ultrasparc architecture (thanks Belgarath) (bug #2319)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3684 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31 03:31:59 +00:00
markster
5d2aa16846 Don't install mpg123 unless it was built
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3588 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-07 03:01:52 +00:00
markster
25daabb079 Make clean target too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3587 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-07 02:57:28 +00:00
markster
95aabdc213 Add mpg123 target
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3586 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-07 01:26:09 +00:00
markster
71e6f3bccf Fix OpenBSD compile (bug #2193)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3565 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-01 18:48:37 +00:00
markster
1b705fdbac Rename newp to newpvt (bug #2190), change hold music.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3560 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-01 14:19:04 +00:00
markster
6dbcbe8b1e Merge mic's minor patchlet (bug #2092)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3478 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-19 15:52:57 +00:00
markster
dd8b4f1526 Add Asterisk manpage
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3471 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-18 17:58:05 +00:00
markster
bf73a8baa8 Back out accidental changes by anthm
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3378 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-02 23:11:14 +00:00
anthm
a5d644afc8 autodial update
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3377 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-02 22:40:09 +00:00
markster
67168c5f8c Add crypto to FreeBSD build (bug #1912)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3310 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25 22:56:28 +00:00
markster
dddcb2333c Somehow the Makefile didn't get merged
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3297 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25 04:06:11 +00:00
markster
ae5c80e1de Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3273 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22 17:42:14 +00:00
markster
1e1095862d x86-64 compile fixes and cleanups
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3202 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-13 21:25:10 +00:00
markster
8ff8c3ad06 Add "LOW_MEMORY" option and increase some buffer sizes (bug #1827)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3193 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-12 14:34:15 +00:00
markster
21da3dc277 Add support for trunk groups in anticipation of NFAS and GR-303, Initial GR-303 work
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3146 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-05 06:54:52 +00:00
markster
6c6c4ed386 Enhancements for zaptel+bsd (bug #1781)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3143 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-04 15:44:14 +00:00
markster
a184280ebb Add information for IAX on Free World Dialup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3135 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-02 23:19:36 +00:00
jim
f48d4f750d Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor changes in chan_zap (to allow pseudo-channels to work properly (finally!)) and in dsp.c to allow for super-relaxed DTMF decoding which radio systems need to function properly.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3117 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-31 16:04:10 +00:00
markster
1bfd40e63d Fix makefile for apple
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3064 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-25 02:51:38 +00:00
markster
fbe3ce4dc5 Fix compile order (bug #1682)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3024 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20 07:08:31 +00:00
markster
1896800484 Add muted for malcolm!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2989 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-17 06:31:24 +00:00
citats
1c3ad80905 Add new file utils.c, Move ast_gethostbyname to utils.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2931 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-09 08:22:15 +00:00
markster
ddca191dd3 Add SayPhonetic and SayAlpha applications (bug #793)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2864 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03 00:54:16 +00:00
markster
8b94748595 Add relaxdtmf option to sip
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2824 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-29 22:27:40 +00:00
citats
e199c677b1 Portability fix, use the shells path for sed and env
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2787 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-27 21:30:32 +00:00