aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-2/+2
2006-09-20Avoid errors when compiling out of tree modules like asterisk-addons.qwell1-0/+1
2006-09-20these functions never should have been non-static or in a header filekpfleming1-4/+0
2006-09-20move ODBC API into ast_ namespacekpfleming1-5/+5
2006-09-20move more API into the ast_ namespacekpfleming1-2/+2
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-31/+31
2006-09-19move this header to include where it belongskpfleming1-0/+162
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-12/+0
2006-09-195240 updateanthonyl1-0/+12
2006-09-19Update configure and closest kin. *Hopes my branch doesn't break*mattf1-1/+4
2006-09-18allow for packetization on rtp channel drivers, need to addmogorman2-0/+34
2006-09-18don't need two copies of thiskpfleming1-50/+19
2006-09-18a little cleanup and simplification, and remove ON_FIRST_USE mode since nobod...kpfleming1-111/+32
2006-09-18u_intXX_t is sillyqwell1-5/+5
2006-09-18merge qwell's CLI verbification workkpfleming1-0/+7
2006-09-16merge markster's usersconf branch with some slight changeskpfleming2-0/+2
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell4-30/+34
2006-09-04Remove old unused functionsfile1-22/+0
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file1-0/+9
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell1-4/+12
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file3-46/+67
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-0/+2
2006-08-29add one remaining bit of functionality to the features.conf applicationmap (f...kpfleming1-0/+2
2006-08-29Merge team/russell/frame_cachingrussell4-7/+8
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-2/+13
2006-08-26menuselect doesn't use asterisk's autoconfig.h anymore, so this ifdef can berussell1-2/+0
2006-08-24Merged revisions 40994 via svnmerge from russell1-0/+17
2006-08-23Fixing a commentoej1-1/+1
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...kpfleming1-0/+4
2006-08-22add a new include file for out-of-tree modules that need to know where things...kpfleming2-1/+44
2006-08-22Sorry, but this does not resemble malloc... so GCC was ignoring the attribute...file1-2/+2
2006-08-21restore 'preload' functionality in loaderkpfleming1-1/+1
2006-08-21use new configure-provided wrappers for attributeskpfleming1-2/+2
2006-08-21- use a common error message in all of the memory allocation macrosrussell1-66/+110
2006-08-21merge new_loader_completion branch, including (at least):kpfleming15-285/+206
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-74/+99
2006-08-17updating configure script and putting comments in the docsmogorman1-0/+4
2006-08-17Use OSAtomicAdd instead of OSAtomicDecrement to decrement the value by 1.file1-2/+2
2006-08-14add MacroExclusive application, a Macro that only one call can executed atrussell1-0/+23
2006-08-13increase the maximum length of the mohinterpret/mohsuggest options (issue #7696)russell1-1/+1
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell4-3/+448
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....murf1-3/+33
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-31/+36
2006-08-07Merge my applicationmap_fixup branch to address the issues described in thisrussell1-10/+8
2006-07-30Add details about flash and wait to doxygen about DTMF.tilghman1-6/+11
2006-07-29Allow updates to match specific lines, allow specification of object or markster1-2/+2
2006-07-28add ExtenSpy variant of ChanSpykpfleming1-0/+4
2006-07-28the pure attribute was not implemented before gcc 2.96. Since we have thisrussell1-2/+2
2006-07-28add macros for the pure and const attributes to compiler.h, in case they everrussell2-3/+8
2006-07-28Add the function attribute "pure" or "const" to various functions that performrussell1-3/+3