Commit Graph

1403 Commits (1.4)

Author SHA1 Message Date
Tilghman Lesher 268318bf88 Backport the use of curl from 1.6.2 to make the 1.4 target work on Bamboo.
15 years ago
Tilghman Lesher dac18ad759 Fix the bounds-checking code.
15 years ago
Leif Madsen 453275054e Fix detection of OpenSSL 1.0
15 years ago
Richard Mudgett cd24c868cb Issues with ISDN calls changing B channels during call negotiations.
15 years ago
Tilghman Lesher f6cd305277 Found some leaking file descriptors while looking at ast_FD_SETSIZE dead code.
15 years ago
Jason Parker 11720dff43 Rerun bootstrap.sh with no changes, so that it is more obvious what my next commit changes.
15 years ago
Russell Bryant 58a666ac5a Fix channel redirect out of MeetMe() and other issues with channel softhangup.
15 years ago
Tilghman Lesher c1f5ef751a Add some API documentation
15 years ago
Leif Madsen 8964c844bd Fix issue with cross-compiling failing
15 years ago
Tzafrir Cohen 24118f5839 Typos: recieved => received
15 years ago
Tilghman Lesher 78febf3647 Let Asterisk find better backtrace information with libbfd.
15 years ago
Tilghman Lesher 415e95df9a Clarify documentation on how we store codec preference lists.
15 years ago
Richard Mudgett d32582d42f The channel redirect function (CLI or AMI) hangs up the call instead of redirecting the call.
15 years ago
Jeff Peeler 7876a359ad Fix a deadlock in device state change processing.
15 years ago
Jason Parker d5ad3e8246 Allow PRI to build properly when using --with-pri.
15 years ago
Jeff Peeler 8f6ca92a9d Change RFC2833 DTMF event duration on end to report actual elapsed time.
15 years ago
Tilghman Lesher b94a0e14a2 Solaris compatibility fixes
16 years ago
Tilghman Lesher 210ec76dba Underquoted definition of stringfield macro.
16 years ago
Terry Wilson 7fd5264698 Inherit CHANNEL() writes to both sides of a Local channel
16 years ago
Tilghman Lesher ab40f7e68d Fix Mac OS X build.
16 years ago
Tilghman Lesher 408cf5d2a2 Ensure that all areas that previously used select(2) now use poll(2), with implementations that need poll(2) implemented with select(2) safe against 1024-bit overflows.
16 years ago
David Vossel 0ebd53bba8 remove empty audiohook write list on channel
16 years ago
Jeff Peeler 20454a45d2 Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
16 years ago
Tilghman Lesher 8618bacfd8 Do not queue up DTMF frames while a call is on hold.
16 years ago
Russell Bryant 938b6264ff Document that a leading and trailing slash is expected for test categories.
16 years ago
Tilghman Lesher 14550f93d0 Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch potentially large software bugs.
16 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
16 years ago
Russell Bryant aafa3c7464 Remove an unnecessary assignment that causes a DEBUG_THREADS build failure on mac os x.
16 years ago
Russell Bryant f311d0ac18 Fix a build problem on Mac OS X with DEBUG_THREADS enabled.
16 years ago
Tilghman Lesher 43cd1e6f6a Make the default install path appear to be /usr on Linux, instead of /usr/local.
16 years ago
Mark Michelson bc766d5b69 1.4 version of the dead PLC code fix.
16 years ago
Terry Wilson 7e9a71f5d8 Merged revisions 265320,265467 via svnmerge from
16 years ago
Mark Michelson ed585b5bb3 Don't hang up on a queue caller if the file we attempt to play does not exist.
16 years ago
Mark Michelson 94238573fa Fix grammatical error in comment.
16 years ago
Mark Michelson b91ff0498e Allow ast_safe_sleep to defer specific frames until after the sleep has concluded.
16 years ago
Mark Michelson 610c1dc6bf 1.4 version of PLC fix.
16 years ago
Tilghman Lesher 136073265c Internal timing is now on by default, if you're using DAHDI 2.3 or above.
16 years ago
David Vossel 49c20ee9c5 Fixes crash in audiohook_write_list
16 years ago
Tilghman Lesher 2b74f9be7b Allow application options with arguments to contain parentheses, through a variety of escaping techniques.
16 years ago
Jason Parker c94931c9a4 Fix DEBUG_THREADS issue with out-of-tree modules.
16 years ago
Mark Michelson 6eca8e3059 Add doxygen for acl.h
16 years ago
Jason Parker 8371df4e7b Revert revisions 254046 and 254098.
16 years ago
Jason Parker 16a9a742a4 Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_LOCKS differences.
16 years ago
Terry Wilson 1b2dbf6c1a Revert API change in release branches
16 years ago
Terry Wilson 529e8af144 Merged revisions 252089 via svnmerge from
16 years ago
Tilghman Lesher 012c6fc5e2 Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script.
16 years ago
Tilghman Lesher 2418c3fe1e Add a flag to disable the Background behavior, for AGI users.
16 years ago
Sean Bright f1e72bf7c7 Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.
16 years ago
Jeff Peeler 8291fb5083 Correct CDR dispositions for BUSY/FAILED
16 years ago
Russell Bryant 4dfd9d4800 Set a module load priority for format modules.
16 years ago