Commit Graph

153 Commits (1.4)

Author SHA1 Message Date
Tilghman Lesher 78febf3647 Let Asterisk find better backtrace information with libbfd.
15 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
15 years ago
Jason Parker b683fb2e4e Fix fallout from removing from configure script. Pointed out by philipp64 on #asterisk-dev
15 years ago
Tilghman Lesher af31dd313c Only rebuild parsers by an option in menuselect
15 years ago
Tilghman Lesher 44ffc646b3 Deal with the situation where .flavor exists but .version does not.
16 years ago
Sean Bright e8544f5919 Remove the remaining bashisms in the Makefile/mkpkgconfig
16 years ago
Michiel van Baak 0005d493c5 mkpkgconfig does not need bash so make it use /bin/sh
16 years ago
Kevin P. Fleming f5bc668276 Convert this branch to Opsound music-on-hold.
16 years ago
Kevin P. Fleming 94fa4d11b5 Improve support for media paths that can generate multiple frames at once.
16 years ago
Leif Madsen c5ee7242d8 Fix path for .flavor and .version.
16 years ago
Tilghman Lesher a8dc553099 Add debugging mode for diagnosing file descriptor leaks.
16 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
16 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
16 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
16 years ago
Richard Mudgett 00c1a47c88 Use the correct branch integrated property when generating the version string.
16 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
16 years ago
Sean Bright 319a21d960 Some versions of awk (nawk, for example) don't like empty regular expressions
17 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
17 years ago
Kevin P. Fleming 31446d74a7 change the required dependency for codec_dahdi to only be satisfied by DAHDI and not Zaptel, as the new transcoder interface is only in DAHDI
17 years ago
Tilghman Lesher a904d0f74f Disable the old, slow search for matching callno in chan_iax2 (but allow it to be reenabled for debugging)
17 years ago
Tilghman Lesher d5481a1303 Only process 40 arguments (20 files) at once with xargs, because some older
17 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
17 years ago
Joshua Colp 6e6849f1a0 Make sure that either the main speex library contains preprocess functions or that speexdsp does. If both fail then speex stuff can not be built.
17 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
17 years ago
Tilghman Lesher a032456cb8 Compatibility fix for PPC64
17 years ago
Dwayne M. Hubbard 68a44cc066 updated build_tools to handle the autotag directory structure changes; changes related to BE-353. Patch by Russell and reviewed by Me.
17 years ago
Joshua Colp a0c14dbda3 Add autoconf logic for speexdsp. Later versions use a separate library for some things so we need to use it if present in codec_speex.
18 years ago
Russell Bryant 742fd8127c Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody has
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Kevin P. Fleming 337fb0c37f bring back compile-option checking when loading modules, only this time use a string-based storage and comparison mechanism because it is easier to support on other platforms
18 years ago
Russell Bryant 12d60508f3 Temporarily revert revision 89325, which added md5 magic for keeping track of
18 years ago
Kevin P. Fleming 22b119d188 To help combat problems where people build external modules (asterisk-addons or others) and then change the build options of the Asterisk build in a way that makes the incompatible without warning, this commit introduces an MD5 signature of the important build-time options and includes that signature into modules when they are built. When the loader loads one of these modules and notices the problem, it will emit a warning to console and refuse to initialize the module, as doing so could cause the system to be unstable or even crash.
18 years ago
Russell Bryant d3beef4b59 * Don't build the menuselect-tree for the tarball, as it requires running the
18 years ago
Tilghman Lesher 596cc77c99 In the source, keys are relative to the datadir, not varlib (which is the same
18 years ago
Russell Bryant 5213f548f5 Add checking for libusb here, so nobody has to deal with conflicts in the
18 years ago
Jason Parker 9b23ab95aa Fix a few build issues in Solaris (and likely others).
18 years ago
Jason Parker a2787080d9 Fix a bashism (we explicitly request /bin/sh).
18 years ago
Kevin P. Fleming e03bec2c16 DETECT_DEADLOCKS can't be enabled without DEBUG_THREADS or it does nothing
18 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
18 years ago
Russell Bryant 06600190e6 Include the menuselect-tree file in tarballs to make builds from tarballs a
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Russell Bryant a6df5f82fb Change the use of "echo -e" to "printf". On systems where /bin/sh is not bash,
18 years ago
Kevin P. Fleming d0be58c8e1 when building a version string for a developer branch, include the base branch in the version string
18 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
18 years ago
Russell Bryant 2fc431b373 Add the --pdf option to the usage of rubber in prep_tarball
18 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
18 years ago
Russell Bryant 2e68c41d61 have prep_tarball attempt to build asterisk.pdf
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Kevin P. Fleming 99b4865121 build special version strings for AADK/S800i builds
18 years ago
Kevin P. Fleming aee9196ece Merged revisions 55868 via svnmerge from
18 years ago