Commit Graph

134 Commits (a07df230fa12d5576c4ae2e2bc66bb025ff9b41e)

Author SHA1 Message Date
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.
18 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
Kevin P. Fleming fccb4abbb9 fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file
19 years ago
Kevin P. Fleming 30e4f113a4 when building the sample greetings for maibox 1234@default during 'make samples', build a greeting for each language and file format the user selected to install with menuselect (reported by Brian Capouch on asterisk-dev)
19 years ago
Kevin P. Fleming 46d91e71c5 add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands
19 years ago
Kevin P. Fleming f195c5d622 check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version)
19 years ago
Kevin P. Fleming 64800bdeab need an additional argument here to make the downloads actually occur
19 years ago
Kevin P. Fleming 0509ca82b4 simplify dependency tracking system, using the compiler's built-in method for generating them, and only doing dependency tracking if developer mode is enabled via the configure script
19 years ago
Kevin P. Fleming c8e56895b8 when making a release, we can always use wget and we can't run the configure script to find that out...
19 years ago
Luigi Rizzo 36808cf771 grep -m is not available on BSD, so use head -1 instead
19 years ago
Russell Bryant 58ed1b07ab Work around an issue that caused menuselect to display a bogus description for
19 years ago
Russell Bryant 468fbbf3ca Fixes for cross-compilation on mips
19 years ago
Russell Bryant af3e243994 Add a check in the configure script to determine whether ld is GNU ld or not.
19 years ago
Kevin P. Fleming 5b9106eeb5 add a project-specific script to be used during release preparation
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Kevin P. Fleming 16a2f6e64f add another attempt to strip non-API symbols from the final binary... script will need to be extended to work on non-Linux systems
19 years ago
Jason Parker 1ec9e85709 fix minor typo in the way version is handled
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker 2498ba75ae escape some quotes
19 years ago
Kevin P. Fleming e8ca23608d minor wording fix
19 years ago
Jason Parker 62309a54ef This is a bit safer on some versions of sed.
19 years ago