aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-0/+4
2006-01-31add a note to hopefully decrease the chance that someone forgets to incrementrussell1-0/+3
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-5/+28
2006-01-29add channel-driver callbacks for variable length DTMFkpfleming1-0/+6
2006-01-29make ast_read() able to handle channel read()/exception() methods that return...kpfleming1-1/+7
2006-01-26string field manager improvements:kpfleming1-21/+32
2006-01-24convert ast_channel list to use linked list macros (issue #6338)russell1-1/+1
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej1-1/+14
2006-01-22eliminate some compiler warningsrussell1-1/+1
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca russell1-5/+3
2006-01-21remove optimization where its benefits are negligiblerussell1-5/+5
2006-01-20- move ast_strdupa from channel.h to utils.hrussell2-16/+31
2006-01-18constify arguments in more places where strings should not be modified (issue...russell2-8/+7
2006-01-18allows for use of the originate function frommogorman1-0/+4
2006-01-18cli.h cleanup and additional documentationmogorman1-15/+43
2006-01-17Doxygen updateoej1-1/+1
2006-01-14Small documentation update for new AST_FRAME_MODEM typemattf1-1/+1
2006-01-14added feature for pausing and unpausing the mogorman1-0/+16
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell1-17/+7
2006-01-13Made chan_agent code parsing more robust andmogorman1-0/+13
2006-01-12More changes to make t.38 support workmattf1-2/+10
2006-01-12Changes to add udptl to asterisk (preliminary merging of the t.38 patch)mattf1-0/+119
2006-01-12As we no longer have chan_modem this file is not usedmogorman1-184/+0
2006-01-11add doxygen documentation and fix various issues with ast_dtmf_streamrussell1-2/+12
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...russell1-0/+14
2006-01-11lock list of translators *before* recalculating translation matrix.russell1-1/+2
2006-01-11remove stray headerrussell1-1/+0
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersrussell1-0/+149
2006-01-10Bug 5961 - new RAND() functiontilghman1-0/+6
2006-01-08Commiting bugfix 5310. added functions to astobjmogorman1-0/+70
2006-01-07Add support for H.264 with SIP and recordingmarkster1-0/+5
2006-01-07Bug 6164 - Allow ast_skip_blanks on const strings without spewing warningtilghman1-2/+2
2006-01-07Bug 6162 - Constify manager_event argumentstilghman1-1/+1
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)mattf1-0/+13
2006-01-06ensure that string field 'build' operation only evaluates arguments one timekpfleming1-11/+20
2006-01-05Merged revisions 7827 via svnmerge fromtilghman1-1/+1
2006-01-05Doxygen updatesoej1-1/+3
2006-01-04add memory-pool based string field management for structureskpfleming4-4/+297
2006-01-03update copyright headers for files changed this yearkpfleming3-3/+3
2006-01-03Merged revisions 7740 via svnmerge from kpfleming1-3/+4
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...oej1-11/+12
2006-01-03Bug #6118: Clean up list handling in image.c (drumkilla)oej1-1/+1
2006-01-01fix a couple of doxygen errorsrussell1-2/+1
2005-12-31- fix some doxygen errorsrussell4-3/+3
2005-12-27Bug 5183 - Inline stack backtracestilghman1-0/+2
2005-12-24minor cleanups ...russell1-1/+1
2005-12-20- move the string join() function to utils.c since it is used in both cli.c a...russell1-0/+13
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster2-1/+6
2005-12-20Major peformance improvements to meetmemarkster1-0/+9
2005-12-17Merged revisions 7508 via svnmerge fromtilghman1-2/+3