aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-03-23Fix a compile problem on FreeBSD for a missing header.rizzo1-0/+4
2006-03-22Merged revisions 14234 via svnmerge from file1-2/+2
2006-03-21update LOCAL_USER_ADD to use ast_callocrussell1-3/+3
2006-03-19fix the return value for the provided unsetenv() for Solarisrussell1-1/+1
2006-03-19- Doxygen fixes. oej1-76/+67
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatrussell1-0/+15
2006-03-18- remove some unnecessary extern keywordsrussell1-223/+401
2006-03-17move the definition of the mappings between extension states and their textrussell1-12/+0
2006-03-14clarify which global options are enabled by defaultrussell1-0/+3
2006-03-14add an option to cdr.conf that enables ending CDRs before executingrussell1-1/+4
2006-03-10Doxygen fixes (we renamed a lot of README's recently)oej1-10/+10
2006-03-10Doxygen reformattingoej1-47/+39
2006-03-07Bug 5702 - Realtime patch for meetmetilghman1-1/+1
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