aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-06-30Fix a typo in the non-DEBUG_THREADS version of the recently added DEADLOCK_AV...russell1-2/+2
2008-05-29Oddly enough, all of the contents of audiohook.h were in there twice. I haverussell1-179/+0
2008-05-29Define also when not DEBUG_THREADStilghman1-0/+5
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-0/+32
2008-05-23Add format type checking for recently de-inlined functiontilghman1-1/+1
2008-05-23Don't declare a function that takes variable arguments as inline, because it'srussell1-14/+1
2008-05-19The addition of usleep(2) within ast_assert requires the inclusion of the uni...tilghman1-0/+1
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell2-7/+27
2008-05-13A change to the way channel locks are handled when DEBUG_CHANNEL_LOCKS is def...mmichelson1-3/+6
2008-05-09Improve res_ninit and res_ndestroy autoconf logic on the Darwin platform.file1-0/+3
2008-05-07Merged revisions 115511 via svnmerge from russell1-974/+0
2008-05-05Make sure that either the main speex library contains preprocess functions or...file1-0/+3
2008-05-05Err, the documentation on the return value of ast_odbc_backslash_is_escape is...tilghman1-1/+1
2008-05-04For my next trick I will make these work with what our autoconf header file g...file1-6/+6
2008-05-02Add new "pri show version" command to show the libpri version for support rea...bbryant1-0/+3
2008-05-02Clarify a comment that was, well, just wrong. It turns out thatmmichelson1-11/+5
2008-05-01Change the comment of deprecated to an actual compiler deprecationtilghman1-1/+1
2008-04-30Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4russell1-0/+974
2008-04-23Store the manager session ID explicitly as 4 byte ID instead of a ulong. Therussell1-2/+2
2008-04-22Merge changes from team/russell/issue_9520russell1-4/+7
2008-04-17Add prototype for ast_dsp_frame_freed. I'm not sure how this wasmmichelson1-0/+13
2008-04-17It was possible for a reference to a frame which was part of a freed DSP to s...mmichelson1-0/+4
2008-04-10Fix 1.4 build when LOW_MEMORY is enabled.mmichelson1-0/+17
2008-04-08If audio suddenly gets fed into one side of a channel after a lapse of frames...file1-0/+1
2008-04-01Ensure that we do not exceed the hold's maximum size with a single frame.file1-1/+3
2008-03-27(closes issue #12302)murf1-0/+1
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-1/+1
2008-03-18Fix character string being treated ad format stringtwilson1-1/+1
2008-03-13Fix another issue that was causing crashes in chanspy. This introduces a newrussell1-0/+15
2008-03-12Added a large comment before the AST_SCHED_DEL macro to explain its purpose a...mmichelson1-2/+20
2008-03-12Add a trigger mode that triggers on both read and write. The actual function ...file1-0/+3
2008-03-11stop checking for mktime() in the configure script... we don't use it, and th...kpfleming1-3/+0
2008-03-10Move where unanswered CDRs are dropped to the CDR core, not everything uses a...file1-1/+0
2008-03-07Change a warning message to a debug message. This is happening quite frequen...russell1-1/+1
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+2
2008-03-05Correctly initialize retransid in SIP, and ensure that the warning when faili...tilghman1-1/+1
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell1-0/+11
2008-03-04When a new source of audio comes in (such as music on hold) make sure the mar...file1-0/+2
2008-03-03Merge in some changes from team/russell/autoservice-nochans-1.4russell1-0/+1
2008-02-28Fix a bug in the lock tracking code that was discovered by mmichelson. The i...russell1-9/+9
2008-02-26Merge changes from team/russell/smdi-1.4russell1-27/+95
2008-02-14Change to the configure logic regarding IMAP. Prior to this commit, if you wi...mmichelson1-0/+3
2008-02-04Cross-platform fix: OS X now deprecates the use of the daemon(3) API.tilghman1-3/+3
2008-02-01Change detection of getifaddrs to use AST_C_COMPILE_CHECK, backported from tr...tilghman1-1/+4
2008-02-01Compatibility fix for OpenWRT (reported by Brian Capouch via the mailing list)tilghman1-0/+3
2008-01-28Make some deadlock related fixes. These bugs were discovered and reportedrussell1-1/+4
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-0/+10
2008-01-24make these macros not assume that the only other field in the structure is 'a...kpfleming1-2/+2
2008-01-21Permit the user to specify number of seconds that a connection may remain idle,tilghman1-0/+1
2008-01-18Remove the __ in front of the unused variable. This causes some compilers to ...file1-3/+2