summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-03-19fix the return value for the provided unsetenv() for SolarisRussell Bryant
2006-03-19- Doxygen fixes. Olle Johansson
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatRussell Bryant
2006-03-18- remove some unnecessary extern keywordsRussell Bryant
2006-03-17move the definition of the mappings between extension states and their textRussell Bryant
2006-03-14clarify which global options are enabled by defaultRussell Bryant
2006-03-14add an option to cdr.conf that enables ending CDRs before executingRussell Bryant
2006-03-10Doxygen fixes (we renamed a lot of README's recently)Olle Johansson
2006-03-10Doxygen reformattingOlle Johansson
2006-03-07Bug 5702 - Realtime patch for meetmeTilghman Lesher
2006-03-01Merged revisions 11503 via svnmerge from Tilghman Lesher
2006-02-26Merged revisions 11165 via svnmerge from Tilghman Lesher
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuesTilghman Lesher
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...Kevin P. Fleming
2006-02-22bug in the linkedlists macros where the prev node Matt O'Gorman
2006-02-20Bug 5984 - Convert file offsets to 64 bitTilghman Lesher
2006-02-18fix up some doxygen formatted commentsRussell Bryant
2006-02-16Bug 6515 - extra semicolonTilghman Lesher
2006-02-16add StopMixMonitor application (issue #6122, with mods)Russell Bryant
2006-02-15Define the initial values separate from the STATIC definitionsTilghman Lesher
2006-02-15now that there are no modules that define their own version ofRussell Bryant
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)Kevin P. Fleming
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12fix a little typoRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11eliminate warning on older versions of gccRussell Bryant
2006-02-11Merged revisions 9581 via svnmerge from Russell Bryant
2006-02-11Add capability to retrieve list of channel typesMark Spencer
2006-02-10clean up SMDI support commit:Kevin P. Fleming
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)Matthew Fredrickson
2006-02-04remove windows-style line endingsRussell Bryant
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-31add a note to hopefully decrease the chance that someone forgets to incrementRussell Bryant
2006-01-30Merge Rizzo's waitfor update (bug #4584)Mark Spencer
2006-01-29add channel-driver callbacks for variable length DTMFKevin P. Fleming
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...Kevin P. Fleming
2006-01-26string field manager improvements:Kevin P. Fleming
2006-01-24convert ast_channel list to use linked list macros (issue #6338)Russell Bryant
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)Olle Johansson
2006-01-22eliminate some compiler warningsRussell Bryant
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca Russell Bryant
2006-01-21remove optimization where its benefits are negligibleRussell Bryant