Commit Graph

155 Commits (1c4d34a0f797ee77bfde00e868388f8064a47d85)

Author SHA1 Message Date
Kevin P. Fleming bc51c18f3d rename this macro to properly reflect what it does
17 years ago
Jason Parker 979e2cd58d Correctly allow chan_dahdi to compile against older versions of Zaptel.
17 years ago
Russell Bryant 00605e78a4 Actually use Zaptel CFLAGS if using Zaptel instead of DAHDI
17 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
17 years ago
Kevin P. Fleming e797e4ed72 add support for Zaptel versions that contain the new transcoder interface
17 years ago
Russell Bryant 2f11017cc1 Ensure PBX_DAHDI_TRANSCODE will evaluate to 0 if not found instead of empty.
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 ef03217c4b Qwell pointed out, via IRC, that the previous fix only worked when explicitly
17 years ago
Tilghman Lesher 932ad2c19c Only override sysconfdir and mandir when prefix=/usr
17 years ago
Kevin P. Fleming 5ef465d386 make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing
17 years ago
Kevin P. Fleming 0faccba9cb use renamed libpri API call for controlling this feature (was improperly named before)
17 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
17 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!
17 years ago
Kevin P. Fleming 3b34ed635e ensure that DAHDI_INCLUDE and ZAPTEL_INCLUDE are added in all the places needed
17 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
17 years ago
Jeff Peeler 20229139b5 (closes issue #12846)
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 f0efe0d2b5 Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.
17 years ago
Joshua Colp 9c2bac0487 Add in missing argument.
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
Brett Bryant 61bee5aa54 Add new "pri show version" command to show the libpri version for support reasons.
17 years ago
Sean Bright eb8e9d5dc5 When we don't explicitly pass a path to the --with-tds configure option, we
17 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
17 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)
17 years ago
Kevin P. Fleming 2bfb158faf fix small bug in IMAP toolkit testing
17 years ago
Joshua Colp 4671e11a5c Don't look for launchd when cross compiling.
18 years ago
Mark Michelson 5de5636aa9 Final round of changes for configure script logic for IMAP
18 years ago
Mark Michelson dbc1aa9de2 Fix a bit of wrong logic in the configure script that caused problems when trying to configure
18 years ago
Mark Michelson 2ee7626928 I apparently misunderstood one of the requirements of this configure change.
18 years ago
Mark Michelson 638ef8c5d2 Change to the configure logic regarding IMAP. Prior to this commit, if you wished to configure
18 years ago
Tilghman Lesher 0dafcac660 Cross-platform fix: OS X now deprecates the use of the daemon(3) API.
18 years ago
Tilghman Lesher 1191559147 Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from trunk (as suggested by kpfleming)
18 years ago
Tilghman Lesher df1dc7741d Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)
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 45f3890926 Backport the ability to set the ToS bits on Linux when not running as root.
18 years ago
Russell Bryant 742fd8127c Remove pbx_kdeconsole from the tree. It hasn't worked in ages, and nobody has
18 years ago
Russell Bryant 612d0b8f45 Check for the existence of the soxmix application on the target platform and have
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher b4b34f080d Test directly for the API that fixed AST-2007-026, to ensure that older
18 years ago
Russell Bryant fc232a9a27 Modify file.h to maintain API compatibility with earlier versions. If a recent
18 years ago
Russell Bryant 5213f548f5 Add checking for libusb here, so nobody has to deal with conflicts in the
18 years ago
Joshua Colp 3e3aedb3c9 (closes issue #10383)
18 years ago
Joshua Colp 927a66c9ae And for my last trick... make sure that if gethostbyname_r is exported by a library that it is used.
18 years ago
Joshua Colp bc7150c380 Extend autoconf logic to determine which version of gethostbyname_r is on the system.
18 years ago
Joshua Colp 5f37fa26d2 Instead of figuring out kernel versions that have compiler.h and not... let's just use autoconf to check for it's presence. (issue #10174 reported by francesco_r)
18 years ago
Jason Parker d4a7eb584f Merged revisions 74373 via svnmerge from
18 years ago
Russell Bryant 1f96da91d4 Update the configure script to check for a required function that is not present
18 years ago
Russell Bryant 61a5a031f6 Tweak the configure script so that error output isn't spewed to the console
18 years ago
Joshua Colp 556b6b1267 Backport fix for GCC versions without support for declaration-after-statement.
18 years ago
Luigi Rizzo 4134554eaa add a check for gethostbyname_r so we can
18 years ago