summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-06-04Fix some compiler warnings in C++ modules.Russell Bryant
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant
2007-05-31Merged revisions 66775 via svnmerge from Russell Bryant
2007-05-31Issue #9842 - Doxygen updates by snuffy. Thanks!Olle Johansson
2007-05-24use the OpenSSL AES implementation if it's available (unless configured not to)Kevin P. Fleming
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-05-24Merged revisions 65877 via svnmerge from Jason Parker
2007-05-22 Add a new feature for Music on Hold. If you set the "digit" option for aRussell Bryant
2007-05-18Merged revisions 65200 via svnmerge from Steve Murphy
2007-05-18Issue #5930 - Remove dependencies on res_adsi.so - clwadeOlle Johansson
2007-05-17Merged revisions 64820 via svnmerge from Tilghman Lesher
2007-05-15Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functionsRussell Bryant
2007-05-08I noted this on the dev list but got no response, so I just did it myself.Russell Bryant
2007-05-07Merged revisions 63286 via svnmerge from Joshua Colp
2007-05-07ConstificationsOlle Johansson
2007-05-04a small upgrade to the coding standard, and an update to the code that trigge...Steve Murphy
2007-05-04Added a small bit of code to support the SNOM 360's Record button. Made the f...Steve Murphy
2007-05-04- Add manager command CoreSettingsOlle Johansson
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-30Merged revisions 62414 via svnmerge from Russell Bryant
2007-04-28Merge changes from team/russell/eventsRussell Bryant
2007-04-28Remove a message that goes to LOG_ERROR that's not really an error.Russell Bryant
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-04-24Merged revisions 61781 via svnmerge from Russell Bryant
2007-04-20Merged revisions 61690 via svnmerge from Russell Bryant
2007-04-16Doxygen changesOlle Johansson
2007-04-11changed #if HAVE_SYSINFO to #if defined(HAVE_SYSINFO)Dwayne M. Hubbard
2007-04-11added HAVE_SYSINFO preprocessor directives for portability and general happinessDwayne M. Hubbard
2007-04-11Add a configure script check for sysinfo support.Joshua Colp
2007-04-11added option_minmemfree for use in asterisk.conf to specify the amount of min...Dwayne M. Hubbard
2007-04-11via 8118, a RealTime upgrade to make RT a complete storage abstraction. The s...Steve Murphy
2007-04-10Issue 6082 - New DTMF event for managerTilghman Lesher
2007-04-10Add an option to the dial API for playing music instead of ringing to the cal...Russell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-04-09Merged revisions 60850 via svnmerge from Tilghman Lesher
2007-04-06Merged revisions 60603 via svnmerge from Russell Bryant
2007-04-06Major res_speech cleanup. It looks much better now!Joshua Colp
2007-04-06Merged revisions 60361 via svnmerge from Joshua Colp
2007-03-30Merged revisions 59522 via svnmerge from Steve Murphy
2007-03-30Merged revisions 59486 via svnmerge from Steve Murphy
2007-03-27Enhancement via 8118: Realtime API extension: add methods store_func and dest...Steve Murphy
2007-03-26Merged revisions 59207 via svnmerge from Russell Bryant
2007-03-26Merged revisions 59202 via svnmerge from Nadi Sarrar
2007-03-20The fix for the AEL <<security hole>> (bug 9316) is here...Steve Murphy
2007-03-15Merged revisions 58947 via svnmerge from Russell Bryant
2007-03-13Merge changes from team/russell/sqlite:Russell Bryant
2007-03-06Add some documentation on the arguments to the base64 encode/decode functions.Russell Bryant
2007-03-03Expand datastores to add the notion of inheritance. This will be needed forTilghman Lesher
2007-03-01Merged revisions 57364 via svnmerge from Russell Bryant
2007-02-28Convert the PBX core to use read/write locks. This yields a nifty performance...Joshua Colp