aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-08-22Fix compilation when DEBUG_THREAD_LOCALS is selectedmmichelson1-1/+1
2008-08-20Backport support for Zaptel/DAHDI channel-level alarms from trunk/1.6, becaus...kpfleming1-0/+3
2008-08-19add DAHDI_POLICY_WHEN_FULL compatability define for Zapteljpeeler1-0/+1
2008-08-14add support for Zaptel versions that contain the new transcoder interfacekpfleming1-8/+4
2008-08-09Merged revisions 136945 via svnmerge from tilghman2-0/+3
2008-08-08(closes issue #13236)murf1-1/+2
2008-08-07add a raw list of all libraries that any part of Asterisk links directly tokpfleming1-0/+61
2008-08-061) Bugfix for debugging codetilghman2-2/+2
2008-08-06Merging the issue11259 branch.mmichelson1-0/+6
2008-08-05(closes issue #12982)murf1-0/+2
2008-07-30Oops, wrong definetilghman1-1/+1
2008-07-29build against the now-typedef-free dahdi/user.hkpfleming1-9/+9
2008-07-26Add the licensing section to the docs in 1.4, as well, so that we can work onrussell1-0/+31
2008-07-23revert an optimization that broke ABI... thanks russell!kpfleming1-21/+2
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming1-3/+3
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-0/+1
2008-07-23minor optimization for stringfields: when a field is being set to a larger va...kpfleming1-28/+45
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-2/+2
2008-07-22use renamed libpri API call for controlling this feature (was improperly name...kpfleming1-2/+2
2008-07-18Spinlock within the destroy, to allow a scheduled job to continue, if it'stilghman1-0/+16
2008-07-18Preserve ABI compatibility with last changetilghman1-0/+4
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-1/+2
2008-07-18remove the dlfcn compatibility stuff, because no platforms that Asterisk curr...kpfleming1-88/+0
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming2-3/+7
2008-07-11new installations should be using DAHDI instead of Zaptel, so the sample conf...kpfleming1-2/+2
2008-07-11add support for a configuration parameter for 'inband audio during RELEASE', ...kpfleming1-0/+3
2008-07-11add a simple ASTOBJ_TRYWRLOCK macro ...russell1-0/+2
2008-07-08Cause SIP to return a 480 instead of a 404 when a sip peer exists, but is nottilghman1-1/+2
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-1/+9
2008-07-03The CDRfix4/5/6 omnibus cdr fixes.murf1-2/+16
2008-06-30Fix a typo in the non-DEBUG_THREADS version of the recently added DEADLOCK_AV...russell1-2/+2
2008-06-27Since HAVE_DAHDI is defined to HAVE_ZAPTEL in dahdi_compat.h, we must firsttilghman1-4/+4
2008-06-27In this debugging function, copy to a buffer instead of using potentially uns...tilghman1-4/+4
2008-06-25allow tonezone to live in a different place than DAHDI/Zaptel, since dahdi-to...kpfleming2-3/+36
2008-06-13fixed dahdi compatability header from assuming either dahdi or zaptel is inst...jpeeler1-2/+2
2008-06-12Adds DAHDI support alongside Zaptel. DAHDI usage favored, but all Zap stuff s...jpeeler5-17/+214
2008-06-12(closes issue #10668)murf1-5/+15
2008-06-11Backport fix for 11520--for some reason I didn't do this back in February whe...twilson2-2/+21
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