summaryrefslogtreecommitdiff
path: root/include/asterisk
AgeCommit message (Expand)Author
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
2006-01-20- move ast_strdupa from channel.h to utils.hRussell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18allows for use of the originate function fromMatt O'Gorman
2006-01-18cli.h cleanup and additional documentationMatt O'Gorman
2006-01-17Doxygen updateOlle Johansson
2006-01-14Small documentation update for new AST_FRAME_MODEM typeMatthew Fredrickson
2006-01-14added feature for pausing and unpausing the Matt O'Gorman
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-13Made chan_agent code parsing more robust andMatt O'Gorman
2006-01-12More changes to make t.38 support workMatthew Fredrickson
2006-01-12Changes to add udptl to asterisk (preliminary merging of the t.38 patch)Matthew Fredrickson
2006-01-12As we no longer have chan_modem this file is not usedMatt O'Gorman
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamRussell Bryant
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...Russell Bryant
2006-01-11lock list of translators *before* recalculating translation matrix.Russell Bryant
2006-01-11remove stray headerRussell Bryant
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersRussell Bryant