aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-02-12major dialplan functions updatekpfleming3-13/+16
2006-02-11eliminate warning on older versions of gccrussell1-1/+1
2006-02-11Merged revisions 9581 via svnmerge from russell3-6/+8
2006-02-11Add capability to retrieve list of channel typesmarkster1-0/+3
2006-02-10clean up SMDI support commit:kpfleming1-21/+28
2006-02-10Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)mattf2-0/+123
2006-02-04remove windows-style line endingsrussell1-82/+82
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman2-0/+85
2006-02-01use string fields for some stuff in ast_channelkpfleming6-69/+62
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