summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.Jason Parker
2006-09-20these functions never should have been non-static or in a header fileKevin P. Fleming
2006-09-20move ODBC API into ast_ namespaceKevin P. Fleming
2006-09-20move more API into the ast_ namespaceKevin P. Fleming
2006-09-20move ADSI functionality into ast_ namespaceKevin P. Fleming
2006-09-19move this header to include where it belongsKevin P. Fleming
2006-09-19After discussing this with other people, we decided we'd like to try to do th...Jason Parker
2006-09-195240 updateAnthony LaMantia
2006-09-19Update configure and closest kin. *Hopes my branch doesn't break*Matthew Fredrickson
2006-09-18allow for packetization on rtp channel drivers, need to addMatt O'Gorman
2006-09-18don't need two copies of thisKevin P. Fleming
2006-09-18a little cleanup and simplification, and remove ON_FIRST_USE mode since nobod...Kevin P. Fleming
2006-09-18u_intXX_t is sillyJason Parker
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-09-04Remove old unused functionsJoshua Colp
2006-09-03Make the difference clear about what the responsibilities of the core and a s...Joshua Colp
2006-09-03Add the ability to specify that a frame should not be considered for cachingRussell Bryant
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...Kevin P. Fleming
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-26menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can beRussell Bryant
2006-08-24Merged revisions 40994 via svnmerge from Russell Bryant
2006-08-23Fixing a commentOlle Johansson
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...Kevin P. Fleming
2006-08-22add a new include file for out-of-tree modules that need to know where things...Kevin P. Fleming
2006-08-22Sorry, but this does not resemble malloc... so GCC was ignoring the attribute...Joshua Colp
2006-08-21restore 'preload' functionality in loaderKevin P. Fleming
2006-08-21use new configure-provided wrappers for attributesKevin P. Fleming
2006-08-21- use a common error message in all of the memory allocation macrosRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant
2006-08-17updating configure script and putting comments in the docsMatt O'Gorman
2006-08-17Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.Joshua Colp
2006-08-14add MacroExclusive application, a Macro that only one call can executed atRussell Bryant
2006-08-13increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)Russell Bryant
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....Steve Murphy
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.Steve Murphy
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisRussell Bryant
2006-07-30Add details about flash and wait to doxygen about DTMF.Tilghman Lesher
2006-07-29Allow updates to match specific lines, allow specification of object or Mark Spencer
2006-07-28add ExtenSpy variant of ChanSpyKevin P. Fleming
2006-07-28the pure attribute was not implemented before gcc 2.96. Since we have thisRussell Bryant
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everRussell Bryant
2006-07-28Add the function attribute "pure" or "const" to various functions that performRussell Bryant