aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-12-05Merged revisions 161421 via svnmerge from seanbright1-3/+3
2008-12-02make compile with dev mode and malloc debugtwilson1-2/+2
2008-12-02Ensure that Asterisk builds with --enable-dev-mode, even on the latest gcctilghman1-2/+4
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming15-44/+43
2008-11-25Add ao2_trylock() to go along with ao2_lock() and ao2_unlock()russell1-0/+7
2008-11-25System call ioperm is non-portable, so check for its existence in autoconf.tilghman1-0/+6
2008-11-22(closes issue #13786)jpeeler1-13/+275
2008-11-21When compiling with DEBUG_THREADS, report the real file/func/line for ao2_loc...russell1-0/+10
2008-11-20There was an issue when attempting to reference an embeddedmmichelson2-0/+19
2008-11-18Fix a crash in the end_bridge_callback of app_dial andmmichelson1-0/+4
2008-11-09Use static functions here instead of nested ones. This requires a smallseanbright1-1/+2
2008-11-02features.h depends on linkedlists.h, so include itrussell1-0/+2
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+1
2008-10-29The magic trick to avoid this crash is not tomurf1-2/+3
2008-10-14Add a tolerance period for sync-triggered audiohooksmmichelson1-0/+2
2008-10-03(closes issue #13425)jpeeler1-0/+2
2008-09-27fix some minor issues with rev 144924kpfleming1-1/+1
2008-09-27improve header inclusion process in a few small ways:kpfleming1-7/+4
2008-09-12Tested by: sergee, murf, chris-mac, andrew, KNKmurf1-0/+5
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