aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-03-01Merged revisions 11503 via svnmerge from tilghman1-4/+4
2006-02-26Merged revisions 11165 via svnmerge from tilghman1-0/+1
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej2-12/+5
2006-02-24Update to trunkoej2-5/+12
2006-02-23Bug 6417 - Allow retrieval of raw CDR valuestilghman1-1/+1
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+2
2006-02-22merge rizzo's patch to make compiler warnings stop the build, and fix a bunch...kpfleming1-2/+1
2006-02-22bug in the linkedlists macros where the prev node mogorman1-3/+7
2006-02-20Bug 5984 - Convert file offsets to 64 bittilghman1-7/+6
2006-02-18fix up some doxygen formatted commentsrussell1-12/+13
2006-02-16Bug 6515 - extra semicolontilghman1-2/+2
2006-02-16add StopMixMonitor application (issue #6122, with mods)russell1-0/+9
2006-02-15Define the initial values separate from the STATIC definitionstilghman1-9/+19
2006-02-15now that there are no modules that define their own version ofrussell1-11/+10
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-1/+10
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)kpfleming2-3/+2
2006-02-14Bug 4377 - Initial round of loader changestilghman4-4/+4
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)kpfleming2-3/+25
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-15/+0
2006-02-12fix a little typorussell1-1/+1
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