Commit Graph

1392 Commits (0135ff19edd53c46c435f9de9eab57f42eba4a4a)

Author SHA1 Message Date
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
15 years ago
Tilghman Lesher 210ec76dba Underquoted definition of stringfield macro.
15 years ago
Terry Wilson 7fd5264698 Inherit CHANNEL() writes to both sides of a Local channel
15 years ago
Tilghman Lesher ab40f7e68d Fix Mac OS X build.
15 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.
15 years ago
David Vossel 0ebd53bba8 remove empty audiohook write list on channel
15 years ago
Jeff Peeler 20454a45d2 Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
15 years ago
Tilghman Lesher 8618bacfd8 Do not queue up DTMF frames while a call is on hold.
15 years ago
Russell Bryant 938b6264ff Document that a leading and trailing slash is expected for test categories.
15 years ago
Tilghman Lesher 14550f93d0 Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch potentially large software bugs.
15 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
15 years ago
Russell Bryant aafa3c7464 Remove an unnecessary assignment that causes a DEBUG_THREADS build failure on mac os x.
15 years ago
Russell Bryant f311d0ac18 Fix a build problem on Mac OS X with DEBUG_THREADS enabled.
15 years ago
Tilghman Lesher 43cd1e6f6a Make the default install path appear to be /usr on Linux, instead of /usr/local.
15 years ago
Mark Michelson bc766d5b69 1.4 version of the dead PLC code fix.
15 years ago
Terry Wilson 7e9a71f5d8 Merged revisions 265320,265467 via svnmerge from
15 years ago
Mark Michelson ed585b5bb3 Don't hang up on a queue caller if the file we attempt to play does not exist.
15 years ago
Mark Michelson 94238573fa Fix grammatical error in comment.
15 years ago
Mark Michelson b91ff0498e Allow ast_safe_sleep to defer specific frames until after the sleep has concluded.
15 years ago
Mark Michelson 610c1dc6bf 1.4 version of PLC fix.
15 years ago
Tilghman Lesher 136073265c Internal timing is now on by default, if you're using DAHDI 2.3 or above.
15 years ago
David Vossel 49c20ee9c5 Fixes crash in audiohook_write_list
15 years ago
Tilghman Lesher 2b74f9be7b Allow application options with arguments to contain parentheses, through a variety of escaping techniques.
15 years ago
Jason Parker c94931c9a4 Fix DEBUG_THREADS issue with out-of-tree modules.
15 years ago
Mark Michelson 6eca8e3059 Add doxygen for acl.h
15 years ago
Jason Parker 8371df4e7b Revert revisions 254046 and 254098.
15 years ago
Jason Parker 16a9a742a4 Allow out-of-tree modules to load, regardless of DEBUG_THREADS/DEBUG_CHANNEL_LOCKS differences.
15 years ago
Terry Wilson 1b2dbf6c1a Revert API change in release branches
15 years ago
Terry Wilson 529e8af144 Merged revisions 252089 via svnmerge from
15 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
Matthew Nicholson 6a680d9b28 Remove duplicate entries from voicemail format lists. This prevents app_voicemail from entering an infinite loop when the same format is specified twice in the format list.
16 years ago
Matthew Nicholson a3887d4511 Perform limited bounds checking when destroying ast_mutex_t structures to make sure we don't try to use negative indices.
16 years ago
Tilghman Lesher 41f0b0de9c Fix documentation (pointed out by TheDavidFactor on #-dev)
16 years ago
Tzafrir Cohen 217a115da8 detect ARM Linux EABI OSARCH as linux-gnu instead of linux-gnueabi
16 years ago
Tilghman Lesher 6e8a455534 Fix documentation for ast_softhangup() and correct the misuse thereof.
16 years ago
Russell Bryant 9d65850202 Isolate frames returned from a DSP instance or codec translator.
16 years ago
Russell Bryant ff6a5575ad Make filestream frame handling safer by isolating frames before returning them.
16 years ago
David Vossel 3e5979a040 fixes an ast_netsock_list memory leak.
16 years ago
Kevin P. Fleming 2ad7cb7e87 Fix ao2_iterator API to hold references to containers being iterated.
16 years ago
Terry Wilson 96564de25e Change the SSRC by default when our media stream changes
16 years ago
Matthew Nicholson ea3f81a68f Prevent a potential race condition and crash when hanging up a channel by removing the channel from the channel list before begining channel tear down.
16 years ago