summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2008-06-10Properly initialize the cli_ping condition and lockRussell Bryant
2008-06-10Change system header includes to be like how it is done in other filesRussell Bryant
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-09Initialize the lock and destroy lock and cond in the destructor (thanks, mmic...Terry Wilson
2008-06-09arbitrary formatting change to test mantis changeRussell Bryant
2008-06-09arbitrary formatting change to test a mantis changeRussell Bryant
2008-06-09Minor formatting change to test a mantis change ...Russell Bryant
2008-06-09Merged revisions 121280 via svnmerge from Russell Bryant
2008-06-09Implement FINDLABEL matching for the new extension matching engine.Tilghman Lesher
2008-06-06Make extension match characters case-insensitive.Tilghman Lesher
2008-06-06Merged revisions 120863,120885 via svnmerge from Jeff Peeler
2008-06-05a small fix for a crash that occurs when compiling AEL with global varsSteve Murphy
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-06-05This patch adds more detailed statistics for RTP channels, and provides an AP...Brett Bryant
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agiTilghman Lesher
2008-06-04MSet doesn't necessarily need chan to be setTilghman Lesher
2008-06-03Merged revisions 120173 via svnmerge from Jeff Peeler
2008-06-03Move compatibility options into asterisk.conf, default them to on for upgrades,Tilghman Lesher
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability toRussell Bryant
2008-06-03Do a deep copy of file and function strings to avoid a potential crash whenRussell Bryant
2008-06-02Merged revisions 119742 via svnmerge from Russell Bryant
2008-05-30Fix a minor merge issue that caused a function to not get compiled in withRussell Bryant
2008-05-30Merged revisions 119354 via svnmerge from Joshua Colp
2008-05-29Merged revisions 119156 via svnmerge from Russell Bryant
2008-05-29Adds support for changing logger settingss on remote consoles with a Brett Bryant
2008-05-29Had to move the ASTERISK_FILE_VERSION decl to just after the include of "aste...Steve Murphy
2008-05-29Make sure the nrfds and nefds are reset to NULLMichiel van Baak
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-29Merged revisions 118858 via svnmerge from Steve Murphy
2008-05-27Merged revisions 118551 via svnmerge from Tilghman Lesher
2008-05-27Merged revisions 118465 via svnmerge from Tilghman Lesher
2008-05-25Change space-zero to now evaluate to false, as is expected by a great many.Tilghman Lesher
2008-05-24Fixes segfault in parking, patch submitted by bmd.Jeff Peeler
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-23Add new functionality to http server that requires manager authentication for...Brett Bryant
2008-05-23Merged revisions 118048 via svnmerge from Russell Bryant
2008-05-22Merged revisions 117899 via svnmerge from Tilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-05-22Store build-time options as a string in AST_BUILDOPTS in buildopts.h. Also,Russell Bryant
2008-05-21This change makes it so that logs will report the correct source of verbose m...Mark Michelson
2008-05-21Merged revisions 117519 via svnmerge from Tilghman Lesher
2008-05-21Merged revisions 117514 via svnmerge from Russell Bryant
2008-05-21Merged revisions 117507 via svnmerge from Russell Bryant
2008-05-21Merged revisions 117479 via svnmerge from Russell Bryant
2008-05-21Be sure that we cache included files for each source file which loadsMark Michelson
2008-05-20+ Implement a variant of astman_get_header() to return the first orLuigi Rizzo
2008-05-20Document the possible presence of multiple variables with theLuigi Rizzo
2008-05-20Reverse the check for Cookie: and remove leftover code implementingLuigi Rizzo
2008-05-19Minor formatting change to test a mantis change ...Russell Bryant
2008-05-19The logger closes the files it is logging to when reloading so we have to rea...Joshua Colp