summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-08Commiting bugfix 5310. added functions to astobjMatt O'Gorman
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-07Bug 6164 - Allow ast_skip_blanks on const strings without spewing warningTilghman Lesher
2006-01-07Bug 6162 - Constify manager_event argumentsTilghman Lesher
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)Matthew Fredrickson
2006-01-06ensure that string field 'build' operation only evaluates arguments one timeKevin P. Fleming
2006-01-05Merged revisions 7827 via svnmerge fromTilghman Lesher
2006-01-05Doxygen updatesOlle Johansson
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03Merged revisions 7740 via svnmerge from Kevin P. Fleming
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...Olle Johansson
2006-01-03Bug #6118: Clean up list handling in image.c (drumkilla)Olle Johansson
2006-01-01fix a couple of doxygen errorsRussell Bryant
2005-12-31- fix some doxygen errorsRussell Bryant
2005-12-27Bug 5183 - Inline stack backtracesTilghman Lesher
2005-12-24minor cleanups ...Russell Bryant
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...Russell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-20Major peformance improvements to meetmeMark Spencer