summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...BJ Weschke
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)Russell Bryant
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...Tilghman Lesher
2006-05-16mark RTP sessions that are not carrying DTMFKevin P. Fleming
2006-05-16Add option for enabling and disabling echo cancellationMatthew Fredrickson
2006-05-13simplify conference user list handlingRussell Bryant
2006-05-11set correct type for lock initializersLuigi Rizzo
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-11properly initialize non-static locks.Luigi Rizzo
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN Mark Spencer
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header fileRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09various doxygen fixesKevin P. Fleming
2006-05-09Formatting fixOlle Johansson
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...Mark Spencer
2006-05-09use an enum for control frame typesKevin P. Fleming