summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-07-07fix various pointer signedness issuesRussell Bryant
2006-07-07actually do proper searching for c-client and output the results so app_voice...Kevin P. Fleming
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...Kevin P. Fleming
2006-06-30fix the condition for including the header for osx atomicsRussell Bryant
2006-06-30update configureRussell Bryant
2006-06-30add support for atomic operations provided by mac osxRussell Bryant
2006-06-30Updates from transnexus to osplookup, removes res_ospMatt O'Gorman
2006-06-26METERMAIDS:Olle Johansson
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-24search for Zaptel and libtonezone separately in the configure scriptKevin P. Fleming
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyRussell Bryant
2006-06-14Merged revisions 34087 via svnmerge from Kevin P. Fleming
2006-06-13use atomic operations provided by the compiler if they are available (yay for...Kevin P. Fleming
2006-06-12Merged revisions 33724 via svnmerge from Joshua Colp
2006-06-12bootstrap to include latest configure script changeKevin P. Fleming
2006-06-11suppress warnings when building with DEBUG_CHANNEL_LOCKS (issue #7330, casper)Russell Bryant
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-09various minor portability fixes (mostly from tholo for OpenBSD)Kevin P. Fleming
2006-06-09Move payloadtype back home to rtp.c Olle Johansson
2006-06-09convert one of my linked lists to ast_linklistMatt O'Gorman
2006-06-09Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.Olle Johansson
2006-06-09Move a couple semicolons to a more traditional location. Was pointed out by ...Jeffrey C. Ollie
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongsKevin P. Fleming
2006-06-08always include inttypes.h and sys/types.h in asterisk/compat.h to fix a buildRussell Bryant
2006-06-08Doxygen updatesOlle Johansson
2006-06-08Add video.txt to doxygenOlle Johansson
2006-06-08Doxygen updateOlle Johansson
2006-06-08Doxygen formattingOlle Johansson
2006-06-07solves some bugs with memory allocation, and addsMatt O'Gorman
2006-06-07fix the build with astmm enabledRussell Bryant
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-06fixes some issues with description loggin on presenceMatt O'Gorman
2006-06-06allow presence events to be handled before the Matt O'Gorman
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsOlle Johansson
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zapRussell Bryant
2006-06-06fix some typos in the stringfields documentationRussell Bryant
2006-06-05yet another massive performance and memory savings improvementKevin P. Fleming
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...Joshua Colp
2006-06-05Doxygen updatesOlle Johansson
2006-06-05Move definition of RTP structure to rtp.h (preparing for future changes)Olle Johansson
2006-06-05Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)Olle Johansson
2006-06-05fix a typo in the documentation of how to use string fieldsRussell Bryant
2006-06-04Doxygen improvementsOlle Johansson
2006-06-03Merged revisions 31738 via svnmerge from BJ Weschke