summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...Steve Murphy
2007-07-05In regards to changes for 9508, expr2 system choking on floating point number...Steve Murphy
2007-06-29Fix my recent change for sending large files via the http server. This codeRussell Bryant
2007-06-29Merge changes from team/russell/http_filetxferRussell Bryant
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-21Add manager events for RTCP statistics.Jason Parker
2007-06-20This finishes the changes for making Macro args LOCAL to the call, and allowi...Steve Murphy
2007-06-19These changes were submitted via bug 6683, to allow CID detection in India, w...Steve Murphy
2007-06-18Merged revisions 69702 via svnmerge from Russell Bryant
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-06-12Put parenthesis around the level argument to ast_debug()Russell Bryant
2007-06-12Add a new macro, ast_debug(), which combines the check of the value ofRussell Bryant
2007-06-12Completely remove all of the code related to jumping to priority n + 101. yay!Russell Bryant
2007-06-11Merged revisions 68814 via svnmerge from Jason Parker
2007-06-08Add an option for ControlPlayback to be able to start at an offset fromRussell Bryant
2007-06-07Fix a bunch of doxygen errors and document more thingsRussell Bryant
2007-06-07Merged revisions 67993 via svnmerge from Olle Johansson
2007-06-06Constify the return values of ast_parking_ext() and ast_pickup_ext()Russell Bryant
2007-06-06Merged revisions 67716 via svnmerge from Russell Bryant
2007-06-05Merged revisions 67492 via svnmerge from Russell Bryant
2007-06-05Merged revisions 67308 via svnmerge from Russell Bryant
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