summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-06-01Merged revisions 31520 via svnmerge from Kevin P. Fleming
2006-06-01changes for base64 to work in multiline instancesMatt O'Gorman
2006-06-01adds statusmessage customization from Julian Lyndon-SmithMatt O'Gorman
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-26Fix various problems in the addition of the ability to mute log/verboseRussell Bryant
2006-05-26Add ability to disable log / verbose output to remote consoles (issue #6524 r...Joshua Colp
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...Joshua Colp
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thereRussell Bryant
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)Kevin P. Fleming
2006-05-23Handle ringing (early) state properly on SIPMark Spencer
2006-05-22bootstrap updates to include xmpp related stuffKevin P. Fleming
2006-05-22asterisk-xmpp merge inMatt O'Gorman