aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-28As discussed and decided on the asterisk-dev mailing list ...russell1-1/+1
2006-07-28move slinfactory structure definition back to header... it's just easier to u...kpfleming3-10/+51
2006-07-28more slinfactory structure definition to inside implementation modulekpfleming1-13/+3
2006-07-27more simplification, and correct a bug i introduced in the last commitkpfleming1-1/+1
2006-07-22remove an XXX comment and document that ast_autoservice_start() will return -1russell1-2/+12
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-1/+1
2006-07-19Fix a few doxygen warnings.north1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-3/+14
2006-07-19First pass at in-place file manipulation via managermarkster2-3/+6
2006-07-18Expand speech API so that the developer can interact with the engine more dir...file1-0/+4
2006-07-13swap the G726-32 format numbers, so that IAX2 connections with prior versions...kpfleming1-4/+4
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...kpfleming1-3/+10
2006-07-12G726-32 changes:kpfleming1-1/+3
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.file1-1/+1
2006-07-10Unbreak ast_join due to whitespace changesfile1-1/+1
2006-07-08Support hold/unhold in Zap, update IAX2 parser to know about modern commands,...markster2-0/+3
2006-07-07fix various pointer signedness issuesrussell1-1/+1
2006-07-07actually do proper searching for c-client and output the results so app_voice...kpfleming1-0/+3
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...kpfleming1-37/+37
2006-06-30fix the condition for including the header for osx atomicsrussell1-1/+1
2006-06-30update configurerussell1-0/+6
2006-06-30add support for atomic operations provided by mac osxrussell1-1/+23
2006-06-30Updates from transnexus to osplookup, removes res_ospmogorman1-100/+4
2006-06-26METERMAIDS:oej1-0/+24
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming2-1/+4
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-1/+4
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell2-9/+3
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell2-3/+9
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-0/+1
2006-06-14Merged revisions 34087 via svnmerge from kpfleming3-4/+8
2006-06-13use atomic operations provided by the compiler if they are available (yay for...kpfleming2-4/+18
2006-06-12Merged revisions 33724 via svnmerge from file1-0/+1
2006-06-12bootstrap to include latest configure script changekpfleming1-0/+3
2006-06-11suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)russell1-0/+2
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...kpfleming1-20/+20
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)kpfleming2-5/+2
2006-06-09Move payloadtype back home to rtp.c oej1-13/+0
2006-06-09convert one of my linked lists to ast_linklistmogorman1-3/+3
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.oej1-1/+3
2006-06-09Move a couple semicolons to a more traditional location. Was pointed out by ...jcollie1-2/+2