aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Merged revisions 111341 via svnmerge from murf2-1/+2
2008-03-26Simplify new macro, simplify configfile logic, now that list is sortedtilghman1-8/+5
2008-03-26Add a linkedlist macro that maintains a sorted listtilghman1-0/+33
2008-03-26Large cleanup of DSP codeqwell1-0/+4
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman2-2/+2
2008-03-25Merged revisions 110628 via svnmerge from file1-1/+1
2008-03-21Merge over ast_audiohook_volume branch. This adds API calls for use by develo...file1-0/+23
2008-03-20Remove astobj.h from some places where it wasn't neededrussell1-1/+0
2008-03-19Rename DSP_FEATURE_DTMF_DETECT, because we are *NOT* only detecting DTMF digits.qwell1-1/+1
2008-03-19Rename very poorly named function to reflect what it actually does. This was...qwell1-1/+1
2008-03-18start the process of changing HTTP request dispatching to do it based on *bot...kpfleming2-12/+22
2008-03-18Add format attribute to printf-style functions in astmm.hmmichelson1-3/+4
2008-03-18ensure that dependencies on AST_C_DEFINE_CHECK symbols work properlykpfleming1-0/+3
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson4-3/+5
2008-03-18Merged revisions 109309 via svnmerge from murf1-2/+2
2008-03-17Replace minimime with superior GMime library so that the entire contents of a...twilson1-3/+3
2008-03-17(closes issue #12238)murf1-0/+2
2008-03-14Doxygenify dnsmgr.hrussell1-0/+40
2008-03-13Merged revisions 108583 via svnmerge from russell1-0/+15
2008-03-12Rename ast_tcptls_server_instance to session_instance, since this pertains torussell2-8/+8
2008-03-12Merged revisions 108227 via svnmerge from mmichelson1-1/+19
2008-03-12Doxygenify slinfactory a bit.file1-9/+50
2008-03-12Merged revisions 108083 via svnmerge from file1-0/+3
2008-03-11An offhand comment from Russell made me realize that the configuration filetilghman1-3/+6
2008-03-11Merged revisions 107461 via svnmerge from kpfleming1-3/+0
2008-03-11Merged revisions 107405 via svnmerge from kpfleming1-0/+6
2008-03-10(closes issue #6019)tilghman1-0/+5
2008-03-10Merged revisions 107016 via svnmerge from file1-1/+0
2008-03-07(closes issue #6002)murf2-19/+22
2008-03-07Merged revisions 106704 via svnmerge from russell1-1/+1
2008-03-05Merged revisions 106235 via svnmerge from file1-1/+3
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-0/+19
2008-03-05Merged revisions 106015 via svnmerge from tilghman1-2/+4
2008-03-05Merged revisions 105932 via svnmerge from russell1-0/+11
2008-03-04add a destroy API call for a server instancerussell1-0/+7
2008-03-04More public API name changes to use an appropriate ast_ prefixrussell1-7/+7
2008-03-04Rename public object server_instance to ast_tcptls_server_instancerussell2-7/+7
2008-03-04Merged revisions 105674 via svnmerge from file1-0/+2
2008-03-033) In addition to merging the changes below, change trunk back to a regularrussell1-0/+1
2008-03-01Asterisk, when parking can drop rights a caller when a parking timeout occurs...twilson2-2/+21
2008-02-28Merged revisions 105116 via svnmerge from russell1-9/+9
2008-02-27Bring Voicetronix driver up to date with current driverstilghman1-1/+1
2008-02-26Rename version.h to ast_version.h. Next, I will be re-adding version.h as anrussell1-0/+0
2008-02-26Add an 'e' option to ResetCDR which re-enables a CDR that has been disabled.file1-0/+1
2008-02-26Merged revisions 104119 via svnmerge from russell1-27/+95
2008-02-22Move Originate to a separate privilege and require the additional System priv...tilghman1-0/+1
2008-02-21Disable epoll as it has caused more obscure issues then any of my previous co...file1-3/+0
2008-02-20Largely refactor DSP tone detection routines.qwell1-0/+7
2008-02-20Add some documentation fixupstilghman1-2/+6
2008-02-18Add a non-invasive API for application level manipulation of T38 on a channel...file2-2/+40