Commit Graph

165 Commits (38e98f42bc656c514b321a55bdfd5bb1c0a0fb55)

Author SHA1 Message Date
Tilghman Lesher c922eca9a8 Detect availability of pthread_rwlock_timedwrlock() before using it.
17 years ago
Doug Bailey 9d266db16a Add check in configure script to check for GLOB_NOMAGIC and GLOB_BRACE in glob.h
17 years ago
Russell Bryant 47af9f8fd5 Remove the use of RTLD_NOLOAD, as it is not behaving like expected.
18 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
18 years ago
Jason Parker e809699406 Allow prefix to set localstatedir (when used and different from the default).
18 years ago
Jason Parker df31bb22c0 Make things happier when using autoconf 2.62+
18 years ago
Jeff Peeler 1183bf1ad0 Modify h323 to build against PTLib as well as the older PWLib
18 years ago
Joshua Colp b80ffd6d26 Use autoconf logic to determine whether the system has timersub or not. Do not blindly assume Solaris does not.
18 years ago
Kevin P. Fleming 50515ed372 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
18 years ago
Tilghman Lesher 929c14e432 System call ioperm is non-portable, so check for its existence in autoconf.
18 years ago
Kevin P. Fleming bc51c18f3d rename this macro to properly reflect what it does
18 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
18 years ago
Russell Bryant 00605e78a4 Actually use Zaptel CFLAGS if using Zaptel instead of DAHDI
18 years ago
Kevin P. Fleming e2fc623d88 Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, because not doing so just makes it difficult for people with channels that are in alarm when Asterisk starts up to get them going once the alarm is cleared
18 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
18 years ago
Russell Bryant 2f11017cc1 Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.
18 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
18 years ago
Tilghman Lesher ef03217c4b Qwell pointed out, via IRC, that the previous fix only worked when explicitly
18 years ago
Tilghman Lesher 932ad2c19c Only override sysconfdir and mandir when prefix=/usr
18 years ago
Kevin P. Fleming 5ef465d386 make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing
18 years ago
Kevin P. Fleming 0faccba9cb use renamed libpri API call for controlling this feature (was improperly named before)
18 years ago
Kevin P. Fleming 2ea77b3508 add support for a configuration parameter for 'inband audio during RELEASE', which is currently mandatory in libpri-1.4.4 but will become configurable in libpri-1.4.5 later today
18 years ago
Kevin P. Fleming d227632177 use tzafrir's patch to fix this problem properly... i made the previous set of changes without thoroughly testing them, doh!
18 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
18 years ago
Kevin P. Fleming 994998a9da allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-tools and dahdi-linux are now separate packages and can be installed in different places
18 years ago
Jeff Peeler 20229139b5 (closes issue #12846)
18 years ago
Jeff Peeler f9818af8dd Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff should continue working. Release announcement to follow.
18 years ago
Joshua Colp f0efe0d2b5 Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.
18 years ago
Joshua Colp 9c2bac0487 Add in missing argument.
18 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.
18 years ago
Brett Bryant 61bee5aa54 Add new "pri show version" command to show the libpri version for support reasons.
18 years ago
Sean Bright eb8e9d5dc5 When we don't explicitly pass a path to the --with-tds configure option, we
18 years ago
Kevin P. Fleming 9569d74df5 stop checking for mktime() in the configure script... we don't use it, and the test is buggy under gcc 4.3
19 years ago
Kevin P. Fleming 9f2d2cea4b check for compiler support for -fno-strict-overflow before using it (tested with Debian's gcc 4.3, 4.1 and 3.4)
19 years ago
Kevin P. Fleming 2bfb158faf fix small bug in IMAP toolkit testing
19 years ago
Joshua Colp 4671e11a5c Don't look for launchd when cross compiling.
19 years ago
Mark Michelson 5de5636aa9 Final round of changes for configure script logic for IMAP
19 years ago
Mark Michelson dbc1aa9de2 Fix a bit of wrong logic in the configure script that caused problems when trying to configure
19 years ago
Mark Michelson 2ee7626928 I apparently misunderstood one of the requirements of this configure change.
19 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
19 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
19 years ago
Tilghman Lesher 1191559147 Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from trunk (as suggested by kpfleming)
19 years ago
Tilghman Lesher df1dc7741d Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
19 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.
19 years ago
Russell Bryant 45f3890926 Backport the ability to set the ToS bits on Linux when not running as root.
19 years ago
Russell Bryant 742fd8127c Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody has
19 years ago
Russell Bryant 612d0b8f45 Check for the existence of the soxmix application on the target platform and have
19 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
19 years ago
Tilghman Lesher b4b34f080d Test directly for the API that fixed AST-2007-026, to ensure that older
19 years ago
Russell Bryant fc232a9a27 Modify file.h to maintain API compatibility with earlier versions. If a recent
19 years ago